summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorNilashish Chakraborty <nilashishchakraborty8@gmail.com>2024-06-25 14:54:01 +0530
committerGitHub <noreply@github.com>2024-06-25 14:54:01 +0530
commitb872b6f21d14ff10c221d84217eb568318e9ad8b (patch)
tree0aacdea877a7e2b209735cd0f7c0b9d62a9446f7 /changelogs
parent37baff3d4d547911bec1387218edfd477ca79062 (diff)
downloadvyos.vyos-b872b6f21d14ff10c221d84217eb568318e9ad8b.tar.gz
vyos.vyos-b872b6f21d14ff10c221d84217eb568318e9ad8b.zip
`vyos.vyos` is no longer deprecated! 🎉 (#348)
* Remove deprecation notice for vyos.vyos Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com> * Add changelog Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com> * fix review comments Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com> * chore: auto fixes from pre-commit.com hooks --------- Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/config.yaml1
-rw-r--r--changelogs/fragments/undeprecate.yaml6
2 files changed, 7 insertions, 0 deletions
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."