Skip to content

Commit

Permalink
chore: update changelog to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed Jul 7, 2023
1 parent 75f3198 commit e64ea5f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Google.Cloud Release Notes
.. contents:: Topics


v1.2.0
======

v1.1.3
======

Expand Down
4 changes: 4 additions & 0 deletions MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ antsibull-changelog release
This will remove all the changelog fragments from ./changelogs/fragments and
merge them into CHANGELOG.rst.

### Send a PR and merge

Send a PR with these changes and merge them.

### Create a new GitHub release

Creating
Expand Down
4 changes: 3 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins:
callback: {}
cliconf: {}
connection: {}
filter: {}
httpapi: {}
inventory:
gcp_compute:
Expand Down Expand Up @@ -867,5 +868,6 @@ plugins:
netconf: {}
shell: {}
strategy: {}
test: {}
vars: {}
version: 1.1.3
version: 1.2.0
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ releases:
fragments:
- gce-changelog.yaml
release_date: '2023-03-04'
1.2.0:
changes:
bugfixes:
- Use default service account if `service_account_email` is unset.
minor_changes:
- Add DataPlane V2 Support.
- Add support for ip_allocation_policy->stack_type.
- Add auth support for GCP access tokens (#574).
release_date: '2023-07-07'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: google
name: cloud

# The version of the collection. Must be compatible with semantic versioning
version: "1.1.3"
version: "1.2.0"

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down

0 comments on commit e64ea5f

Please sign in to comment.