generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
115 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,68 @@ | ||
ancestor: 3.0.0 | ||
releases: {} | ||
releases: | ||
4.0.0: | ||
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``. | ||
- ce - Modify the bug in the query configuration method (https://github.com/ansible-collections/community.network/pull/56). | ||
- community.network.ce_switchport - fix error causing by ``KeyError:`` ``host`` | ||
due to properties aren't used anywhere (https://github.com/ansible-collections/community.network/issues/313) | ||
- exos_config - fix a hang due to an unexpected prompt during save_when (https://github.com/ansible-collections/community.network/pull/110). | ||
- weos4 cliconf plugin - fix linting errors in documentation data (https://github.com/ansible-collections/community.network/pull/368). | ||
major_changes: | ||
- The community.network collection no longer supports Ansible 2.9 and ansible-base | ||
2.10. While we take no active measures to prevent usage, we will remove compatibility | ||
code and other compatility measures that will effectively prevent using most | ||
content from this collection with Ansible 2.9, and some content of this collection | ||
with ansible-base 2.10. Both Ansible 2.9 and ansible-base 2.10 will very soon | ||
be End of Life and if you are still using them, you should consider upgrading | ||
to ansible-core 2.11 or later as soon as possible (https://github.com/ansible-collections/community.network/pull/426). | ||
minor_changes: | ||
- community.network.ce_switchport - add support of decode a few stdout values | ||
from bitmap to human readable format(https://github.com/ansible-collections/community.network/issues/315) | ||
- community.network.edgeos_config - append save command into result (https://github.com/ansible-collections/community.network/pull/189) | ||
release_summary: This is major release 4.0.0 of ``community.network``, released | ||
on 2022-05-27. | ||
removed_features: | ||
- 'aireos modules - removed deprecated ``connection: local`` support. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'aireos modules - removed deprecated ``provider`` option. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'aruba modules - removed deprecated ``connection: local`` support. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'aruba modules - removed deprecated ``provider`` option. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'ce modules - removed deprecated ``connection: local`` support. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'ce modules - removed deprecated ``provider`` option. Use ``connection: network_cli`` | ||
instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'enos modules - removed deprecated ``connection: local`` support. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'enos modules - removed deprecated ``provider`` option. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'ironware modules - removed deprecated ``connection: local`` support. Use | ||
``connection: network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'ironware modules - removed deprecated ``provider`` option. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'sros modules - removed deprecated ``connection: local`` support. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
- 'sros modules - removed deprecated ``provider`` option. Use ``connection: | ||
network_cli`` instead (https://github.com/ansible-collections/community.network/pull/440).' | ||
fragments: | ||
- 0-copy_ignore_txt.yml | ||
- 1-use_vendored_distutils.yml | ||
- 110-fix-exos-save-config.yaml | ||
- 189-append-save-command-into-result.yaml | ||
- 289-safe-eval-no-concat.yml | ||
- 313_fix_broken_ce_switchport_module.yaml | ||
- 315_add_support_decode_bitmap_for_ce_switchport_module.yaml | ||
- 4.0.0.yaml | ||
- 426-remove-2.9-2.10-compatibility.yml | ||
- 56-ce_modify_query_configuration_method.yml | ||
- psf-license.yml | ||
- remove-connection-local.yml | ||
- remove-provider.yml | ||
- validate-plugins.yml | ||
release_date: '2022-05-27' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
changelogs/fragments/189-append-save-command-into-result.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
changelogs/fragments/313_fix_broken_ce_switchport_module.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
changelogs/fragments/315_add_support_decode_bitmap_for_ce_switchport_module.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
changelogs/fragments/56-ce_modify_query_configuration_method.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.