Skip to content

Commit

Permalink
Prepare for 2.3.0 release (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbreit authored May 12, 2021
1 parent 2c51ee9 commit d9219d7
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 115 deletions.
101 changes: 0 additions & 101 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 2.2.1
version: 2.3.0
14 changes: 14 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Cisco.Meraki Release Notes
.. contents:: Topics


v2.3.0
======

Minor Changes
-------------

- meraki_ms_switchport - Adding additional functionality to support the access_policy_types "MAC allow list" and "Sticky MAC allow list" port security configuration options. (https://github.com/CiscoDevNet/ansible-meraki/issues/227).
- meraki_mx_intrusion_prevention - Rename message to rule_message to avoid conflicts with internal Ansible variables.

Bugfixes
--------

- meraki_ms_switchport - access_policy_types choices are incorrect causing failures. (https://github.com/CiscoDevNet/ansible-meraki/issues/227).

v2.2.1
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,18 @@ releases:
fragments:
- 222.yml
release_date: '2021-02-22'
2.3.0:
changes:
bugfixes:
- meraki_ms_switchport - access_policy_types choices are incorrect causing failures.
(https://github.com/CiscoDevNet/ansible-meraki/issues/227).
minor_changes:
- meraki_ms_switchport - Adding additional functionality to support the access_policy_types
"MAC allow list" and "Sticky MAC allow list" port security configuration options.
(https://github.com/CiscoDevNet/ansible-meraki/issues/227).
- meraki_mx_intrusion_prevention - Rename message to rule_message to avoid conflicts
with internal Ansible variables.
fragments:
- 228-switchport-module-additions.yml
- msg.yaml
release_date: '2021-05-12'
9 changes: 0 additions & 9 deletions changelogs/fragments/228-switchport-module-additions.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/msg.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tags:
- firewall
- switching
- cisco
version: 2.2.1
version: 2.3.0
build_ignore:
- '*tar.gz'
- '*.DS_Store'
Expand Down

0 comments on commit d9219d7

Please sign in to comment.