Merge pull request #667 from ansible-collections/min-version

Run integration tests against 2.16
This commit is contained in:
Chris Hawk 2025-01-31 12:49:49 -08:00 committed by GitHub
commit 99ac225a1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 19 additions and 3 deletions

View file

@ -25,6 +25,7 @@ jobs:
# and test against the minimum version of Python supported by both. If/when we change
# the integration tests to support parallelism we can revisit.
ansible_version:
- stable-2.16
- stable-2.17
- stable-2.18
steps:
@ -35,7 +36,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11' # this is the minimum version required for Ansible 2.17
python-version: '3.10' # this is the minimum version required for Ansible 2.16
- name: Install dependencies
run: pip install -r requirements.txt
- name: Install ansible-base (${{ matrix.ansible_version }})
@ -70,4 +71,4 @@ jobs:
# run tests
- name: Run integration tests
# Add the -vvv flag to print out more output
run: ansible-test integration -v --color --python 3.11 --venv-system-site-packages
run: ansible-test integration -v --color --python 3.10 --venv-system-site-packages

View file

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

View file

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

View file

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