Skip to content

Commit

Permalink
Prepare for 2.11.0 release (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbreit authored Sep 13, 2022
1 parent 107f544 commit 33604da
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 31 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Cisco.Meraki Release Notes
.. contents:: Topics


v2.11.0
=======

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

- Add GPLv3 license. Always was GPLv3, but didn't have the file.
- Change shebang in Sublime utils to point to env instead of direct to the path
- meraki_alert - Change type for opbject to alert_type in examples
- meraki_ms_access_policies - New module to create, delete, update Access Policies in the Switch settings
- meraki_ssid - Add support for `ap_availability_tags`.
- meraki_ssid - Add support for `available_on_all_aps`
- meraki_ssid - Add support for `lan_isolation_enabled`.
- meraki_ssid - Add support for `visible`.

v2.10.1
=======

Expand Down
7 changes: 6 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ plugins:
name: meraki_ms_access_list
namespace: ''
version_added: 0.1.0
meraki_ms_access_policies:
description: Manage Switch Access Policies in the Meraki cloud
name: meraki_ms_access_policies
namespace: ''
version_added: null
meraki_ms_l3_interface:
description: Manage routed interfaces on MS switches
name: meraki_ms_l3_interface
Expand Down Expand Up @@ -209,4 +214,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 2.10.1
version: 2.11.0
25 changes: 25 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,31 @@ releases:
- changelog-frags.yml
- sublime-utils.yml
release_date: '2022-07-16'
2.11.0:
changes:
minor_changes:
- Add GPLv3 license. Always was GPLv3, but didn't have the file.
- Change shebang in Sublime utils to point to env instead of direct to the path
- meraki_alert - Change type for opbject to alert_type in examples
- meraki_ms_access_policies - New module to create, delete, update Access Policies
in the Switch settings
- meraki_ssid - Add support for `ap_availability_tags`.
- meraki_ssid - Add support for `available_on_all_aps`
- meraki_ssid - Add support for `lan_isolation_enabled`.
- meraki_ssid - Add support for `visible`.
fragments:
- add-meraki_ms_access_policy.yml
- alert_examples.yml
- amend_meraki_network.yml
- changelog-frags.yml
- license.yml
- meraki_mr_ssid.yaml
- meraki_mr_ssid_availability_tags.yaml
- meraki_mr_ssid_lan_isolation.yaml
- shebang.yml
- ssid_test_fix.yml
- sublime-utils.yml
release_date: '2022-09-12'
2.2.0:
changes:
bugfixes:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/add-meraki_ms_access_policy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/alert_examples.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/amend_meraki_network.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/changelog-frags.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/license.yml

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/meraki_mr_ssid_availability_tags.yaml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/shebang.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ssid_test_fix.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/sublime-utils.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.10.1
version: 2.11.0
build_ignore:
- '*tar.gz'
- '*.DS_Store'
Expand Down

0 comments on commit 33604da

Please sign in to comment.