Bump antsibull-changelog version for changelog sanity test.
This commit is contained in:
parent
f271d02a9f
commit
82cdd7e735
2 changed files with 3 additions and 1 deletions
|
@ -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)."
|
|
@ -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
|
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
|
# 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
|
# Make sure we have a new enough antsibull for the CLI args we use
|
||||||
antsibull >= 0.21.0
|
antsibull >= 0.21.0
|
||||||
|
|
Loading…
Reference in a new issue