diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b97b72f..2aed51c0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,17 @@ Cisco.Meraki Release Notes .. contents:: Topics +v2.15.1 +======= + +Bugfixes +-------- + +- Corrects constraints applied to local and remote status page settings to align with API behaviour (https://github.com/CiscoDevNet/ansible-meraki/issues/437) +- Enables meraki_network query by net_id (https://github.com/CiscoDevNet/ansible-meraki/issues/441) +- Resolved an issue where an empty response from the API triggered an exception in module meraki_webhook (https://github.com/CiscoDevNet/ansible-meraki/issues/433) +- Resolves issues with meraki_webhook shared_secret defaulting to null; (https://github.com/CiscoDevNet/ansible-meraki/issues/439); Also adds Test Coverage for shared secret idempotency and resolves test file lint issues. + v2.15.0 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index ddc25930..df22d4db 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -231,4 +231,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.15.0 +version: 2.15.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e5249029..9687e152 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -241,6 +241,24 @@ releases: - warnings-meraki_ssid.yml - workflow-ansible-lint.yml release_date: '2023-01-24' + 2.15.1: + changes: + bugfixes: + - Corrects constraints applied to local and remote status page settings to align + with API behaviour (https://github.com/CiscoDevNet/ansible-meraki/issues/437) + - Enables meraki_network query by net_id (https://github.com/CiscoDevNet/ansible-meraki/issues/441) + - Resolved an issue where an empty response from the API triggered an exception + in module meraki_webhook (https://github.com/CiscoDevNet/ansible-meraki/issues/433) + - Resolves issues with meraki_webhook shared_secret defaulting to null; (https://github.com/CiscoDevNet/ansible-meraki/issues/439); + Also adds Test Coverage for shared secret idempotency and resolves test file + lint issues. + fragments: + - 433_Resolve_meraki_webhook_fail_when_none_defined.yml + - Resolve_local_and_remote_status_pages_constraint.yml + - Resolve_meraki_network_query_by_ID_returns_empty_data_object.yml + - Resolve_shared_secret_defaulting_to_null.yml + - warnings-meraki_ms_link_aggregation.yml + release_date: '2023-02-15' 2.2.0: changes: bugfixes: diff --git a/changelogs/fragments/433_Resolve_meraki_webhook_fail_when_none_defined.yml b/changelogs/fragments/433_Resolve_meraki_webhook_fail_when_none_defined.yml deleted file mode 100644 index 10d14e21..00000000 --- a/changelogs/fragments/433_Resolve_meraki_webhook_fail_when_none_defined.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Resolved an issue where an empty response from the API triggered an exception in module meraki_webhook (https://github.com/CiscoDevNet/ansible-meraki/issues/433) \ No newline at end of file diff --git a/changelogs/fragments/Resolve_local_and_remote_status_pages_constraint.yml b/changelogs/fragments/Resolve_local_and_remote_status_pages_constraint.yml deleted file mode 100644 index ed5a5fb2..00000000 --- a/changelogs/fragments/Resolve_local_and_remote_status_pages_constraint.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Corrects constraints applied to local and remote status page settings to align with API behaviour (https://github.com/CiscoDevNet/ansible-meraki/issues/437) \ No newline at end of file diff --git a/changelogs/fragments/Resolve_meraki_network_query_by_ID_returns_empty_data_object.yml b/changelogs/fragments/Resolve_meraki_network_query_by_ID_returns_empty_data_object.yml deleted file mode 100644 index 53b581d3..00000000 --- a/changelogs/fragments/Resolve_meraki_network_query_by_ID_returns_empty_data_object.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Enables meraki_network query by net_id (https://github.com/CiscoDevNet/ansible-meraki/issues/441) \ No newline at end of file diff --git a/changelogs/fragments/Resolve_shared_secret_defaulting_to_null.yml b/changelogs/fragments/Resolve_shared_secret_defaulting_to_null.yml deleted file mode 100644 index 060efff9..00000000 --- a/changelogs/fragments/Resolve_shared_secret_defaulting_to_null.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Resolves issues with meraki_webhook shared_secret defaulting to null; (https://github.com/CiscoDevNet/ansible-meraki/issues/439); Also adds Test Coverage for shared secret idempotency and resolves test file lint issues. \ No newline at end of file diff --git a/changelogs/fragments/warnings-meraki_ms_link_aggregation.yml b/changelogs/fragments/warnings-meraki_ms_link_aggregation.yml deleted file mode 100644 index d3493fd1..00000000 --- a/changelogs/fragments/warnings-meraki_ms_link_aggregation.yml +++ /dev/null @@ -1,3 +0,0 @@ -trivial: - - Resolved ansible-lint warnings in tests for module-meraki_ms_link_aggregation - - Changed tests for module-meraki_ms_link_aggregation due to deprecated (commit a6a6d4f3a) diff --git a/galaxy.yml b/galaxy.yml index 8f12dc25..da4ec6a1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -17,7 +17,7 @@ tags: - firewall - switching - cisco -version: 2.15.0 +version: 2.15.1 build_ignore: - '*tar.gz' - '*.DS_Store'