ansible-core’s devel
branch’s version has been bumped to 2.19.0.dev0, and a stable-2.18
branch has been created. If you are a collection maintainer, you need to consider:
- If you test against
devel
and have a tests/sanity/ignore-2.18.txt
file, you need to copy it over to tests/sanity/ignore-2.19.txt
;
- Update your CI matrix to include
stable-2.18
; if you did not test against devel
before, potentially need to create a tests/sanity/ignore-2.18.txt
file.
4 Likes
Note that stable-2.18
has Remove remaining 2.18 deprecations by sivel · Pull Request #83949 · ansible/ansible · GitHub, which devel
does not. This make some tests fail in community.crypto for stable-2.18, while they pass for devel
, stable-2.17
, and other stable branches. From the comments in the PR the tests will also start failing with devel
eventually, so if you see similar failures with stable-2.18
, you can assume that the same tests will start failing with devel
as well eventually.
1 Like