From 15c36acbf000b468c34706a047316adff399d8ea Mon Sep 17 00:00:00 2001 From: Yusuke Tsutsumi Date: Sat, 4 Mar 2023 18:14:17 +0000 Subject: [PATCH] release: 1.1.3 changes needed to release ansible 1.1.3. --- CHANGELOG.rst | 8 ++++++++ changelogs/.plugin-cache.yaml | 4 +--- changelogs/changelog.yaml | 8 ++++++++ changelogs/fragments/gce-changelog.yaml | 5 ----- galaxy.yml | 2 +- 5 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/gce-changelog.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b8ff86..7951534 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Google.Cloud Release Notes .. contents:: Topics +v1.1.3 +====== + +Bugfixes +-------- + +- gcp_compute_instance_info: fix incorrect documentation for filter which incorrectly pointed to the gcloud filter logic rather than the API (fixes #549) + v1.1.2 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index f9bcfd9..3febdd4 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -6,7 +6,6 @@ plugins: callback: {} cliconf: {} connection: {} - filter: {} httpapi: {} inventory: gcp_compute: @@ -868,6 +867,5 @@ plugins: netconf: {} shell: {} strategy: {} - test: {} vars: {} -version: 1.1.2 +version: 1.1.3 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 072436a..0094543 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -38,3 +38,11 @@ releases: fragments: - fix-inventory-plugin.yml release_date: '2022-12-21' + 1.1.3: + changes: + bugfixes: + - 'gcp_compute_instance_info: fix incorrect documentation for filter which incorrectly + pointed to the gcloud filter logic rather than the API (fixes #549)' + fragments: + - gce-changelog.yaml + release_date: '2023-03-04' diff --git a/changelogs/fragments/gce-changelog.yaml b/changelogs/fragments/gce-changelog.yaml deleted file mode 100644 index e055d12..0000000 --- a/changelogs/fragments/gce-changelog.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst#changelog-fragment-categories -bugfixes: -- > - gcp_compute_instance_info: fix incorrect documentation for filter which incorrectly - pointed to the gcloud filter logic rather than the API (fixes #549) \ No newline at end of file diff --git a/galaxy.yml b/galaxy.yml index 6887735..4569bae 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: google name: cloud # The version of the collection. Must be compatible with semantic versioning -version: "1.1.2" +version: "1.1.3" # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md