diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9226d932..575bd10d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,26 @@ Community Network Release Notes This changelog describes changes after version 3.0.0. +v4.0.4 +====== + +Release Summary +--------------- + +This is a patch and the last release of the ``community.network`` collection version 4. +This changelog contains all changes to the modules and plugins in this collection +that have been made after the previous release. + +Major Changes +------------- + +- Collection version 4.0.0 is not supported anymore, please upgrade your local installation to a newer version. + +Bugfixes +-------- + +- exos - Add error handling of ``Permission denied`` errors (https://github.com/ansible-collections/community.network/pull/571). + v4.0.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fb8ba9d0..6b5fe4fc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -107,3 +107,21 @@ releases: - 516-whitespace-exos-config-defaults.yaml - 517-add-ports-no-refresh-in-exos-facts.yaml release_date: '2023-10-25' + 4.0.4: + changes: + bugfixes: + - exos - Add error handling of ``Permission denied`` errors (https://github.com/ansible-collections/community.network/pull/571). + major_changes: + - Collection version 4.0.0 is not supported anymore, please upgrade your local + installation to a newer version. + release_summary: 'This is a patch and the last release of the ``community.network`` + collection version 4. + + This changelog contains all changes to the modules and plugins in this collection + + that have been made after the previous release.' + fragments: + - 0-stop-support.yml + - 4.0.4.yml + - 571-permission-denied-error-handling.yml + release_date: '2024-06-13' diff --git a/changelogs/fragments/571-permission-denied-error-handling.yml b/changelogs/fragments/571-permission-denied-error-handling.yml deleted file mode 100644 index 8f850733..00000000 --- a/changelogs/fragments/571-permission-denied-error-handling.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - exos - Add error handling of ``Permission denied`` errors (https://github.com/ansible-collections/community.network/pull/571). diff --git a/galaxy.yml b/galaxy.yml index 3e562069..ece51c2b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: network -version: 4.0.3 +version: 4.0.4 readme: README.md authors: - Ansible (https://github.com/ansible)