Releases: ansible-community/ansible-test-gh-action
Releases · ansible-community/ansible-test-gh-action
v1.9.0
What's New
- Implementing auto-exposing the GitHub container network to the integration test containers by @webknjaz in #36
Full Diff: v1.8.0...v1.9.0
v1.8.0
What's Changed
- This release adds support for
ansible-core
v2.14 and bumps the default for theansible-core
input tostable-2.14
.
Full Diff: v1.7.0...v1.8.0
v1.7.0
Deprecations
python-version
input is now deprecated in favor oforigin-python-version
. It is planned to be removed in v3 of this action
New inputs
- Added
controller-python-version
parameter by @felixfontein in #20 and in #31 - Added
origin-python-version
meant to replacepython-version
by @felixfontein in #19. It defaults to automatically selecting the latest supported CPython interpreter version for the givenansible-core
version
New outputs
origin-python-version
andorigin-python-path
now expose the interpreter used to invokeansible-test
on the GitHub Actions runner
Full Diff: v1.6.0...v1.7.0
v1.6.0
Bugfixes
- Started treating
collection-root
input of'.'
as CWD by @felixfontein in #25
Features
What's Changed
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Added
collection-root
input and tests via GitHub Actions CI/CD workflows by @felixfontein in #21 - Added
ansible-core
allowing to configure the ansible-core GitHub repository slug by @felixfontein in #22
New Contributors
- @felixfontein made their first contribution in #21
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
This release bumps the default ansible-core
version to stable-2.13
. It also updates the third-party GitHub Actions to actions/setup-python@v4
, actions/checkout@v3
and codecov/codecov-action@v3
.
Full diff: v1.3.0...v1.4.0
v1.3.0
v1.2.1
Hotfixes
- Fix the default value of the
git-checkout-ref
input introduced in v1.1.0 to be empty
Full diff: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Started actively preventing leakage of the GitHub access token via the Git checkout action
Full diff: v1.1.0...v1.2.0
v1.1.0
Features:
- Added a
git-checkout-ref
option for pointing at non-HEAD
commitish in the repo to test
Full diff: v1.0.1...v1.1.0