Skip to content

Commit 7e6ff8d

Browse files
authored
Merge pull request #3266 from shiftstack/prepare_v2.3.0
Prepare v2.3.0
2 parents f9025aa + 8874ad4 commit 7e6ff8d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

provider_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
// DefaultUserAgent is the default User-Agent string set in the request header.
1515
const (
16-
DefaultUserAgent = "gophercloud/v2.2.0"
16+
DefaultUserAgent = "gophercloud/v2.3.0"
1717
DefaultMaxBackoffRetries = 60
1818
)
1919

0 commit comments

Comments
 (0)