File tree 2 files changed +26
-1
lines changed
2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.4.0 (2023-05-25)
2
+
3
+ New features and improvements:
4
+
5
+ * [ GH-2465 ] ( https://github.com/gophercloud/gophercloud/pull/2465 ) keystone: add v3 limits update operation
6
+ * [ GH-2596 ] ( https://github.com/gophercloud/gophercloud/pull/2596 ) keystone: add v3 limits get operation
7
+ * [ GH-2618 ] ( https://github.com/gophercloud/gophercloud/pull/2618 ) keystone: add v3 limits delete operation
8
+ * [ GH-2616 ] ( https://github.com/gophercloud/gophercloud/pull/2616 ) Add CRUD support for register limit APIs
9
+ * [ GH-2610 ] ( https://github.com/gophercloud/gophercloud/pull/2610 ) Add PUT/HEAD/DELETE for identity/v3/OS-INHERIT
10
+ * [ GH-2597 ] ( https://github.com/gophercloud/gophercloud/pull/2597 ) Add validation and optimise objects.BulkDelete
11
+ * [ GH-2602 ] ( https://github.com/gophercloud/gophercloud/pull/2602 ) [ swift v1] : introduce a TempURLKey argument for objects.CreateTempURLOpts struct
12
+ * [ GH-2623 ] ( https://github.com/gophercloud/gophercloud/pull/2623 ) Add the ability to remove ingress/egress policies from fwaas_v2 groups
13
+ * [ GH-2625 ] ( https://github.com/gophercloud/gophercloud/pull/2625 ) neutron: Support trunk_details extension
14
+
15
+ CI changes:
16
+
17
+ * [ GH-2608 ] ( https://github.com/gophercloud/gophercloud/pull/2608 ) Drop train and ussuri jobs
18
+ * [ GH-2589 ] ( https://github.com/gophercloud/gophercloud/pull/2589 ) Bump EmilienM/devstack-action from 0.10 to 0.11
19
+ * [ GH-2604 ] ( https://github.com/gophercloud/gophercloud/pull/2604 ) Bump mheap/github-action-required-labels from 3 to 4
20
+ * [ GH-2620 ] ( https://github.com/gophercloud/gophercloud/pull/2620 ) Pin goimport dep to a version that works with go 1.14
21
+ * [ GH-2619 ] ( https://github.com/gophercloud/gophercloud/pull/2619 ) Fix version comparison for acceptance tests
22
+ * [ GH-2627 ] ( https://github.com/gophercloud/gophercloud/pull/2627 ) Limits: Fix ToDo to create registered limit and use it
23
+ * [ GH-2629 ] ( https://github.com/gophercloud/gophercloud/pull/2629 ) [ manila] : Add share from snapshot restore functional test
24
+
25
+
1
26
## v1.3.0 (2023-03-28)
2
27
3
28
* [ GH-2464 ] ( https://github.com/gophercloud/gophercloud/pull/2464 ) keystone: add v3 limits create operation
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
// DefaultUserAgent is the default User-Agent string set in the request header.
16
16
const (
17
- DefaultUserAgent = "gophercloud/v1.3 .0"
17
+ DefaultUserAgent = "gophercloud/v1.4 .0"
18
18
DefaultMaxBackoffRetries = 60
19
19
)
20
20
You can’t perform that action at this time.
0 commit comments