summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorNilashish Chakraborty <nilashishchakraborty8@gmail.com>2024-06-25 17:32:32 +0530
committerGitHub <noreply@github.com>2024-06-25 17:32:32 +0530
commitb148fe4ff90e2cbe5ee576ee39b01707e092fd9d (patch)
treeecd984500904938fbcfbcea88a30ca225ea15ccc /changelogs/changelog.yaml
parentb872b6f21d14ff10c221d84217eb568318e9ad8b (diff)
downloadvyos.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/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index b401b898..b20932d2 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -411,3 +411,23 @@ releases:
- l3_interfaces-support.yaml
- l3_interfaces.yaml
release_date: "2023-05-30"
+ 5.0.0:
+ changes:
+ major_changes:
+ - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
+ are EoL now.
+ minor_changes:
+ - All GHA workflows have been updated to use ones from ansible-content-actions.
+ - Passes latest ansible-lint with production profile.
+ - Removes deprecation notice for vyos.vyos.
+ - Uncaps supported ansible-core versions, this collection now supports ansible-core>=2.15.
+ release_summary:
+ Starting from this release, the minimum `ansible-core` version
+ that this collection requires is `2.15.0`. The last known version compatible
+ with ansible-core<2.15 is v4.1.0.
+ fragments:
+ - avoid_unsafe_conditions.yml
+ - integration_test_fix.yml
+ - release_500.yaml
+ - undeprecate.yaml
+ release_date: "2024-06-25"