summaryrefslogtreecommitdiffstats
path: root/ansible_collections/google/cloud/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 16:03:42 +0000
commit66cec45960ce1d9c794e9399de15c138acb18aed (patch)
tree59cd19d69e9d56b7989b080da7c20ef1a3fe2a5a /ansible_collections/google/cloud/changelogs/changelog.yaml
parentInitial commit. (diff)
downloadansible-66cec45960ce1d9c794e9399de15c138acb18aed.tar.xz
ansible-66cec45960ce1d9c794e9399de15c138acb18aed.zip
Adding upstream version 7.3.0+dfsg.upstream/7.3.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/google/cloud/changelogs/changelog.yaml')
-rw-r--r--ansible_collections/google/cloud/changelogs/changelog.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/ansible_collections/google/cloud/changelogs/changelog.yaml b/ansible_collections/google/cloud/changelogs/changelog.yaml
new file mode 100644
index 00000000..072436a1
--- /dev/null
+++ b/ansible_collections/google/cloud/changelogs/changelog.yaml
@@ -0,0 +1,40 @@
+ancestor: null
+releases:
+ 1.1.0:
+ changes:
+ bugfixes:
+ - Disk has been fixed to send the sourceSnapshot parameter.
+ - gcp_cloudtasks_queue - was not functional before, and is now functional.
+ - gcp_compute_* - these resources use the correct selflink (www.googleapis.com)
+ as the domain, no longer erroneously reporting changes after an execution.
+ - gcp_compute_backend_service - no longer erroneously reports changes after
+ an execution for ``capacity_scaler``.
+ - gcp_container_cluster - support GKE clusters greater than 1.19+, which cannot
+ use basic-auth.
+ - gcp_crypto_key - skip_initial_version_creation defaults to the correct value.
+ - gcp_iam_role - now properly undeletes and recognizes soft deleted roles as
+ absent.
+ - gcp_iam_role - update of a role is functional (GitHub
+ - gcp_spanner_database - recognize a non-existent resource as absent.
+ - gcp_storage_object - fix for correct version of dependency requirement.
+ minor_changes:
+ - GCE inventory plugin - a new option ``name_suffix``, to add a suffix to the
+ name parameter.
+ fragments:
+ - 0001_disk.yml
+ - bugfixes.yaml
+ release_date: '2022-12-16'
+ 1.1.1:
+ changes:
+ bugfixes:
+ - fix collection to work with Python 2.7
+ fragments:
+ - fix-2.7.yml
+ release_date: '2022-12-16'
+ 1.1.2:
+ changes:
+ bugfixes:
+ - fix `gcp_compute` no longer being a valid name of the inventory plugin
+ fragments:
+ - fix-inventory-plugin.yml
+ release_date: '2022-12-21'