Build changelog

This commit is contained in:
Chris Hawk 2025-06-20 14:02:13 -07:00
commit 50ed75fe9c
8 changed files with 35 additions and 18 deletions

View file

@ -4,6 +4,23 @@ Google.Cloud Release Notes
.. contents:: Topics
v1.6.0
======
Minor Changes
-------------
- gcp_compute - added GVNIC support to compute instance (https://github.com/ansible-collections/google.cloud/pull/688).
- gcp_compute - added ``discard_local_ssd`` flag to compute instance (https://github.com/ansible-collections/google.cloud/pull/686).
- gcp_compute - added hostname support to dynamic inventory (https://github.com/ansible-collections/google.cloud/pull/689).
- gcp_secret_manager - added support for regional secret manager (https://github.com/ansible-collections/google.cloud/pull/685).
Bugfixes
--------
- gcp_secret_manager - cleaned up error responses (https://github.com/ansible-collections/google.cloud/pull/690).
- gcp_serviceusage_service - updated documentation (https://github.com/ansible-collections/google.cloud/pull/691).
v1.5.3
======

View file

@ -142,3 +142,21 @@ releases:
fragments:
- 682-update-readme.yaml
release_date: '2025-04-30'
1.6.0:
changes:
bugfixes:
- gcp_secret_manager - cleaned up error responses (https://github.com/ansible-collections/google.cloud/pull/690).
- gcp_serviceusage_service - updated documentation (https://github.com/ansible-collections/google.cloud/pull/691).
minor_changes:
- gcp_compute - added GVNIC support to compute instance (https://github.com/ansible-collections/google.cloud/pull/688).
- gcp_compute - added ``discard_local_ssd`` flag to compute instance (https://github.com/ansible-collections/google.cloud/pull/686).
- gcp_compute - added hostname support to dynamic inventory (https://github.com/ansible-collections/google.cloud/pull/689).
- gcp_secret_manager - added support for regional secret manager (https://github.com/ansible-collections/google.cloud/pull/685).
fragments:
- 685-support-for-regional-secret-manager.yaml
- 686-add-discard_local_ssd-flag-to-compute-instance.yaml
- 688-add-gvnic-support.yaml
- 689-hostname-support-for-dynamic-inventory.yaml
- 690-clear-up-error-responses-from-gcp_secret_manager-lookup.yaml
- 691-updated-documentation-for-gcp_serviceusage_service.yaml
release_date: '2025-06-20'

View file

@ -1,3 +0,0 @@
minor_changes:
- gcp_secret_manager - added support for regional secret manager
(https://github.com/ansible-collections/google.cloud/pull/685).

View file

@ -1,3 +0,0 @@
minor_changes:
- gcp_compute - added ``discard_local_ssd`` flag to compute instance
(https://github.com/ansible-collections/google.cloud/pull/686).

View file

@ -1,3 +0,0 @@
minor_changes:
- gcp_compute - added GVNIC support to compute instance
(https://github.com/ansible-collections/google.cloud/pull/688).

View file

@ -1,3 +0,0 @@
minor_changes:
- gcp_compute - added hostname support to dynamic inventory
(https://github.com/ansible-collections/google.cloud/pull/689).

View file

@ -1,3 +0,0 @@
bugfixes:
- gcp_secret_manager - cleaned up error responses
(https://github.com/ansible-collections/google.cloud/pull/690).

View file

@ -1,3 +0,0 @@
bugfixes:
- gcp_serviceusage_service - updated documentation
(https://github.com/ansible-collections/google.cloud/pull/691).