mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
release: 1.1.3
changes needed to release ansible 1.1.3.
This commit is contained in:
parent
db81dcd5d5
commit
15c36acbf0
5 changed files with 18 additions and 9 deletions
|
@ -5,6 +5,14 @@ Google.Cloud Release Notes
|
||||||
.. contents:: Topics
|
.. 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
|
v1.1.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@ plugins:
|
||||||
callback: {}
|
callback: {}
|
||||||
cliconf: {}
|
cliconf: {}
|
||||||
connection: {}
|
connection: {}
|
||||||
filter: {}
|
|
||||||
httpapi: {}
|
httpapi: {}
|
||||||
inventory:
|
inventory:
|
||||||
gcp_compute:
|
gcp_compute:
|
||||||
|
@ -868,6 +867,5 @@ plugins:
|
||||||
netconf: {}
|
netconf: {}
|
||||||
shell: {}
|
shell: {}
|
||||||
strategy: {}
|
strategy: {}
|
||||||
test: {}
|
|
||||||
vars: {}
|
vars: {}
|
||||||
version: 1.1.2
|
version: 1.1.3
|
||||||
|
|
|
@ -38,3 +38,11 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- fix-inventory-plugin.yml
|
- fix-inventory-plugin.yml
|
||||||
release_date: '2022-12-21'
|
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'
|
||||||
|
|
|
@ -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)
|
|
|
@ -9,7 +9,7 @@ namespace: google
|
||||||
name: cloud
|
name: cloud
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# 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
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue