From 1eecd4e121d22fcacf09141de252399405b5b428 Mon Sep 17 00:00:00 2001 From: Deric Crago Date: Thu, 15 Apr 2021 12:30:21 -0400 Subject: [PATCH] 1.3.4 release --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ changelogs/fragments/1.3.4.yml | 3 --- changelogs/fragments/228-static_route-devel.yml | 2 -- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/1.3.4.yml delete mode 100644 changelogs/fragments/228-static_route-devel.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 82acc298..42bce37c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Network Release Notes .. contents:: Topics +v1.3.4 +====== + +Release Summary +--------------- + +Bugfix release for ansible-core 2.11 compatibility. + +Bugfixes +-------- + +- {cnos,icx}_static_route modules - fix modules to work with ansible-core 2.11 (https://github.com/ansible-collections/community.network/pull/228). + v1.3.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d297df48..71540dfc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -372,3 +372,13 @@ releases: - 223-no_log-missing.yml - 226-no-log-needed.yml release_date: '2021-03-17' + 1.3.4: + changes: + bugfixes: + - '{cnos,icx}_static_route modules - fix modules to work with ansible-core 2.11 + (https://github.com/ansible-collections/community.network/pull/228).' + release_summary: Bugfix release for ansible-core 2.11 compatibility. + fragments: + - 1.3.4.yml + - 228-static_route-devel.yml + release_date: '2021-04-15' diff --git a/changelogs/fragments/1.3.4.yml b/changelogs/fragments/1.3.4.yml deleted file mode 100644 index ca00aded..00000000 --- a/changelogs/fragments/1.3.4.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -release_summary: |- - Bugfix release for ansible-core 2.11 compatibility. diff --git a/changelogs/fragments/228-static_route-devel.yml b/changelogs/fragments/228-static_route-devel.yml deleted file mode 100644 index 927ad449..00000000 --- a/changelogs/fragments/228-static_route-devel.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "{cnos,icx}_static_route modules - fix modules to work with ansible-core 2.11 (https://github.com/ansible-collections/community.network/pull/228)."