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