generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added 3.0.0 release summary * 3.0.0 release
- Loading branch information
1 parent
1840b1c
commit 6101ea0
Showing
10 changed files
with
112 additions
and
32 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,60 @@ | ||
ancestor: 2.0.0 | ||
releases: {} | ||
releases: | ||
3.0.0: | ||
changes: | ||
bugfixes: | ||
- nclu - fix ``net pending`` delimiter string (https://github.com/ansible-collections/community.network/pull/219). | ||
- '{cnos,icx}_static_route modules - fix modules to work with ansible-core 2.11 | ||
(https://github.com/ansible-collections/community.network/pull/228).' | ||
minor_changes: | ||
- edgeos_config - match the space after ``set`` and ``delete`` commands (https://github.com/ansible-collections/community.network/pull/199). | ||
- nclu - execute ``net commit description <description>`` only if changed ``net | ||
pending``'s diff field (https://github.com/ansible-collections/community.network/pull/219). | ||
release_summary: This is release 3.0.0 of ``community.network``, released on | ||
2021-04-22. | ||
removed_features: | ||
- 'The deprecated ``community.network.ce_sflow`` parameters: ``rate_limit``, | ||
``rate_limit_slot``, and ``forward_enp_slot`` have been removed (https://github.com/ansible-collections/community.network/pull/255).' | ||
- The deprecated ``community.network.sros`` netconf plugin has been removed. | ||
Use ``nokia.sros.md`` instead (https://github.com/ansible-collections/community.network/pull/255). | ||
security_fixes: | ||
- avi_cloudconnectoruser - mark the ``azure_userpass``, ``gcp_credentials``, | ||
``oci_credentials``, and ``tencent_credentials`` parameters as ``no_log`` | ||
to prevent leaking of secret values (https://github.com/ansible-collections/community.network/pull/223). | ||
- avi_sslkeyandcertificate - mark the ``enckey_base64`` parameter as ``no_log`` | ||
to prevent potential leaking of secret values (https://github.com/ansible-collections/community.network/pull/223). | ||
- avi_webhook - mark the ``verification_token`` parameter as ``no_log`` to prevent | ||
potential leaking of secret values (https://github.com/ansible-collections/community.network/pull/223). | ||
- ce_vrrp - mark the ``auth_key`` parameter as ``no_log`` to avoid leakage of | ||
secrets (https://github.com/ansible-collections/community.network/pull/206). | ||
- cloudengine/ce_vrrp - enabled ``no_log`` for the options ``auth_key`` to prevent | ||
accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.network/pull/203). | ||
- cnos_* modules - mark the ``passwords`` parameter as ``no_log`` to avoid leakage | ||
of secrets (https://github.com/ansible-collections/community.network/pull/206). | ||
- enos_* modules - mark the ``passwords`` parameter as ``no_log`` to avoid leakage | ||
of secrets (https://github.com/ansible-collections/community.network/pull/206). | ||
- iap_start_workflow - mark the ``token_key`` parameter as ``no_log`` to avoid | ||
leakage of secrets (https://github.com/ansible-collections/community.network/pull/206). | ||
- icx_system - mark the ``auth_key`` parameter as ``no_log`` to avoid leakage | ||
of secrets (https://github.com/ansible-collections/community.network/pull/206). | ||
- itential/iap_start_workflow - enabled ``no_log`` for the options ``token_key`` | ||
to prevent accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.network/pull/203). | ||
- netscaler/netscaler_lb_monitor - enabled ``no_log`` for the options ``radkey`` | ||
to prevent accidental disclosure (CVE-2021-20191, https://github.com/ansible-collections/community.network/pull/203). | ||
- netscaler_lb_monitor - mark the ``password`` and ``secondarypassword`` parameters | ||
as ``no_log`` to avoid leakage of secrets (https://github.com/ansible-collections/community.network/pull/206). | ||
fragments: | ||
- 199-edgeos-improvements.yaml | ||
- 219-nclu-fix-pending.yaml | ||
- 223-no_log-missing.yml | ||
- 228-static_route-devel.yml | ||
- 255-3.0.0-deprecations.yml | ||
- 3.0.0.yml | ||
- CVE-2021-20191_no_log.yml | ||
- no_log-fixes.yml | ||
plugins: | ||
cliconf: | ||
- description: Use weos4 cliconf to run commands on Westermo platform | ||
name: weos4 | ||
namespace: null | ||
release_date: '2021-04-22' |
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.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.