mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-07-25 22:30:29 -07:00
Build changelog
This commit is contained in:
parent
b485570c2d
commit
50ed75fe9c
8 changed files with 35 additions and 18 deletions
|
@ -4,6 +4,23 @@ Google.Cloud Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v1.5.3
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -142,3 +142,21 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- 682-update-readme.yaml
|
- 682-update-readme.yaml
|
||||||
release_date: '2025-04-30'
|
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'
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- gcp_secret_manager - added support for regional secret manager
|
|
||||||
(https://github.com/ansible-collections/google.cloud/pull/685).
|
|
|
@ -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).
|
|
|
@ -1,3 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- gcp_compute - added GVNIC support to compute instance
|
|
||||||
(https://github.com/ansible-collections/google.cloud/pull/688).
|
|
|
@ -1,3 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- gcp_compute - added hostname support to dynamic inventory
|
|
||||||
(https://github.com/ansible-collections/google.cloud/pull/689).
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gcp_secret_manager - cleaned up error responses
|
|
||||||
(https://github.com/ansible-collections/google.cloud/pull/690).
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- gcp_serviceusage_service - updated documentation
|
|
||||||
(https://github.com/ansible-collections/google.cloud/pull/691).
|
|
Loading…
Add table
Add a link
Reference in a new issue