diff options
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/config.yaml | 1 | ||||
-rw-r--r-- | changelogs/fragments/undeprecate.yaml | 6 |
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." |