Skip to content

Commit

Permalink
Release 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 23, 2021
1 parent 1bd521d commit e0bf696
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 21 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ Community Network Release Notes
.. contents:: Topics


v1.3.1
======

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

This release contains no code changes, only announcements in the changelogs and changes to CI.

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

- For community.network 2.0.0, the Cisco NSO modules will be moved to the `cisco.nso <https://galaxy.ansible.com/cisco/nso>`_ collection.
A redirection will be inserted so that users using ansible-base 2.10 or newer do not have to change anything.

If you use Ansible 2.9 and explicitly use Cisco NSO modules from this collection, you will need to adjust your playbooks and roles to use FQCNs starting with ``cisco.nso.`` instead of ``community.network.``,
for example replace ``community.network.nso_config`` in a task by ``cisco.nso.nso_config``.

If you use ansible-base and installed ``community.network`` manually and rely on the Cisco NSO modules, you have to make sure to install the ``cisco.nso`` collection as well.
If you are using FQCNs, for example ``community.network.nso_config`` instead of ``nso_config``, it will continue working, but we still recommend to adjust the FQCNs as well.
- For community.network 2.0.0, the FortiOS modules will be moved to the `community.fortios <https://galaxy.ansible.com/ansible-collections/community.fortios>`_ collection.
A redirection will be inserted so that users using ansible-base 2.10 or newer do not have to change anything.

If you use Ansible 2.9 and explicitly use FortiOS modules from this collection, you will need to adjust your playbooks and roles to use FQCNs starting with ``community.fortios.`` instead of ``community.network.``,
for example replace ``community.network.fmgr_device`` in a task by ``community.fortios.fmgr_device``.

If you use ansible-base and installed ``community.network`` manually and rely on the FortiOS modules, you have to make sure to install the ``community.fortios`` collection as well.
If you are using FQCNs, for example ``community.network.fmgr_device`` instead of ``fmgr_device``, it will continue working, but we still recommend to adjust the FQCNs as well.

v1.3.0
======

Expand Down
56 changes: 56 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,59 @@ releases:
- routeros-3-api-ssl.yml
- routeros-migration.yml
release_date: '2020-11-25'
1.3.1:
changes:
major_changes:
- 'For community.network 2.0.0, the Cisco NSO modules will be moved to the `cisco.nso
<https://galaxy.ansible.com/cisco/nso>`_ collection.
A redirection will be inserted so that users using ansible-base 2.10 or newer
do not have to change anything.
If you use Ansible 2.9 and explicitly use Cisco NSO modules from this collection,
you will need to adjust your playbooks and roles to use FQCNs starting with
``cisco.nso.`` instead of ``community.network.``,
for example replace ``community.network.nso_config`` in a task by ``cisco.nso.nso_config``.
If you use ansible-base and installed ``community.network`` manually and rely
on the Cisco NSO modules, you have to make sure to install the ``cisco.nso``
collection as well.
If you are using FQCNs, for example ``community.network.nso_config`` instead
of ``nso_config``, it will continue working, but we still recommend to adjust
the FQCNs as well.
'
- 'For community.network 2.0.0, the FortiOS modules will be moved to the `community.fortios
<https://galaxy.ansible.com/ansible-collections/community.fortios>`_ collection.
A redirection will be inserted so that users using ansible-base 2.10 or newer
do not have to change anything.
If you use Ansible 2.9 and explicitly use FortiOS modules from this collection,
you will need to adjust your playbooks and roles to use FQCNs starting with
``community.fortios.`` instead of ``community.network.``,
for example replace ``community.network.fmgr_device`` in a task by ``community.fortios.fmgr_device``.
If you use ansible-base and installed ``community.network`` manually and rely
on the FortiOS modules, you have to make sure to install the ``community.fortios``
collection as well.
If you are using FQCNs, for example ``community.network.fmgr_device`` instead
of ``fmgr_device``, it will continue working, but we still recommend to adjust
the FQCNs as well.
'
release_summary: This release contains no code changes, only announcements in
the changelogs and changes to CI.
fragments:
- 1.3.1.yml
- cisco-migration.yml
- fortios-migration.yml
release_date: '2021-01-23'
1 change: 0 additions & 1 deletion changelogs/fragments/1.3.1.yml

This file was deleted.

10 changes: 0 additions & 10 deletions changelogs/fragments/cisco-migration.yml

This file was deleted.

10 changes: 0 additions & 10 deletions changelogs/fragments/fortios-migration.yml

This file was deleted.

0 comments on commit e0bf696

Please sign in to comment.