diff options
Diffstat (limited to 'ansible_collections/cisco/ise')
-rw-r--r-- | ansible_collections/cisco/ise/.DS_Store | bin | 10244 -> 0 bytes | |||
-rw-r--r-- | ansible_collections/cisco/ise/.vscode/launch.json | 16 | ||||
-rw-r--r-- | ansible_collections/cisco/ise/.vscode/settings.json | 24 | ||||
-rw-r--r-- | ansible_collections/cisco/ise/FILES.json | 44 | ||||
-rw-r--r-- | ansible_collections/cisco/ise/MANIFEST.json | 6 | ||||
-rw-r--r-- | ansible_collections/cisco/ise/Pipfile | 13 | ||||
-rw-r--r-- | ansible_collections/cisco/ise/changelogs/changelog.yaml | 8 | ||||
-rw-r--r-- | ansible_collections/cisco/ise/plugins/.DS_Store | bin | 8196 -> 0 bytes |
8 files changed, 31 insertions, 80 deletions
diff --git a/ansible_collections/cisco/ise/.DS_Store b/ansible_collections/cisco/ise/.DS_Store Binary files differdeleted file mode 100644 index f79cfc1f5..000000000 --- a/ansible_collections/cisco/ise/.DS_Store +++ /dev/null diff --git a/ansible_collections/cisco/ise/.vscode/launch.json b/ansible_collections/cisco/ise/.vscode/launch.json deleted file mode 100644 index 306f58eb3..000000000 --- a/ansible_collections/cisco/ise/.vscode/launch.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": true - } - ] -}
\ No newline at end of file diff --git a/ansible_collections/cisco/ise/.vscode/settings.json b/ansible_collections/cisco/ise/.vscode/settings.json deleted file mode 100644 index 4f6146612..000000000 --- a/ansible_collections/cisco/ise/.vscode/settings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "esbonio.sphinx.confDir": "", - "ansible.python.interpreterPath": "/usr/local/bin/python3.10", - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#65c89b", - "activityBar.background": "#65c89b", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#945bc4", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#65c89b", - "statusBar.background": "#42b883", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#359268", - "statusBarItem.remoteBackground": "#42b883", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#42b883", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#42b88399", - "titleBar.inactiveForeground": "#15202b99" - }, - "peacock.remoteColor": "#42b883" -}
\ No newline at end of file diff --git a/ansible_collections/cisco/ise/FILES.json b/ansible_collections/cisco/ise/FILES.json index 4c183e093..68d896522 100644 --- a/ansible_collections/cisco/ise/FILES.json +++ b/ansible_collections/cisco/ise/FILES.json @@ -8,13 +8,6 @@ "format": 1 }, { - "name": ".DS_Store", - "ftype": "file", - "chksum_type": "sha256", - "chksum_sha256": "437cf9da8611bcc8837aef2444e9e00fc44f8f071f750224be185a74168f2e5f", - "format": 1 - }, - { "name": "LICENSE", "ftype": "file", "chksum_type": "sha256", @@ -36,13 +29,6 @@ "format": 1 }, { - "name": "plugins/.DS_Store", - "ftype": "file", - "chksum_type": "sha256", - "chksum_sha256": "389b6b15b162e5db97c1c6d4ddc0f1161590c016eb06e49734d10373aabc3c56", - "format": 1 - }, - { "name": "plugins/doc_fragments", "ftype": "dir", "chksum_type": null, @@ -6269,7 +6255,7 @@ "name": "changelogs/changelog.yaml", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "1193073224fb370f3d397b81858a7bda59568a510fa6c8e925f2b29479326d20", + "chksum_sha256": "46af54b2672389b7a9e635b04c480f0697afee607e2e84199b8c5777e1018017", "format": 1 }, { @@ -6280,6 +6266,13 @@ "format": 1 }, { + "name": "Pipfile", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "17a27a28cca40c85447113986ef3f6491f1e5cae1a17d460adfda229f5296969", + "format": 1 + }, + { "name": ".gitignore", "ftype": "file", "chksum_type": "sha256", @@ -6341,27 +6334,6 @@ "chksum_type": "sha256", "chksum_sha256": "1f103c6a9dd07cd13a9a6f17ace6b813f47747eb9cb7e00488cb2073caaf91bb", "format": 1 - }, - { - "name": ".vscode", - "ftype": "dir", - "chksum_type": null, - "chksum_sha256": null, - "format": 1 - }, - { - "name": ".vscode/settings.json", - "ftype": "file", - "chksum_type": "sha256", - "chksum_sha256": "ff058b88424cd36c92374f3465470d0c24191746d224d3729d623881464c651e", - "format": 1 - }, - { - "name": ".vscode/launch.json", - "ftype": "file", - "chksum_type": "sha256", - "chksum_sha256": "6a62b2b5cbd6e0edb4942e59fc4451e2e59f12472965990a24029ae24264fcb2", - "format": 1 } ], "format": 1 diff --git a/ansible_collections/cisco/ise/MANIFEST.json b/ansible_collections/cisco/ise/MANIFEST.json index 81f5e1e9f..cd7253ccb 100644 --- a/ansible_collections/cisco/ise/MANIFEST.json +++ b/ansible_collections/cisco/ise/MANIFEST.json @@ -2,7 +2,7 @@ "collection_info": { "namespace": "cisco", "name": "ise", - "version": "2.8.0", + "version": "2.8.1", "authors": [ "Rafael Campos <rcampos@altus.cr>", "William Astorga <wastorga@altus.cr>", @@ -21,7 +21,7 @@ "license": [], "license_file": "LICENSE", "dependencies": { - "ansible.utils": ">=2.0.0,<4.0" + "ansible.utils": ">=2.0.0,<5.0" }, "repository": "https://github.com/CiscoISE/ansible-ise", "documentation": "https://ciscoise.github.io/ansible-ise/", @@ -32,7 +32,7 @@ "name": "FILES.json", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "43d93ef4489b0ae7fbc8e57931e7dece5b2d87c9e3cdbae66359cce957ce2875", + "chksum_sha256": "c0a3e92ae466e59573dc00981d4201e0f64a87340c6ddbbcbdd2a58ed18f8a0a", "format": 1 }, "format": 1 diff --git a/ansible_collections/cisco/ise/Pipfile b/ansible_collections/cisco/ise/Pipfile new file mode 100644 index 000000000..2bc8501b5 --- /dev/null +++ b/ansible_collections/cisco/ise/Pipfile @@ -0,0 +1,13 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +ciscoisesdk = ">=2.1.1" +requests = ">=2.25.1" + +[dev-packages] + +[requires] +python_version = "3.9" diff --git a/ansible_collections/cisco/ise/changelogs/changelog.yaml b/ansible_collections/cisco/ise/changelogs/changelog.yaml index 929f94bb5..6ecbe5f31 100644 --- a/ansible_collections/cisco/ise/changelogs/changelog.yaml +++ b/ansible_collections/cisco/ise/changelogs/changelog.yaml @@ -976,4 +976,10 @@ releases: changes: release_summary: Changes the minimum supported version of Ansible to v2.14.0 minor_changes: - - Changes the minimum supported version from Ansible v2.9.10 to v2.14.0
\ No newline at end of file + - Changes the minimum supported version from Ansible v2.9.10 to v2.14.0 + 2.8.1: + release_date: "2024-04-02" + changes: + release_summary: Changes the requirements of ansible.utils to allow > 4.0.0 versions. + bugfixes: + - ansible.utils changes to `">=2.0.0,<5.0"` in galaxy.yml dependencies.
\ No newline at end of file diff --git a/ansible_collections/cisco/ise/plugins/.DS_Store b/ansible_collections/cisco/ise/plugins/.DS_Store Binary files differdeleted file mode 100644 index 874d3d2c6..000000000 --- a/ansible_collections/cisco/ise/plugins/.DS_Store +++ /dev/null |