Merge pull request #718 from ansible-collections/release-v1_9_0
Some checks failed
Run integration tests for the cloud.google collection / integration (stable-2.16) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.17) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.18) (push) Has been cancelled
Run integration tests for the cloud.google collection / integration (stable-2.19) (push) Has been cancelled

Prepare release v1.9.0
This commit is contained in:
Chris Hawk 2025-10-03 16:52:47 -07:00 committed by GitHub
commit cd52a8ce3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 2 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

@ -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

View file

@ -786,4 +786,4 @@ class Connection(sshconn.Connection):
# remove ssh config
os.unlink(self.ssh_config)
self._connected = False
self._connected = False