diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 87be8681..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,101 +0,0 @@ -# Changelog - -## v1.3.1 - -### Bugfixes -* meraki_device - Rewrite module to be more reliable when hostname is specified -* meraki_admin - Fix crash when specifying networks parameter - -## v1.2.1 - -### Bugfixes -* meraki_site_to_site_vpn - Enable idempotency and changed statuses - -## v1.2.0 - -### New Modules -* meraki_ms_link_aggregation - -## v1.1.0 - -### New Modules -* meraki_management_interface -* meraki_mx_uplink -* meraki_site_to_site_vpn - -### New Modules -* meraki_management_interface - -### Features -* meraki_vlan - Add full DHCP server configuration support - -## Bugfixes -* meraki_mx_l3_firewall - Fix idempotency when 'any' is passed as a parameter - -## v1.0.3 - -### Miscellaneous -* Remove accidentally added meraki_site_to_site_vpn module which shouldn't have been published - -## v1.0.2 - -### Bugfixes -* meraki_static_route - Fix idempotency bugs triggered with certain parameters -* meraki_mx_l3_firewall - Remove unnecessary org lookup which may crash - -## v1.0.1 - -### Bugfixes -* meraki_mx_l3_firewall - Fix condition where firewall rules wouldn't update - -## v1.0.0 - -### Enhancements -* meraki_organzation - A confirmation is needed to delete an organization since it can be a catastrophic change -* meraki_network - Add support for check mode -* meraki_mr_l3_firewall - Add check mode -* meraki_mx_l3_firewall - Add check mode -* meraki_ssid - Add support for check mode -* meraki_switchport - Add check mode -* Add template for inventory.networking - -### New Modules -* meraki_intrusion_prevention - -## v0.1.1 - -### Bugfixes -** Fix some sanity errors - -## v0.1.0 - -### Enhancements -* diff generation now uses a centralized method instead of per module code - -### Bugfixes -* diff now returns as snakecase instead of camelcase -* Modules which don't support check mode will now error if check mode is requested - - -## v0.0.1 - -### New Modules -* meraki_switch_storm_control - -### Documentation -* Improve type documentation for module parameters -* Improve HTTP error reporting for 400 errors - -### Bugfixes -* meraki_ssid - Properly formats the walled garden payload to Meraki -* Fix most linting errors (issue #13) -* Restructure tests directory -* Fix comparison check to not crash when comparing a dict to a non-dict (issue #6) -* Enable integration tests within collection -* Fix linting errors -* Fix crash when unbinding a template in check mode with net_id (issue #19) -* meraki_firewalled_services recognizes net_id -* Content filtering integration test deletes network after completion - -## v0.0.0 -* Initial commit of collection into Ansible Galaxy diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 299efefc..11c97257 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -182,4 +182,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 2.2.1 +version: 2.3.0 diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst index 12ddac2e..adaefef1 100644 --- a/changelogs/CHANGELOG.rst +++ b/changelogs/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d29d5cdc..d74e4b33 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/228-switchport-module-additions.yml b/changelogs/fragments/228-switchport-module-additions.yml deleted file mode 100644 index 9af9f75c..00000000 --- a/changelogs/fragments/228-switchport-module-additions.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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). \ No newline at end of file diff --git a/changelogs/fragments/msg.yaml b/changelogs/fragments/msg.yaml deleted file mode 100644 index f38c13f6..00000000 --- a/changelogs/fragments/msg.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: -- meraki_mx_intrusion_prevention - Rename message to rule_message to avoid conflicts with internal Ansible variables. diff --git a/galaxy.yml b/galaxy.yml index 2e4231cf..8ff96ff1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -17,7 +17,7 @@ tags: - firewall - switching - cisco -version: 2.2.1 +version: 2.3.0 build_ignore: - '*tar.gz' - '*.DS_Store'