diff options
author | Nilashish Chakraborty <nilashishchakraborty8@gmail.com> | 2024-06-25 17:32:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 17:32:32 +0530 |
commit | b148fe4ff90e2cbe5ee576ee39b01707e092fd9d (patch) | |
tree | ecd984500904938fbcfbcea88a30ca225ea15ccc /changelogs/fragments | |
parent | b872b6f21d14ff10c221d84217eb568318e9ad8b (diff) | |
download | vyos.vyos-5.0.0.tar.gz vyos.vyos-5.0.0.zip |
Prepare for v5.0.0 release (#350)v5.0.0
* Prepare for v5.0.0 release
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Update galaxy version
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
---------
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/avoid_unsafe_conditions.yml | 3 | ||||
-rw-r--r-- | changelogs/fragments/integration_test_fix.yml | 3 | ||||
-rw-r--r-- | changelogs/fragments/undeprecate.yaml | 6 |
3 files changed, 0 insertions, 12 deletions
diff --git a/changelogs/fragments/avoid_unsafe_conditions.yml b/changelogs/fragments/avoid_unsafe_conditions.yml deleted file mode 100644 index 693f01d0..00000000 --- a/changelogs/fragments/avoid_unsafe_conditions.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - avoid_unsafe_conditions - Avoid unsafe conditions in integration tests to resolve issues related to assertion unsafe conditions. diff --git a/changelogs/fragments/integration_test_fix.yml b/changelogs/fragments/integration_test_fix.yml deleted file mode 100644 index d7924243..00000000 --- a/changelogs/fragments/integration_test_fix.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - vyos_prefix_lists - fix vyos_prefix_lists in integration tests to resolve issues related to deletion. diff --git a/changelogs/fragments/undeprecate.yaml b/changelogs/fragments/undeprecate.yaml deleted file mode 100644 index 4180d3e6..00000000 --- a/changelogs/fragments/undeprecate.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -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." |