Bump version and update changelog

This commit is contained in:
Chris Hawk 2025-10-03 14:57:38 -07:00
commit 064fcdce0e
4 changed files with 16 additions and 4 deletions

View file

@ -4,6 +4,14 @@ Google.Cloud Release Notes
.. 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
======

View file

@ -189,3 +189,10 @@ releases:
- 709-iap-connection-plugin.yml
- 711-attach-disk-to-instance.yml
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'

View file

@ -1,3 +0,0 @@
minor_changes:
- iap - added scp_if_ssh option
(https://github.com/ansible-collections/google.cloud/pull/716).

View file

@ -10,7 +10,7 @@ namespace: google
name: cloud
# 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
readme: README.md