Add changelog fragments

This commit is contained in:
Chris Hawk 2025-06-20 13:57:08 -07:00
commit 6867ae1b12
6 changed files with 18 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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