File tree 2 files changed +12
-1
lines changed
Filter options
2 files changed +12
-1
lines changed
Original file line number Diff line number Diff line change
1
+ ## v2.7.0 (2025-04-03)
2
+
3
+ * [ GH-3306 ] ( https://github.com/gophercloud/gophercloud/pull/3306 ) [ v2] identity: Add Get endpoint by ID
4
+ * [ GH-3325 ] ( https://github.com/gophercloud/gophercloud/pull/3325 ) [ v2] Switch to a version of gocovmerge compatible with go 1.22
5
+ * [ GH-3327 ] ( https://github.com/gophercloud/gophercloud/pull/3327 ) Merge pull request #3209 from shiftstack/proper-service-discovery
6
+ * [ GH-3328 ] ( https://github.com/gophercloud/gophercloud/pull/3328 ) [ v2] Improve support for ` network standard-attr-* ` extensions
7
+ * [ GH-3330 ] ( https://github.com/gophercloud/gophercloud/pull/3330 ) [ v2] Enhance Snapshot struct and add ListDetail function in V3 blockstorage
8
+ * [ GH-3333 ] ( https://github.com/gophercloud/gophercloud/pull/3333 ) [ v2] vpnaas: add support for more ciphers (auth, encryption, pfs modes)
9
+ * [ GH-3334 ] ( https://github.com/gophercloud/gophercloud/pull/3334 ) [ v2] Added support for VIF's in Baremetal
10
+ * [ GH-3335 ] ( https://github.com/gophercloud/gophercloud/pull/3335 ) [ v2] Baremetal virtual media Get API
11
+
1
12
## v2.6.0 (2025-03-03)
2
13
3
14
* [ GH-3309 ] ( https://github.com/gophercloud/gophercloud/pull/3309 ) Backport: Added support for hypervisor_hostname to v2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
14
14
// DefaultUserAgent is the default User-Agent string set in the request header.
15
15
const (
16
- DefaultUserAgent = "gophercloud/v2.6 .0"
16
+ DefaultUserAgent = "gophercloud/v2.7 .0"
17
17
DefaultMaxBackoffRetries = 60
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments