Skip to content

Commit

Permalink
Merge pull request #2789 from EmilienM/release_1.7.0
Browse files Browse the repository at this point in the history
Prepare 1.7.0
  • Loading branch information
EmilienM authored Sep 25, 2023
2 parents d462f04 + 4f4a056 commit 1ef3b08
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.7.0 (2023-09-22)

New features and improvements:

* [GH-2782](https://github.com/gophercloud/gophercloud/pull/2782) [v1] (manual clean backport) Add tag field to compute block_device_v2

CI changes:

* [GH-2760](https://github.com/gophercloud/gophercloud/pull/2760) [v1 backports] semver auto labels
* [GH-2775](https://github.com/gophercloud/gophercloud/pull/2775) [v1] Fix typos in comments
* [GH-2783](https://github.com/gophercloud/gophercloud/pull/2783) [v1] (clean manual backport) ci/functional: fix ubuntu version & add antelope
* [GH-2785](https://github.com/gophercloud/gophercloud/pull/2785) [v1] Acceptance: Handle numerical version names in version comparison helpers
* [GH-2787](https://github.com/gophercloud/gophercloud/pull/2787) backport-v1: fixes to semver label
* [GH-2788](https://github.com/gophercloud/gophercloud/pull/2788) [v1] Make acceptance tests internal


## v1.6.0 (2023-08-30)

New features and improvements:
Expand Down
2 changes: 1 addition & 1 deletion provider_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

// DefaultUserAgent is the default User-Agent string set in the request header.
const (
DefaultUserAgent = "gophercloud/v1.6.0"
DefaultUserAgent = "gophercloud/v1.7.0"
DefaultMaxBackoffRetries = 60
)

Expand Down

0 comments on commit 1ef3b08

Please sign in to comment.