mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-03 09:20:26 -07:00
Merge pull request #667 from ansible-collections/min-version
Run integration tests against 2.16
This commit is contained in:
commit
99ac225a1a
4 changed files with 19 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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