File tree 2 files changed +14
-1
lines changed
Filter options
2 files changed +14
-1
lines changed
Original file line number Diff line number Diff line change
1
+ ## v2.2.0 (2024-10-18)
2
+
3
+ * [ GH-3176 ] ( https://github.com/gophercloud/gophercloud/pull/3176 ) [ v2] [ containerinfra] : add "MasterLBEnabled" in Cluster results
4
+ * [ GH-3181 ] ( https://github.com/gophercloud/gophercloud/pull/3181 ) [ v2] octavia: add new options to health monitors
5
+ * [ GH-3182 ] ( https://github.com/gophercloud/gophercloud/pull/3182 ) [ v2] octavia: add new security options to pools and listeners
6
+ * [ GH-3195 ] ( https://github.com/gophercloud/gophercloud/pull/3195 ) [ v2] [ core] : handle empty response body
7
+ * [ GH-3196 ] ( https://github.com/gophercloud/gophercloud/pull/3196 ) [ v2] [ fwaas_v2] : proper ParseResponse handling
8
+ * [ GH-3198 ] ( https://github.com/gophercloud/gophercloud/pull/3198 ) [ v2] compute: Fix expected and actual test results
9
+ * [ GH-3199 ] ( https://github.com/gophercloud/gophercloud/pull/3199 ) [ v2] [ octavia] add an ability to filter flavors and flavorprofiles
10
+ * [ GH-3214 ] ( https://github.com/gophercloud/gophercloud/pull/3214 ) [ v2] [ manila] add scheduler_hints to the shares CreateOpts
11
+ * [ GH-3215 ] ( https://github.com/gophercloud/gophercloud/pull/3215 ) [ v2] [ manila] add share_group_id to share's CreateOpts
12
+ * [ GH-3219 ] ( https://github.com/gophercloud/gophercloud/pull/3219 ) [ v2] docs: Remove outdated godoc
13
+
1
14
## v2.1.1 (2024-09-18)
2
15
3
16
* [ GH-3161 ] ( https://github.com/gophercloud/gophercloud/pull/3161 ) [ v2] fix: create security group rule with any protocol
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.1.1 "
16
+ DefaultUserAgent = "gophercloud/v2.2.0 "
17
17
DefaultMaxBackoffRetries = 60
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments