Skip to content

Commit

Permalink
2.17.0:
Browse files Browse the repository at this point in the history
    changes:
      minor_changes:
        - Adding support to ansible.utils ">=2.0.0, <4.00".
    release_date: '2023-12-05'
  • Loading branch information
fmunoz committed Dec 5, 2023
1 parent 767504f commit fcb7ec4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Other versions of this collection have support for previous Cisco Meraki version

| Cisco Meraki version | Ansible "cisco.meraki" version | Python "DashboardAPI" version |
|--------------------------|------------------------------|-------------------------------|
| 1.33.0 | 2.16.13 |1.33.0 |
| 1.33.0 | 2.17.0 |1.33.0 |

*Notes*:

Expand Down
10 changes: 8 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -986,5 +986,11 @@ releases:
2.16.17:
changes:
bugfixes:
- Adding support to ansible.utils >=3.0
release_date: '2023-12-04'
- Adding support to ansible.utils >=3.0
release_date: '2023-12-04'

2.17.0:
changes:
minor_changes:
- Adding support to ansible.utils ">=2.0.0, <4.00".
release_date: '2023-12-05'
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: meraki
version: 2.16.17
version: 2.17.0
readme: README.md
authors:
- Francisco Muñoz <[email protected]>
Expand All @@ -18,7 +18,7 @@ tags:
- networking
- sdn
dependencies:
ansible.utils: ">=3.0"
ansible.utils: ">=2.0.0,<4.0"
repository: https://github.com/meraki/dashboard-api-ansible
documentation: https://meraki.github.io/dashboard-api-ansible/
homepage: https://github.com/meraki/dashboard-api-ansible
Expand Down

1 comment on commit fcb7ec4

@fmunozmiranda
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#38

Please sign in to comment.