ansible-core’s devel branch’s version has been bumped to 2.18.0.dev0, and a stable-2.17 branch has been created. If you are a collection maintainer, you need to consider:
- If you test against
develand have atests/sanity/ignore-2.17.txtfile, you need to copy it over totests/sanity/ignore-2.18.txt; - Update your CI matrix to include
stable-2.17; if you did not test againstdevelbefore, potentially need to create atests/sanity/ignore-2.17.txtfile.