diff --git a/LICENSE b/LICENSE index 6af04d8..d0f6848 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2017-2022 Splunk Inc. + Copyright (c) 2017-2024 Splunk Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 78ac470..2e1e7a3 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ # Ivanti ITSM Publisher: Splunk Community -Connector Version: 3.0.0 +Connector Version: 3.0.1 Product Vendor: Ivanti Product Name: ITSM Product Version Supported (regex): ".\*" -Minimum Product Version: 6.2.2 +Minimum Product Version: 6.3.0 This app integrates with Ivanti ITSM to provide ingestion and several ticketing actions -### Configuration Variables -The below configuration variables are required for this Connector to operate. These variables are specified when configuring a ITSM asset in SOAR. +### Configuration variables +This table lists the configuration variables required to operate Ivanti ITSM. These variables are specified when configuring a ITSM asset in Splunk SOAR. VARIABLE | REQUIRED | TYPE | DESCRIPTION -------- | -------- | ---- | ----------- diff --git a/__init__.py b/__init__.py index 7a7c38d..04fd24e 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ # File: __init__.py # -# Copyright (c) 2017-2022 Splunk Inc. +# Copyright (c) 2017-2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ivantiitsm.json b/ivantiitsm.json index 00aae24..68cc182 100644 --- a/ivantiitsm.json +++ b/ivantiitsm.json @@ -9,31 +9,23 @@ "product_name": "ITSM", "product_version_regex": ".*", "publisher": "Splunk Community", - "license": "Copyright (c) 2017-2022 Splunk Inc.", - "app_version": "3.0.0", - "utctime_updated": "2022-01-18T22:40:10.000000Z", + "license": "Copyright (c) 2017-2024 Splunk Inc.", + "app_version": "3.0.1", + "utctime_updated": "2024-12-13T22:11:24.000000Z", "package_name": "phantom_ivanti_itsm", "main_module": "ivantiitsm_connector.py", - "min_phantom_version": "6.2.2", + "min_phantom_version": "6.3.0", "fips_compliant": true, "latest_tested_versions": [ "Ivanti ITSM Cloud, 2005-2021 on July 19, 2021" ], "python_version": "3", "app_wizard_version": "1.0.0", - "pip_dependencies": { - "wheel": [ - { - "module": "suds", - "input_file": "wheels/suds-0.4-cp27-none-any.whl" - } - ] - }, "pip3_dependencies": { "wheel": [ { - "module": "suds", - "input_file": "wheels/suds_py3-1.4.4.1-py3-none-any.whl" + "module": "suds_py3", + "input_file": "wheels/py3/suds_py3-1.4.4.1-py3-none-any.whl" } ] }, diff --git a/ivantiitsm_connector.py b/ivantiitsm_connector.py index 3f8b40a..bd8e795 100644 --- a/ivantiitsm_connector.py +++ b/ivantiitsm_connector.py @@ -1,6 +1,6 @@ # File: ivantiitsm_connector.py # -# Copyright (c) 2017-2022 Splunk Inc. +# Copyright (c) 2017-2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ivantiitsm_consts.py b/ivantiitsm_consts.py index 17a4187..8b2cdaf 100644 --- a/ivantiitsm_consts.py +++ b/ivantiitsm_consts.py @@ -1,6 +1,6 @@ # File: ivantiitsm_consts.py # -# Copyright (c) 2017-2022 Splunk Inc. +# Copyright (c) 2017-2024 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/release_notes/3.0.1.md b/release_notes/3.0.1.md new file mode 100644 index 0000000..c304877 --- /dev/null +++ b/release_notes/3.0.1.md @@ -0,0 +1 @@ +* Update dependencies [PAPP-34909] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 03c285e..63bb989 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -suds==0.4 suds-py3==1.4.4.1 diff --git a/wheels/suds_py3-1.4.4.1-py3-none-any.whl b/wheels/py3/suds_py3-1.4.4.1-py3-none-any.whl similarity index 100% rename from wheels/suds_py3-1.4.4.1-py3-none-any.whl rename to wheels/py3/suds_py3-1.4.4.1-py3-none-any.whl diff --git a/wheels/suds-0.4-cp27-none-any.whl b/wheels/suds-0.4-cp27-none-any.whl deleted file mode 100644 index 92053e6..0000000 Binary files a/wheels/suds-0.4-cp27-none-any.whl and /dev/null differ