From f163ada5bb7ee12014113623ebadf755188e5ce9 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Thu, 11 Sep 2025 14:20:58 -0700 Subject: [PATCH] Prepare the 1.8.0 release --- .../703-fix-improper-names-for-service_account_contents.yml | 3 +++ changelogs/fragments/709-iap-connection-plugin.yml | 3 +++ changelogs/fragments/711-attach-disk-to-instance.yml | 3 +++ galaxy.yml | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/703-fix-improper-names-for-service_account_contents.yml create mode 100644 changelogs/fragments/709-iap-connection-plugin.yml create mode 100644 changelogs/fragments/711-attach-disk-to-instance.yml diff --git a/changelogs/fragments/703-fix-improper-names-for-service_account_contents.yml b/changelogs/fragments/703-fix-improper-names-for-service_account_contents.yml new file mode 100644 index 00000000..6cd3c41a --- /dev/null +++ b/changelogs/fragments/703-fix-improper-names-for-service_account_contents.yml @@ -0,0 +1,3 @@ +bugfixes: + - gcp_secret_manager - use service_account_contents instead of service_account_info + (https://github.com/ansible-collections/google.cloud/pull/703). \ No newline at end of file diff --git a/changelogs/fragments/709-iap-connection-plugin.yml b/changelogs/fragments/709-iap-connection-plugin.yml new file mode 100644 index 00000000..7f12b85c --- /dev/null +++ b/changelogs/fragments/709-iap-connection-plugin.yml @@ -0,0 +1,3 @@ +minor_changes: + - iap - enable use of Identity Aware Proxy ssh connections to compute instances + (https://github.com/ansible-collections/google.cloud/pull/709). diff --git a/changelogs/fragments/711-attach-disk-to-instance.yml b/changelogs/fragments/711-attach-disk-to-instance.yml new file mode 100644 index 00000000..053e852f --- /dev/null +++ b/changelogs/fragments/711-attach-disk-to-instance.yml @@ -0,0 +1,3 @@ +bugfixes: + - gcp_compute_instance - add suppport for attaching disks to compute instances + (https://github.com/ansible-collections/google.cloud/pull/711). \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 2e354b2e..6c0688da 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: google name: cloud # The version of the collection. Must be compatible with semantic versioning -version: 1.7.0 +version: 1.8.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md