mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-22 20:14:08 -07:00
Bump version and update changelog
This commit is contained in:
parent
69cbcf1203
commit
064fcdce0e
4 changed files with 16 additions and 4 deletions
|
@ -4,6 +4,14 @@ Google.Cloud Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v1.9.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- iap - added scp_if_ssh option (https://github.com/ansible-collections/google.cloud/pull/716).
|
||||||
|
|
||||||
v1.8.0
|
v1.8.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -189,3 +189,10 @@ releases:
|
||||||
- 709-iap-connection-plugin.yml
|
- 709-iap-connection-plugin.yml
|
||||||
- 711-attach-disk-to-instance.yml
|
- 711-attach-disk-to-instance.yml
|
||||||
release_date: '2025-09-11'
|
release_date: '2025-09-11'
|
||||||
|
1.9.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- iap - added scp_if_ssh option (https://github.com/ansible-collections/google.cloud/pull/716).
|
||||||
|
fragments:
|
||||||
|
- 716-iap-scp-if-ssh-option.yml
|
||||||
|
release_date: '2025-10-03'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- iap - added scp_if_ssh option
|
|
||||||
(https://github.com/ansible-collections/google.cloud/pull/716).
|
|
|
@ -10,7 +10,7 @@ namespace: google
|
||||||
name: cloud
|
name: cloud
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# The version of the collection. Must be compatible with semantic versioning
|
||||||
version: 1.8.0
|
version: 1.9.0
|
||||||
|
|
||||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue