Skip to content

Commit

Permalink
Prepare release of v2.6.2 (#315)
Browse files Browse the repository at this point in the history
- Increment version
- Move CHANGELOG.rst into root directory
  • Loading branch information
kbreit committed May 17, 2022
1 parent a8be252 commit eb1c195
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 10 deletions.
15 changes: 15 additions & 0 deletions changelogs/CHANGELOG.rst → 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.6.2
======

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
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 2.6.1
version: 2.6.2
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,17 @@ releases:
- rf-profile-create-idempotency.yml
- sanity_fixes.yaml
release_date: '2022-03-28'
2.6.2:
changes:
bugfixes:
- meraki_alert - Updates now properly set default destination webhook
- meraki_syslog - Fix crash due to incorrect dictionary reference
minor_changes:
- Add execution-environment.yml in meta as the base to a Meraki ee
- meraki_network - Add Products to net_type list
fragments:
- 288-fix-dict.yml
- 310-alert-webhook.yml
- ee.yml
- net_type-list.yml
release_date: '2022-05-16'
2 changes: 0 additions & 2 deletions changelogs/fragments/288-fix-dict.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/310-alert-webhook.yml

This file was deleted.

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

This file was deleted.

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

0 comments on commit eb1c195

Please sign in to comment.