From 9cf53abb5a2ec79e3ba8c475ed7bf5403a139554 Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:30:01 +0000 Subject: [PATCH] chore(release): 1.12.1 ## [1.12.1](https://github.com/splunk/splunk-connect-for-snmp/compare/v1.12.0...v1.12.1) (2024-11-05) ### Bug Fixes * release 1.12.1 ([#1118](https://github.com/splunk/splunk-connect-for-snmp/issues/1118)) ([c5a4ed9](https://github.com/splunk/splunk-connect-for-snmp/commit/c5a4ed98136d15ddffadf4f024e6f8624789ed1d)), closes [#1106](https://github.com/splunk/splunk-connect-for-snmp/issues/1106) [#1100](https://github.com/splunk/splunk-connect-for-snmp/issues/1100) [#1100](https://github.com/splunk/splunk-connect-for-snmp/issues/1100) [#1107](https://github.com/splunk/splunk-connect-for-snmp/issues/1107) [#1112](https://github.com/splunk/splunk-connect-for-snmp/issues/1112) [#1105](https://github.com/splunk/splunk-connect-for-snmp/issues/1105) [#1105](https://github.com/splunk/splunk-connect-for-snmp/issues/1105) [#1115](https://github.com/splunk/splunk-connect-for-snmp/issues/1115) [#1115](https://github.com/splunk/splunk-connect-for-snmp/issues/1115) [#1117](https://github.com/splunk/splunk-connect-for-snmp/issues/1117) --- 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 684339989..91fa23b92 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.1-beta.3 +version: 1.12.1 # 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.1-beta.3" +appVersion: "1.12.1" # dependencies: - name: mongodb diff --git a/docker_compose/.env b/docker_compose/.env index e8b2261c3..2d1aaf18b 100644 --- a/docker_compose/.env +++ b/docker_compose/.env @@ -1,13 +1,13 @@ # Deployment configuration SC4SNMP_IMAGE=ghcr.io/splunk/splunk-connect-for-snmp/container -SC4SNMP_TAG="1.12.1-beta.3" +SC4SNMP_TAG="1.12.1" SCHEDULER_CONFIG_FILE_ABSOLUTE_PATH= TRAPS_CONFIG_FILE_ABSOLUTE_PATH= INVENTORY_FILE_ABSOLUTE_PATH= COREFILE_ABS_PATH= COREDNS_ADDRESS=172.28.0.255 COREDNS_ADDRESS_IPv6=fd02:0:0:0:7fff:ffff:ffff:ffff -SC4SNMP_VERSION="1.12.1-beta.3" +SC4SNMP_VERSION="1.12.1" IPv6_ENABLED=false # Dependencies images diff --git a/pyproject.toml b/pyproject.toml index 77865a8be..71a6b8b8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-snmp" -version = "1.12.1-beta.3" +version = "1.12.1" 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 cb432b42c..6268d7745 100644 --- a/splunk_connect_for_snmp/__init__.py +++ b/splunk_connect_for_snmp/__init__.py @@ -15,4 +15,4 @@ # -__version__ = "1.12.1-beta.3" +__version__ = "1.12.1"