Skip to content

Commit

Permalink
Prepare for 2.15.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbreit committed Jan 25, 2023
1 parent 6660183 commit 3b24869
Show file tree
Hide file tree
Showing 18 changed files with 57 additions and 30 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Cisco.Meraki Release Notes
.. contents:: Topics


v2.15.0
=======

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

- New module - meraki_network_settings - Configure detailed settings of a network.

Bugfixes
--------

- Resolved issue
- Update pipeline to use newer version of action to detect changed files.
- meraki_alert - Fix situation where specifying emails may crash.
- meraki_mx_site_to_site_vpn - Check mode should no longer apply changes when enabled.

Known Issues
------------

- meraki_network - Updated documentation for `local_status_page_enabled` and `remote_status_page_enabled` as these no longer work.

v2.14.0
=======

Expand Down
7 changes: 6 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ plugins:
name: meraki_network
namespace: ''
version_added: null
meraki_network_settings:
description: Manage the settings of networks in the Meraki cloud
name: meraki_network_settings
namespace: ''
version_added: null
meraki_organization:
description: Manage organizations in the Meraki cloud
name: meraki_organization
Expand Down Expand Up @@ -226,4 +231,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.14.0
version: 2.15.0
29 changes: 29 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,35 @@ releases:
- webhook-diff.yml
- webhook-plus-payload-templates.yml
release_date: '2023-01-05'
2.15.0:
changes:
bugfixes:
- Resolved issue
- Update pipeline to use newer version of action to detect changed files.
- meraki_alert - Fix situation where specifying emails may crash.
- meraki_mx_site_to_site_vpn - Check mode should no longer apply changes when
enabled.
known_issues:
- meraki_network - Updated documentation for `local_status_page_enabled` and
`remote_status_page_enabled` as these no longer work.
minor_changes:
- New module - meraki_network_settings - Configure detailed settings of a network.
fragments:
- 412-meraki_network-settings.yaml
- 412-network-settings.yaml
- 414-alert-emails.yaml
- issue-meraki_mx_content_filtering.yml
- mx-s2s.yaml
- pipeline-changelog.yaml
- warnings-meraki_ms_ospf.yml
- warnings-meraki_ms_stack.yml
- warnings-meraki_ms_switchport.yml
- warnings-meraki_mx_content_filtering.yml
- warnings-meraki_mx_intrusion_prevention.yml
- warnings-meraki_mx_l2_interface.yml
- warnings-meraki_ssid.yml
- workflow-ansible-lint.yml
release_date: '2023-01-24'
2.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/412-meraki_network-settings.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/412-network-settings.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/414-alert-emails.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/issue-meraki_mx_content_filtering.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/mx-s2s.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/pipeline-changelog.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/warnings-meraki_ms_ospf.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/warnings-meraki_ms_stack.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/warnings-meraki_ms_switchport.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/warnings-meraki_mx_content_filtering.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/warnings-meraki_mx_l2_interface.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/warnings-meraki_ssid.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/workflow-ansible-lint.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.14.0
version: 2.15.0
build_ignore:
- '*tar.gz'
- '*.DS_Store'
Expand Down

0 comments on commit 3b24869

Please sign in to comment.