File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.5.0 (2025-02-11)
2
+
3
+ * [ GH-3278 ] ( https://github.com/gophercloud/gophercloud/pull/3278 ) [ v2] test: Ensure that randomly created secgroup rules don't conflict
4
+ * [ GH-3287 ] ( https://github.com/gophercloud/gophercloud/pull/3287 ) [ v2] Fix panic in ExtractIntoStructPtr
5
+ * [ GH-3288 ] ( https://github.com/gophercloud/gophercloud/pull/3288 ) [ v2] Fix JSON field name hints in APIVersion structs
6
+ * [ GH-3292 ] ( https://github.com/gophercloud/gophercloud/pull/3292 ) [ v2] Add permissions to the label-issue workflow
7
+ * [ GH-3294 ] ( https://github.com/gophercloud/gophercloud/pull/3294 ) [ v2] Add support for zone sharing in DNS v2
8
+ * [ GH-3296 ] ( https://github.com/gophercloud/gophercloud/pull/3296 ) build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
9
+ * [ GH-3297 ] ( https://github.com/gophercloud/gophercloud/pull/3297 ) [ v2] build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0
10
+ * [ GH-3298 ] ( https://github.com/gophercloud/gophercloud/pull/3298 ) [ v2] build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
11
+
1
12
## v2.4.0 (2024-12-18)
2
13
3
14
* [ GH-3270 ] ( https://github.com/gophercloud/gophercloud/pull/3270 ) [ v2] SG rules: implement bulk create
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.4 .0"
16
+ DefaultUserAgent = "gophercloud/v2.5 .0"
17
17
DefaultMaxBackoffRetries = 60
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments