Skip to content

Commit

Permalink
Prepare for v2.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbreit committed Feb 15, 2023
1 parent 9df86d2 commit eb85b37
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.15.0
version: 2.15.1
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/warnings-meraki_ms_link_aggregation.yml

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.15.0
version: 2.15.1
build_ignore:
- '*tar.gz'
- '*.DS_Store'
Expand Down

0 comments on commit eb85b37

Please sign in to comment.