Skip to content

Commit

Permalink
Release 3.3.1 commit (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Nov 10, 2022
1 parent 9671a11 commit ad5d0fc
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 13 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ Community Network Release Notes

This changelog describes changes after version 2.0.0.

v3.3.1
======

Release Summary
---------------

Final maintenance release of community.network major version 3.

Major Changes
-------------

- The community.network 3.x.y release stream is now effectively End of Life. No more releases will be made. Regular CI runs have stopped.

Deprecated Features
-------------------

- Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed in the next major release (community.network 4.0.0) this spring. While most content will probably still work with ansible-base 2.10, we will remove symbolic links for modules and action plugins, which will make it impossible to use them with Ansible 2.9 anymore. Please use community.network 3.x.y with Ansible 2.9 and ansible-base 2.10, as these releases will continue to support Ansible 2.9 and ansible-base 2.10 even after they are End of Life (https://github.com/ansible-community/community-topics/issues/50, https://github.com/ansible-collections/community.network/pull/382).

Bugfixes
--------

- Collection core functions - use vendored version of ``distutils.version`` instead of the deprecated Python standard library ``distutils``.
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
- Include ``simplified_bsd.txt`` license file for the ``icx`` and ``netvisor`` module utils.

v3.3.0
======

Expand Down
30 changes: 30 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,33 @@ releases:
- 382-deprecate_old_ansible_version_support.yml
- psf-license.yml
release_date: '2022-05-17'
3.3.1:
changes:
bugfixes:
- Collection core functions - use vendored version of ``distutils.version``
instead of the deprecated Python standard library ``distutils``.
- Include ``PSF-license.txt`` file for ``plugins/module_utils/_version.py``.
- Include ``simplified_bsd.txt`` license file for the ``icx`` and ``netvisor``
module utils.
deprecated_features:
- Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed
in the next major release (community.network 4.0.0) this spring. While most
content will probably still work with ansible-base 2.10, we will remove symbolic
links for modules and action plugins, which will make it impossible to use
them with Ansible 2.9 anymore. Please use community.network 3.x.y with Ansible
2.9 and ansible-base 2.10, as these releases will continue to support Ansible
2.9 and ansible-base 2.10 even after they are End of Life (https://github.com/ansible-community/community-topics/issues/50,
https://github.com/ansible-collections/community.network/pull/382).
major_changes:
- The community.network 3.x.y release stream is now effectively End of Life.
No more releases will be made. Regular CI runs have stopped.
release_summary: Final maintenance release of community.network major version
3.
fragments:
- 0-eol.yml
- 1-use_vendored_distutils.yml
- 3.3.1.yml
- 382-deprecate_old_ansible_version_support.yml
- psf-license.yml
- simplified-bsd-license.yml
release_date: '2022-11-10'
2 changes: 0 additions & 2 deletions changelogs/fragments/1-use_vendored_distutils.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/psf-license.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/simplified-bsd-license.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: network
version: 3.3.0
version: 3.3.1
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit ad5d0fc

Please sign in to comment.