Skip to content

Commit

Permalink
Release 3.1.0 commit (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Mar 9, 2022
1 parent e0e225b commit 80f2d12
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 22 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ Community Network Release Notes

This changelog describes changes after version 2.0.0.

v3.1.0
======

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

This is the minor release of the ``community.network`` collection.
This changelog contains all changes to the modules in this collection
that have been added after the release of ``community.network`` 3.0.0.

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)

Bugfixes
--------

- 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).

v3.0.0
======

Expand Down
27 changes: 27 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,30 @@ releases:
name: weos4
namespace: null
release_date: '2021-04-22'
3.1.0:
changes:
bugfixes:
- 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).
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 the minor release of the ``community.network`` collection.
This changelog contains all changes to the modules in this collection
that have been added after the release of ``community.network`` 3.0.0.'
fragments:
- 110-fix-exos-save-config.yaml
- 189-append-save-command-into-result.yaml
- 289-safe-eval-no-concat.yml
- 3.1.0.yml
- 313_fix_broken_ce_switchport_module.yaml
- 315_add_support_decode_bitmap_for_ce_switchport_module.yaml
- 56-ce_modify_query_configuration_method.yml
- validate-plugins.yml
release_date: '2022-03-09'
2 changes: 0 additions & 2 deletions changelogs/fragments/110-fix-exos-save-config.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/189-append-save-command-into-result.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/289-safe-eval-no-concat.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/313_fix_broken_ce_switchport_module.yaml

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/validate-plugins.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.0.0
version: 3.1.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 80f2d12

Please sign in to comment.