mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-21 03:24:08 -07:00
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
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:
commit
cd52a8ce3b
4 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -786,4 +786,4 @@ class Connection(sshconn.Connection):
|
|||
# remove ssh config
|
||||
os.unlink(self.ssh_config)
|
||||
|
||||
self._connected = False
|
||||
self._connected = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue