Skip to content

Commit

Permalink
Merging next to main for release 2.2.8 (#19)
Browse files Browse the repository at this point in the history
* Mposluszny/papp 34725 updating dependencies (#18)

* PAPP-34725

* PAPP-34725 - fixes from pre-commit

* fix minphantom and copyright

* Update README.md

* release notes

* run pipeline

---------

Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>

* Bumped up the version of chronicle from 2.2.7 to 2.2.8

* Release notes for version 2.2.8

* Release notes for version 2.2.8

* wheel update (#20)

* Release notes for version 2.2.8

---------

Co-authored-by: mposluszny-splunk <150343546+mposluszny-splunk@users.noreply.github.com>
Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>
Co-authored-by: root <root@splunksoar>
  • Loading branch information
4 people authored Oct 9, 2024
1 parent 2cc76f5 commit f9657bf
Show file tree
Hide file tree
Showing 36 changed files with 398 additions and 484 deletions.
23 changes: 13 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^chronicle.json$']
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.22
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
args:
- --no-verify
- --exclude-files
- ^chronicle.json$
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) 2020-2023 Splunk Inc.
Copyright (c) 2020-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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# Chronicle

Publisher: Splunk
Connector Version: 2.2.7
Connector Version: 2.2.8
Product Vendor: Google Cloud
Product Name: Chronicle
Product Version Supported (regex): ".\*"
Minimum Product Version: 5.5.0
Minimum Product Version: 6.2.1

This app enables the end-user to search, analyze, and ingest the enterprise security data stored in the Chronicle using investigative, reputation, and ingestion actions

[comment]: # " File: README.md"
[comment]: # ""
[comment]: # " Copyright (c) 2020-2023 Splunk Inc."
[comment]: # " Copyright (c) 2020-2024 Splunk Inc."
[comment]: # ""
[comment]: # " Licensed under the Apache License, Version 2.0 (the 'License');"
[comment]: # " you may not use this file except in compliance with the License."
Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# File: __init__.py
# Copyright (c) 2020-2023 Splunk Inc.
# Copyright (c) 2020-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
48 changes: 14 additions & 34 deletions chronicle.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"python_version": "3",
"product_version_regex": ".*",
"publisher": "Splunk",
"license": "Copyright (c) 2020-2023 Splunk Inc.",
"app_version": "2.2.7",
"utctime_updated": "2023-10-25T16:04:15.000000Z",
"license": "Copyright (c) 2020-2024 Splunk Inc.",
"app_version": "2.2.8",
"utctime_updated": "2024-10-08T12:42:38.000000Z",
"package_name": "phantom_chronicle",
"main_module": "chronicle_connector.py",
"min_phantom_version": "5.5.0",
"min_phantom_version": "6.2.1",
"fips_compliant": true,
"latest_tested_versions": [
"v1.7.1"
Expand Down Expand Up @@ -2950,33 +2950,21 @@
],
"pip39_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.1.1-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2023.7.22-py3-none-any.whl"
},
{
"module": "charset_normalizer",
"input_file": "wheels/py39/charset_normalizer-3.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "google_api_core",
"input_file": "wheels/py3/google_api_core-2.12.0-py3-none-any.whl"
"input_file": "wheels/py3/google_api_core-2.20.0-py3-none-any.whl"
},
{
"module": "google_api_python_client",
"input_file": "wheels/shared/google_api_python_client-2.104.0-py2.py3-none-any.whl"
},
{
"module": "google_auth",
"input_file": "wheels/shared/google_auth-2.23.3-py2.py3-none-any.whl"
"input_file": "wheels/shared/google_auth-2.35.0-py2.py3-none-any.whl"
},
{
"module": "google_auth_httplib2",
Expand All @@ -2988,16 +2976,12 @@
},
{
"module": "googleapis_common_protos",
"input_file": "wheels/shared/googleapis_common_protos-1.61.0-py2.py3-none-any.whl"
"input_file": "wheels/shared/googleapis_common_protos-1.65.0-py2.py3-none-any.whl"
},
{
"module": "httplib2",
"input_file": "wheels/py3/httplib2-0.22.0-py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/py3/idna-3.4-py3-none-any.whl"
},
{
"module": "oauth2client",
"input_file": "wheels/shared/oauth2client-4.1.3-py2.py3-none-any.whl"
Expand All @@ -3006,9 +2990,13 @@
"module": "oauthlib",
"input_file": "wheels/py3/oauthlib-3.2.2-py3-none-any.whl"
},
{
"module": "proto_plus",
"input_file": "wheels/py3/proto_plus-1.24.0-py3-none-any.whl"
},
{
"module": "protobuf",
"input_file": "wheels/py3/protobuf-4.24.4-cp37-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
"input_file": "wheels/py3/protobuf-5.28.2-cp38-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl"
},
{
"module": "pyasn1",
Expand All @@ -3020,24 +3008,16 @@
},
{
"module": "pyparsing",
"input_file": "wheels/py3/pyparsing-3.1.1-py3-none-any.whl"
"input_file": "wheels/py3/pyparsing-3.1.4-py3-none-any.whl"
},
{
"module": "requests_oauthlib",
"input_file": "wheels/shared/requests_oauthlib-1.3.1-py2.py3-none-any.whl"
"input_file": "wheels/shared/requests_oauthlib-2.0.0-py2.py3-none-any.whl"
},
{
"module": "rsa",
"input_file": "wheels/py3/rsa-4.9-py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl"
},
{
"module": "uritemplate",
"input_file": "wheels/shared/uritemplate-4.1.1-py2.py3-none-any.whl"
Expand Down
Loading

0 comments on commit f9657bf

Please sign in to comment.