mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-31 00:51:31 -07:00
chore: update changelog to 1.2.0 (#583)
This commit is contained in:
parent
75f3198605
commit
e0fc6bab83
5 changed files with 20 additions and 2 deletions
|
@ -6,6 +6,7 @@ plugins:
|
|||
callback: {}
|
||||
cliconf: {}
|
||||
connection: {}
|
||||
filter: {}
|
||||
httpapi: {}
|
||||
inventory:
|
||||
gcp_compute:
|
||||
|
@ -867,5 +868,6 @@ plugins:
|
|||
netconf: {}
|
||||
shell: {}
|
||||
strategy: {}
|
||||
test: {}
|
||||
vars: {}
|
||||
version: 1.1.3
|
||||
version: 1.2.0
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue