diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fdb4c8fd..b184212b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Google.Cloud Release Notes .. contents:: Topics +v1.7.0 +====== + +Minor Changes +------------- + +- gcp_parameter_manager - added module support for managing parameters and versions (https://github.com/ansible-collections/google.cloud/pull/684). +- gcp_storage_bucket - added support for iam_configuration (https://github.com/ansible-collections/google.cloud/pull/693). +- lookup - added lookup via gcp_parameter_manager (https://github.com/ansible-collections/google.cloud/pull/684). + +Bugfixes +-------- + +- gcp_bigquery_table - fixed nested schema definitions (https://github.com/ansible-collections/google.cloud/issues/637). + v1.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3e8b9ad8..1ee77d2d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -160,3 +160,17 @@ releases: - 690-clear-up-error-responses-from-gcp_secret_manager-lookup.yaml - 691-updated-documentation-for-gcp_serviceusage_service.yaml release_date: '2025-06-20' + 1.7.0: + changes: + bugfixes: + - gcp_bigquery_table - fixed nested schema definitions (https://github.com/ansible-collections/google.cloud/issues/637). + minor_changes: + - gcp_parameter_manager - added module support for managing parameters and versions + (https://github.com/ansible-collections/google.cloud/pull/684). + - gcp_storage_bucket - added support for iam_configuration (https://github.com/ansible-collections/google.cloud/pull/693). + - lookup - added lookup via gcp_parameter_manager (https://github.com/ansible-collections/google.cloud/pull/684). + fragments: + - 684-add-support-for-parameter-manager-module-lookup.yaml + - 693-add-gcs-iam-configuration.yaml + - 694-fix-nested-bigquery-schema.yaml + release_date: '2025-07-29' diff --git a/galaxy.yml b/galaxy.yml index ecc5be87..2e354b2e 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.6.0 +version: 1.7.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md