Skip to content

Releases: CiscoDevNet/ansible-meraki

v2.9.0

04 Jul 11:50
Compare
Choose a tag to compare

Bugfixes

  • meraki_switchport - Setting VLAN to 0 on trunk port clears the VLAN.

v2.8.0

24 Jun 12:52
Compare
Choose a tag to compare

Minor Changes

  • meraki_action_batch - New module for CRUD operations on Meraki Action Batches
  • meraki_switchport - Add support for flexible stacking

v2.7.0

15 Jun 01:36
Compare
Choose a tag to compare

Minor Changes

  • meraki_mx_network_vlan_settings - New module to enable or disable VLANs on a network
  • meraki_mx_third_party_vpn_peers - New module for managing third party VPM peers

Bugfixes

  • meraki_mx_static_route - Add support for gateway_vlan_id otherwise requests could error

v2.6.2

17 May 01:46
eb1c195
Compare
Choose a tag to compare

Minor Changes

  • Add execution-environment.yml in meta as the base to a Meraki ee
  • meraki_network - Add Products to net_type list

Bugfixes

  • meraki_alert - Updates now properly set default destination webhook
  • meraki_syslog - Fix crash due to incorrect dictionary reference

v2.6.1

29 Mar 01:39
b49a908
Compare
Choose a tag to compare

Minor Changes

  • meraki_ssid - Add support for enterprise_admin_access and splash_guest_sponsor_domains with the latter required for creating a sponsor portal.

Bugfixes

  • meraki_mr_rf_profile - Fix issue with idempotency and creation of RF Profiles by name only
  • meraki_syslog - Improve reliability for multiple roles or capitalization.

v2.6.0

27 Dec 18:30
50162b8
Compare
Choose a tag to compare

Major Changes

  • meraki_mr_radio - New module

Minor Changes

  • meraki_mx_l7_firewall - Allow passing an empty ruleset to delete all rules
  • meraki_utils - Add debugging output for failed socket connections

Bugfixes

  • meraki_mr_ssid - Fix issue with SSID removal idempotency when ID doesn't exist

v2.5.0

14 Oct 01:46
dd670c3
Compare
Choose a tag to compare

Minor Changes

  • meraki_mr_l3_firewall - Return each MR L3 firewall rule's values in lowercase.
  • meraki_mr_ssid - Add support for radius_proxy_enabled SSID setting.
  • meraki_mx_l3_firewall - Return each MX L3 firewall rule's values in lowercase.
  • meraki_mx_vlan - Fix dhcp_boot_options_enabled parameter

v2.4.2

22 Jun 22:25
3e09ed7
Compare
Choose a tag to compare

Bugfixes

  • Fix some flake8 sanity errors as reported by Ansible Galaxy. Should be no functional change.

v2.4.0

08 Jun 01:47
5b92bb2
Compare
Choose a tag to compare

Minor Changes

meraki_mx_switchport - Improve documentation for response

Bugfixes

meraki_ms_switchport - Allow a state of absent in voice vlan to allow the value to be nulled out(https://github.com/CiscoDevNet/ansible-meraki/issues/238) - Thank you to Jeff Kala for this contribution

v2.3.1

19 May 23:30
afa5a4c
Compare
Choose a tag to compare

Bugfixes

meraki_ms_switchport - link_negotiation choice for 100 Megabit Auto is incorrect causing failures. (https://github.com/CiscoDevNet/ansible-meraki/issues/235). Thanks to Jeff Kala for this bugfix.