File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v2.3.0 (2024-12-06)
2+
3+ * [ GH-3213 ] ( https://github.com/gophercloud/gophercloud/pull/3213 ) [ v2] Handle nova api version > 2.87 for hypervisor
4+ * [ GH-3236 ] ( https://github.com/gophercloud/gophercloud/pull/3236 ) [ v2] Added required fields for Node API Parity
5+ * [ GH-3248 ] ( https://github.com/gophercloud/gophercloud/pull/3248 ) [ v2] Add support for disable_power_off
6+ * [ GH-3261 ] ( https://github.com/gophercloud/gophercloud/pull/3261 ) [ v2] Misc cleanups
7+ * [ GH-3262 ] ( https://github.com/gophercloud/gophercloud/pull/3262 ) [ v2] Address govet 1.24 issue
8+
19## v2.2.0 (2024-10-18)
210
311* [ GH-3176 ] ( https://github.com/gophercloud/gophercloud/pull/3176 ) [ v2] [ containerinfra] : add "MasterLBEnabled" in Cluster results
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313
1414// DefaultUserAgent is the default User-Agent string set in the request header.
1515const (
16- DefaultUserAgent = "gophercloud/v2.2 .0"
16+ DefaultUserAgent = "gophercloud/v2.3 .0"
1717 DefaultMaxBackoffRetries = 60
1818)
1919
You can’t perform that action at this time.
0 commit comments