Skip to content

Commit

Permalink
Generate changelogs and info for v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbreit committed Jul 21, 2020
1 parent ef0ca93 commit e79ccff
Show file tree
Hide file tree
Showing 10 changed files with 202 additions and 114 deletions.
101 changes: 0 additions & 101 deletions CHANGELOG.md

This file was deleted.

155 changes: 155 additions & 0 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
plugins:
become: {}
cache: {}
callback: {}
cliconf: {}
connection: {}
httpapi: {}
inventory: {}
lookup: {}
module:
meraki_admin:
description: Manage administrators in the Meraki cloud
name: meraki_admin
namespace: ''
version_added: '2.6'
meraki_config_template:
description: Manage configuration templates in the Meraki cloud
name: meraki_config_template
namespace: ''
version_added: '2.7'
meraki_content_filtering:
description: Edit Meraki MX content filtering policies
name: meraki_content_filtering
namespace: ''
version_added: null
meraki_device:
description: Manage devices in the Meraki cloud
name: meraki_device
namespace: ''
version_added: null
meraki_firewalled_services:
description: Edit firewall policies for administrative network services
name: meraki_firewalled_services
namespace: ''
version_added: null
meraki_intrusion_prevention:
description: Manage intrustion prevention in the Meraki cloud
name: meraki_intrusion_prevention
namespace: ''
version_added: null
meraki_malware:
description: Manage Malware Protection in the Meraki cloud
name: meraki_malware
namespace: ''
version_added: null
meraki_management_interface:
description: Configure Meraki management interfaces
name: meraki_management_interface
namespace: ''
version_added: 1.1.0
meraki_mr_l3_firewall:
description: Manage MR access point layer 3 firewalls in the Meraki cloud
name: meraki_mr_l3_firewall
namespace: ''
version_added: null
meraki_ms_link_aggregation:
description: Manage link aggregations on MS switches
name: meraki_ms_link_aggregation
namespace: ''
version_added: 1.2.0
meraki_mx_l3_firewall:
description: Manage MX appliance layer 3 firewalls in the Meraki cloud
name: meraki_mx_l3_firewall
namespace: ''
version_added: null
meraki_mx_l7_firewall:
description: Manage MX appliance layer 7 firewalls in the Meraki cloud
name: meraki_mx_l7_firewall
namespace: ''
version_added: null
meraki_mx_site_to_site_firewall:
description: Manage MX appliance firewall rules for site-to-site VPNs
name: meraki_mx_site_to_site_firewall
namespace: ''
version_added: 1.0.0
meraki_mx_uplink:
description: Manage uplinks on Meraki MX appliances
name: meraki_mx_uplink
namespace: ''
version_added: 1.1.0
meraki_nat:
description: Manage NAT rules in Meraki cloud
name: meraki_nat
namespace: ''
version_added: null
meraki_network:
description: Manage networks in the Meraki cloud
name: meraki_network
namespace: ''
version_added: null
meraki_organization:
description: Manage organizations in the Meraki cloud
name: meraki_organization
namespace: ''
version_added: null
meraki_site_to_site_vpn:
description: Manage AutoVPN connections in Meraki
name: meraki_site_to_site_vpn
namespace: ''
version_added: 1.1.0
meraki_snmp:
description: Manage organizations in the Meraki cloud
name: meraki_snmp
namespace: ''
version_added: null
meraki_ssid:
description: Manage wireless SSIDs in the Meraki cloud
name: meraki_ssid
namespace: ''
version_added: null
meraki_static_route:
description: Manage static routes in the Meraki cloud
name: meraki_static_route
namespace: ''
version_added: null
meraki_switch_access_list:
description: Manage access lists for Meraki switches in the Meraki cloud
name: meraki_switch_access_list
namespace: ''
version_added: 0.1.0
meraki_switch_stack:
description: Modify switch stacking configuration in Meraki.
name: meraki_switch_stack
namespace: ''
version_added: 1.3.0
meraki_switch_storm_control:
description: Manage storm control configuration on a switch in the Meraki cloud
name: meraki_switch_storm_control
namespace: ''
version_added: 0.0.1
meraki_switchport:
description: Manage switchports on a switch in the Meraki cloud
name: meraki_switchport
namespace: ''
version_added: null
meraki_syslog:
description: Manage syslog server settings in the Meraki cloud.
name: meraki_syslog
namespace: ''
version_added: null
meraki_vlan:
description: Manage VLANs in the Meraki cloud
name: meraki_vlan
namespace: ''
version_added: null
meraki_webhook:
description: Manage webhooks configured in the Meraki cloud
name: meraki_webhook
namespace: ''
version_added: null
netconf: {}
shell: {}
strategy: {}
vars: {}
version: 1.3.2
24 changes: 24 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
==========================
Cisco.Meraki Release Notes
==========================

.. contents:: Topics


v1.3.2
======

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

- meraki_device - Added deprecation notices to some parameters
- meraki_network - Added deprecation notices to some parameters

Bugfixes
--------

- Fixed sanity errors in all modules including documentation and argument specs
- Remove unnecessary files from the collection package, significantly reduces package size
- meraki_ssid - Specifying tags for VLAN information would crash as it was an improper type
- meraki_webhook - Fix crash with missing variable
- meraki_webhook - Fix response when creating webhook test
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
ancestor: null
releases:
1.3.2:
changes:
bugfixes:
- Fixed sanity errors in all modules including documentation and argument specs
- Remove unnecessary files from the collection package, significantly reduces
package size
- meraki_ssid - Specifying tags for VLAN information would crash as it was an
improper type
- meraki_webhook - Fix crash with missing variable
- meraki_webhook - Fix response when creating webhook test
minor_changes:
- meraki_device - Added deprecation notices to some parameters
- meraki_network - Added deprecation notices to some parameters
fragments:
- build_ignore.yml
- deprecations.yml
- meraki_webhook.yml
- sanity_fixes.yml
- ssid_tags.yml
release_date: '2020-07-21'
2 changes: 0 additions & 2 deletions changelogs/fragments/build_ignore.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/deprecations.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/meraki_webhook.yml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/ssid_tags.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: 1.3.1
version: 1.3.2
build_ignore:
- '*tar.gz'
- '*.DS_Store'
Expand Down

0 comments on commit e79ccff

Please sign in to comment.