Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging next to main for release 3.0.1 #12

Merged
merged 7 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------- | -------- | ---- | -----------
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
20 changes: 6 additions & 14 deletions ivantiitsm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion ivantiitsm_connector.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ivantiitsm_consts.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions release_notes/3.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update dependencies [PAPP-34909]
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
suds==0.4
suds-py3==1.4.4.1
Binary file removed wheels/suds-0.4-cp27-none-any.whl
Binary file not shown.
Loading