From 2eb5a09a3be9bfec45fb171d0027b4165c8caf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20V=C3=A4lim=C3=A4ki?= <110451292+villevsv-upcloud@users.noreply.github.com> Date: Fri, 27 Oct 2023 09:51:06 +0300 Subject: [PATCH] chore: prepare 6.8.3 release (#273) Prepare 6.8.3 release --------- Co-authored-by: villevsv-upcloud Co-authored-by: Pekka Nurmi --- CHANGELOG.md | 8 ++++++-- upcloud/client/client.go | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a82257..d160f402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] -## Added + +## [6.8.3] +### Added - kubernetes: `WaitForKubernetesNodeGroupState` method for waiting the node group to achieve a desired state ### Changed @@ -361,7 +363,9 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/) First stable release -[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.1...HEAD +[Unreleased]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...HEAD +[6.8.3]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.2...v6.8.3 +[6.8.2]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.1...v6.8.2 [6.8.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.0...v6.8.1 [6.8.0]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.1...v6.8.0 [6.7.1]: https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.0...v6.7.1 diff --git a/upcloud/client/client.go b/upcloud/client/client.go index edc14f07..b26a1c69 100644 --- a/upcloud/client/client.go +++ b/upcloud/client/client.go @@ -15,7 +15,7 @@ import ( ) const ( - Version string = "6.8.2" + Version string = "6.8.3" APIVersion string = "1.3" APIBaseURL string = "https://api.upcloud.com"