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

kczernik/PAPP-34734 next to main PR #7

Merged
merged 13 commits into from
Sep 30, 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
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
rev: v1.22
hooks:
- id: org-hook
- id: package-app-dependencies
args: ["-d", "./Dockerfile.wheels"]
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.wheels
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM quay.io/pypa/manylinux_2_28_x86_64
RUN yum install krb5-devel krb5-workstation -y
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-2023 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Kafka

Publisher: Splunk
Connector Version: 2.0.7
Connector Version: 2.0.8
Product Vendor: Apache
Product Name: Kafka
Product Version Supported (regex): ".\*"
Minimum Product Version: 5.1.0
Minimum Product Version: 6.2.1

This app implements ingesting and sending data on the Apache Kafka messaging system

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-2023 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
54 changes: 27 additions & 27 deletions kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,18 @@
"publisher": "Splunk",
"package_name": "phantom_kafka",
"type": "devops",
"license": "Copyright (c) 2017-2023 Splunk Inc.",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"main_module": "kafka_connector.py",
"app_version": "2.0.7",
"utctime_updated": "2022-02-07T22:37:15.000000Z",
"app_version": "2.0.8",
"utctime_updated": "2024-09-30T13:04:00.000000Z",
"product_vendor": "Apache",
"product_name": "Kafka",
"product_version_regex": ".*",
"min_phantom_version": "5.1.0",
"min_phantom_version": "6.2.1",
"fips_compliant": true,
"logo": "logo_apache.svg",
"logo_dark": "logo_apache_dark.svg",
"python_version": "3",
"pip_dependencies": {
"wheel": [
{
"module": "decorator",
"input_file": "wheels/py3/decorator-5.1.1-py3-none-any.whl"
},
{
"module": "gssapi",
"input_file": "wheels/py36/gssapi-1.6.14-cp36-cp36m-linux_x86_64.whl"
},
{
"module": "kafka_python",
"input_file": "wheels/shared/kafka_python-2.0.2-py2.py3-none-any.whl"
},
{
"module": "simplejson",
"input_file": "wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
}
]
},
"configuration": {
"hosts": {
"data_type": "string",
Expand Down Expand Up @@ -291,6 +271,26 @@
"versions": "EQ(*)"
}
],
"pip_dependencies": {
"wheel": [
{
"module": "decorator",
"input_file": "wheels/py3/decorator-5.1.1-py3-none-any.whl"
},
{
"module": "gssapi",
"input_file": "wheels/py36/gssapi-1.7.3-cp36-cp36m-manylinux_2_28_x86_64.whl"
},
{
"module": "kafka_python",
"input_file": "wheels/shared/kafka_python-2.0.2-py2.py3-none-any.whl"
},
{
"module": "simplejson",
"input_file": "wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
Expand All @@ -299,16 +299,16 @@
},
{
"module": "gssapi",
"input_file": "wheels/py39/gssapi-1.6.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/gssapi-1.7.3-cp39-cp39-manylinux_2_28_x86_64.whl"
},
{
"module": "kafka_python",
"input_file": "wheels/shared/kafka_python-2.0.2-py2.py3-none-any.whl"
},
{
"module": "simplejson",
"input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl"
}
]
}
}
}
Loading
Loading