File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44See updating [ Changelog example here] ( https://keepachangelog.com/en/1.0.0/ )
55
66## [ Unreleased]
7- ## Added
7+
8+ ## [ 6.8.3]
9+ ### Added
810- kubernetes: ` WaitForKubernetesNodeGroupState ` method for waiting the node group to achieve a desired state
911
1012### Changed
@@ -361,7 +363,9 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
361363
362364First stable release
363365
364- [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.1...HEAD
366+ [ Unreleased ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.3...HEAD
367+ [ 6.8.3 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.2...v6.8.3
368+ [ 6.8.2 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.1...v6.8.2
365369[ 6.8.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.8.0...v6.8.1
366370[ 6.8.0 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.1...v6.8.0
367371[ 6.7.1 ] : https://github.com/UpCloudLtd/upcloud-go-api/compare/v6.7.0...v6.7.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515)
1616
1717const (
18- Version string = "6.8.2 "
18+ Version string = "6.8.3 "
1919 APIVersion string = "1.3"
2020 APIBaseURL string = "https://api.upcloud.com"
2121
You can’t perform that action at this time.
0 commit comments