From b872b6f21d14ff10c221d84217eb568318e9ad8b Mon Sep 17 00:00:00 2001 From: Nilashish Chakraborty Date: Tue, 25 Jun 2024 14:54:01 +0530 Subject: `vyos.vyos` is no longer deprecated! 🎉 (#348) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove deprecation notice for vyos.vyos Signed-off-by: NilashishC * Add changelog Signed-off-by: NilashishC * fix review comments Signed-off-by: NilashishC * chore: auto fixes from pre-commit.com hooks --------- Signed-off-by: NilashishC Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- changelogs/config.yaml | 1 + changelogs/fragments/undeprecate.yaml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 changelogs/fragments/undeprecate.yaml (limited to 'changelogs') diff --git a/changelogs/config.yaml b/changelogs/config.yaml index 53e43995..d484cf33 100644 --- a/changelogs/config.yaml +++ b/changelogs/config.yaml @@ -1,3 +1,4 @@ +--- changelog_filename_template: ../CHANGELOG.rst changelog_filename_version_depth: 0 changes_file: changelog.yaml diff --git a/changelogs/fragments/undeprecate.yaml b/changelogs/fragments/undeprecate.yaml new file mode 100644 index 00000000..4180d3e6 --- /dev/null +++ b/changelogs/fragments/undeprecate.yaml @@ -0,0 +1,6 @@ +--- +minor_changes: + - "Removes deprecation notice for vyos.vyos." + - "All GHA workflows have been updated to use ones from ansible-content-actions." + - "Passes latest ansible-lint with production profile." + - "Uncaps supported ansible-core versions, this collection now supports ansible-core>=2.15." -- cgit v1.2.3