Skip to content

Commit

Permalink
Merge pull request #111 from CiscoISE/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bvargasre authored Nov 21, 2023
2 parents c67f994 + 1cf28a1 commit e830197
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following table shows the supported versions.
|-------------------|------------------------------|------------------------------|
| 3.1.0 | 2.0.0 | 1.2.0 |
| 3.1_Patch_1 | 2.5.16 | 2.0.10 |
| 3.2_beta | 2.6.1 | 2.1.1 |
| 3.2_beta | 2.6.2 | 2.1.1 |

If your Ansible collection is older please consider updating it first.
*Notes*:
Expand Down
8 changes: 7 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -958,4 +958,10 @@ releases:
changes:
release_summary: Update to use ciscoisesdk v2.1.1 or newer
bugfixes:
- Updated to use ciscoisesdk v2.1.1 or newer fixing ciscoisesdk problem.
- Updated to use ciscoisesdk v2.1.1 or newer fixing ciscoisesdk problem.
2.6.2:
release_date: "2023-11-21"
changes:
release_summary: Added missing import
bugfixes:
- Added missing import re in endpoint module
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: ise
version: 2.6.1
version: 2.6.2
readme: README.md
authors:
- Rafael Campos <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions plugins/action/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
else:
ANSIBLE_UTILS_IS_INSTALLED = True
from ansible.errors import AnsibleActionFail
import re
from ansible_collections.cisco.ise.plugins.plugin_utils.ise import (
ISESDK,
ise_argument_spec,
Expand Down

0 comments on commit e830197

Please sign in to comment.