From 9433280dc975000e168e57ab4c0b5782cc888c3b Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:58:04 +0000 Subject: [PATCH] chore(release): 1.12.0-beta.4 # [1.12.0-beta.4](https://github.com/splunk/splunk-connect-for-snmp/compare/v1.12.0-beta.3...v1.12.0-beta.4) (2024-10-10) ### Bug Fixes * add nodeselector for sim ([#1094](https://github.com/splunk/splunk-connect-for-snmp/issues/1094)) ([3596139](https://github.com/splunk/splunk-connect-for-snmp/commit/3596139b3e1ade382af8896002c00caf3e117c50)) --- charts/splunk-connect-for-snmp/Chart.yaml | 4 ++-- docker_compose/.env | 4 ++-- pyproject.toml | 2 +- splunk_connect_for_snmp/__init__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/splunk-connect-for-snmp/Chart.yaml b/charts/splunk-connect-for-snmp/Chart.yaml index 7c7fefa3e..e744e9540 100644 --- a/charts/splunk-connect-for-snmp/Chart.yaml +++ b/charts/splunk-connect-for-snmp/Chart.yaml @@ -14,12 +14,12 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.12.0-beta.3 +version: 1.12.0-beta.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.12.0-beta.3" +appVersion: "1.12.0-beta.4" # dependencies: - name: mongodb diff --git a/docker_compose/.env b/docker_compose/.env index 7eb27626b..4692d4166 100644 --- a/docker_compose/.env +++ b/docker_compose/.env @@ -1,12 +1,12 @@ # Deployment configuration SC4SNMP_IMAGE=ghcr.io/splunk/splunk-connect-for-snmp/container -SC4SNMP_TAG="1.12.0-beta.3" +SC4SNMP_TAG="1.12.0-beta.4" SCHEDULER_CONFIG_FILE_ABSOLUTE_PATH= TRAPS_CONFIG_FILE_ABSOLUTE_PATH= INVENTORY_FILE_ABSOLUTE_PATH= COREFILE_ABS_PATH= COREDNS_ADDRESS=172.28.0.255 -SC4SNMP_VERSION="1.12.0-beta.3" +SC4SNMP_VERSION="1.12.0-beta.4" IPv6_ENABLED=false # Dependencies images diff --git a/pyproject.toml b/pyproject.toml index 3d5344a08..f9cbe3d48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-snmp" -version = "1.12.0-beta.3" +version = "1.12.0-beta.4" description = "" authors = ["omrozowicz-splunk "] license = "Apache-2.0" diff --git a/splunk_connect_for_snmp/__init__.py b/splunk_connect_for_snmp/__init__.py index ce82a648e..f7d1d2967 100644 --- a/splunk_connect_for_snmp/__init__.py +++ b/splunk_connect_for_snmp/__init__.py @@ -15,4 +15,4 @@ # -__version__ = "1.12.0-beta.3" +__version__ = "1.12.0-beta.4"