From 5411090f51a553995fcc7f728c5cf98e0bcf76fb Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 30 Jan 2021 19:42:34 +0100 Subject: [PATCH] Bump antsibull-changelog version for changelog sanity test. (cherry picked from commit 82cdd7e735eb6244bd9eb23c5c11bf82111f267c) --- changelogs/fragments/73428-changelog-linting-bump-version.yml | 2 ++ test/lib/ansible_test/_data/requirements/constraints.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/73428-changelog-linting-bump-version.yml diff --git a/changelogs/fragments/73428-changelog-linting-bump-version.yml b/changelogs/fragments/73428-changelog-linting-bump-version.yml new file mode 100644 index 00000000000..551bcf1c9a7 --- /dev/null +++ b/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 `_ will not fail validation (https://github.com/ansible/ansible/pull/73428)." diff --git a/test/lib/ansible_test/_data/requirements/constraints.txt b/test/lib/ansible_test/_data/requirements/constraints.txt index e043bc52e99..81ee480c3b0 100644 --- a/test/lib/ansible_test/_data/requirements/constraints.txt +++ b/test/lib/ansible_test/_data/requirements/constraints.txt @@ -46,7 +46,7 @@ setuptools < 37 ; python_version == '2.6' # setuptools 37 and later require pyth setuptools < 45 ; python_version == '2.7' # setuptools 45 and later require python 3.5 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