Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump antsibull-changelog version for changelog sanity test #73428

Merged
merged 1 commit into from Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelogs/fragments/73428-changelog-linting-bump-version.yml
@@ -0,0 +1,2 @@
bugfixes:
- "ansible-test sanity changelog test - bump dependency on antsibull-changelog to 0.9.0 so that `fragments that add new plugins or objects <https://github.com/ansible-community/antsibull-changelog/blob/main/docs/changelogs.rst#adding-new-roles-playbooks-test-and-filter-plugins>`_ will not fail validation (https://github.com/ansible/ansible/pull/73428)."
2 changes: 1 addition & 1 deletion test/lib/ansible_test/_data/requirements/constraints.txt
Expand Up @@ -49,7 +49,7 @@ setuptools < 45 ; python_version == '2.7' # setuptools 45 and later require pyth
gssapi < 1.6.0 ; python_version <= '2.7' # gssapi 1.6.0 and later require python 3 or later

# freeze antsibull-changelog for consistent test results
antsibull-changelog == 0.7.0
antsibull-changelog == 0.9.0

# Make sure we have a new enough antsibull for the CLI args we use
antsibull >= 0.21.0
Expand Down