ansible-core’s devel and milestone branch versions have been bumped to 2.22.0.dev0. If you are a collection maintainer, you need to consider:
- If you test against
develormilestoneand have atests/sanity/ignore-2.21.txtfile, you need to copy it over totests/sanity/ignore-2.22.txt; - Update your CI matrix to include
stable-2.21if you didn’t do that already; if you did not test againstdevelormilestonebefore, potentially need to create atests/sanity/ignore-2.21.txtfile.