From cee688476bcf19180e6bfc12b38d173a332e49c6 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Tue, 15 Oct 2024 08:09:26 +0200 Subject: [PATCH] Release 5.1.0 commit (#629) --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ ...26-deprecate-collection_changelog_fragment.yml | 7 ------- galaxy.yml | 2 +- 4 files changed, 29 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/626-deprecate-collection_changelog_fragment.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a868cace..2ad44a26 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,19 @@ Community Network Release Notes This changelog describes changes after version 4.0.0. +v5.1.0 +====== + +Release Summary +--------------- + +This is release 5.1.0 of the ``community.network`` collection which aims to announce the collection deprecation and does not contain any functional changes. See the changelog for details. + +Deprecated Features +------------------- + +- This collection and all content in it is unmaintained and deprecated (https://forum.ansible.com/t/8030). If you are interested in maintaining parts of the collection, please copy them to your own repository, and tell others about in the Forum discussion. See the `collection creator path `__ for details. + v5.0.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f1045ba5..8e409f57 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -127,3 +127,18 @@ releases: - 5.0.3.yml - 571-permission-denied-error-handling.yml release_date: '2024-06-13' + 5.1.0: + changes: + deprecated_features: + - This collection and all content in it is unmaintained and deprecated (https://forum.ansible.com/t/8030). + If you are interested in maintaining parts of the collection, please copy + them to your own repository, and tell others about in the Forum discussion. + See the `collection creator path `__ + for details. + release_summary: This is release 5.1.0 of the ``community.network`` collection + which aims to announce the collection deprecation and does not contain any + functional changes. See the changelog for details. + fragments: + - 5.1.0.yml + - 626-deprecate-collection_changelog_fragment.yml + release_date: '2024-10-15' diff --git a/changelogs/fragments/626-deprecate-collection_changelog_fragment.yml b/changelogs/fragments/626-deprecate-collection_changelog_fragment.yml deleted file mode 100644 index 615b4b16..00000000 --- a/changelogs/fragments/626-deprecate-collection_changelog_fragment.yml +++ /dev/null @@ -1,7 +0,0 @@ -deprecated_features: - - This collection and all content in it is unmaintained and deprecated - (https://forum.ansible.com/t/8030). - If you are interested in maintaining parts of the collection, please copy them to your own repository, - and tell others about in the Forum discussion. - See the `collection creator path `__ - for details. diff --git a/galaxy.yml b/galaxy.yml index 3a5b8392..814c6eae 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: network -version: 5.0.3 +version: 5.1.0 readme: README.md authors: - Ansible (https://github.com/ansible)