release: 1.1.3

changes needed to release ansible 1.1.3.
This commit is contained in:
Yusuke Tsutsumi 2023-03-04 18:14:17 +00:00
parent db81dcd5d5
commit 15c36acbf0
5 changed files with 18 additions and 9 deletions

View file

@ -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
======

View file

@ -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

View file

@ -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'

View file

@ -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)

View file

@ -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