mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-02 17:00:27 -07:00
Update version
This commit is contained in:
parent
ad6df1688f
commit
7c808c047c
4 changed files with 16 additions and 3 deletions
|
@ -4,6 +4,14 @@ Google.Cloud Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v1.5.1
|
||||
======
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- run integration test with Ansible 2.16 to match `requires_ansible` version
|
||||
|
||||
v1.5.0
|
||||
======
|
||||
|
||||
|
|
|
@ -121,3 +121,10 @@ releases:
|
|||
- remove-google_cloud_ops_agents-role.yml
|
||||
- upgrade_anisble.yml
|
||||
release_date: '2025-01-14'
|
||||
1.5.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- run integration test with Ansible 2.16 to match `requires_ansible` version
|
||||
fragments:
|
||||
- 667-include-2-16-in-ci.yml
|
||||
release_date: '2025-01-30'
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- run integration test with Ansible 2.16 to match `requires_ansible` version
|
|
@ -10,7 +10,7 @@ namespace: google
|
|||
name: cloud
|
||||
|
||||
# The version of the collection. Must be compatible with semantic versioning
|
||||
version: 1.5.0
|
||||
version: 1.5.1
|
||||
|
||||
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||
readme: README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue