From f163ada5bb7ee12014113623ebadf755188e5ce9 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Thu, 11 Sep 2025 14:20:58 -0700 Subject: [PATCH 1/2] 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 From 54e56b13fc545df9a3880930141436d7ac431355 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Thu, 11 Sep 2025 14:22:59 -0700 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ ...mproper-names-for-service_account_contents.yml | 3 --- .../fragments/709-iap-connection-plugin.yml | 3 --- .../fragments/711-attach-disk-to-instance.yml | 3 --- 5 files changed, 29 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/703-fix-improper-names-for-service_account_contents.yml delete mode 100644 changelogs/fragments/709-iap-connection-plugin.yml delete mode 100644 changelogs/fragments/711-attach-disk-to-instance.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b184212b..83e258ee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Google.Cloud Release Notes .. contents:: Topics +v1.8.0 +====== + +Minor Changes +------------- + +- iap - enable use of Identity Aware Proxy ssh connections to compute instances (https://github.com/ansible-collections/google.cloud/pull/709). + +Bugfixes +-------- + +- gcp_compute_instance - add suppport for attaching disks to compute instances (https://github.com/ansible-collections/google.cloud/pull/711). +- gcp_secret_manager - use service_account_contents instead of service_account_info (https://github.com/ansible-collections/google.cloud/pull/703). + v1.7.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1ee77d2d..0ff8d3ee 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -174,3 +174,18 @@ releases: - 693-add-gcs-iam-configuration.yaml - 694-fix-nested-bigquery-schema.yaml release_date: '2025-07-29' + 1.8.0: + changes: + bugfixes: + - gcp_compute_instance - add suppport for attaching disks to compute instances + (https://github.com/ansible-collections/google.cloud/pull/711). + - gcp_secret_manager - use service_account_contents instead of service_account_info + (https://github.com/ansible-collections/google.cloud/pull/703). + minor_changes: + - iap - enable use of Identity Aware Proxy ssh connections to compute instances + (https://github.com/ansible-collections/google.cloud/pull/709). + fragments: + - 703-fix-improper-names-for-service_account_contents.yml + - 709-iap-connection-plugin.yml + - 711-attach-disk-to-instance.yml + release_date: '2025-09-11' 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 deleted file mode 100644 index 6cd3c41a..00000000 --- a/changelogs/fragments/703-fix-improper-names-for-service_account_contents.yml +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 7f12b85c..00000000 --- a/changelogs/fragments/709-iap-connection-plugin.yml +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 053e852f..00000000 --- a/changelogs/fragments/711-attach-disk-to-instance.yml +++ /dev/null @@ -1,3 +0,0 @@ -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