Skip to content

Commit 2c2473c

Browse files
chore(release): 1.12.3
## [1.12.3](v1.12.2...v1.12.3) (2025-06-09) ### Bug Fixes * release 1.12.3 ([#1196](#1196)) ([385ccfa](385ccfa)), closes [#1181](#1181) [#1181](#1181) [#1180](#1180) [#1180](#1180) [#1185](#1185) [#1182](#1182) [#1182](#1182) [#1184](#1184) [#1184](#1184) [#1190](#1190) [#1190](#1190) [#1191](#1191) [#1191](#1191) [#1194](#1194) [#1194](#1194) [#1198](#1198)
1 parent 385ccfa commit 2c2473c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

charts/splunk-connect-for-snmp/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ type: application
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1616

17-
version: 1.12.3-beta.7
17+
version: 1.12.3
1818
# This is the version number of the application being deployed. This version number should be
1919
# incremented each time you make changes to the application. Versions are not expected to
2020
# follow Semantic Versioning. They should reflect the version the application is using.
2121
# It is recommended to use it with quotes.
22-
appVersion: "1.12.3-beta.7"
22+
appVersion: "1.12.3"
2323
#
2424
dependencies:
2525
- name: mongodb

docker_compose/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Deployment configuration
22
SC4SNMP_IMAGE=ghcr.io/splunk/splunk-connect-for-snmp/container
3-
SC4SNMP_TAG="1.12.3-beta.7"
3+
SC4SNMP_TAG="1.12.3"
44
SCHEDULER_CONFIG_FILE_ABSOLUTE_PATH=
55
TRAPS_CONFIG_FILE_ABSOLUTE_PATH=
66
INVENTORY_FILE_ABSOLUTE_PATH=
77
COREFILE_ABS_PATH=
8-
SC4SNMP_VERSION="1.12.3-beta.7"
8+
SC4SNMP_VERSION="1.12.3"
99

1010
# Network configuration
1111
COREDNS_ADDRESS=172.28.0.255

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "splunk-connect-for-snmp"
3-
version = "1.12.3-beta.7"
3+
version = "1.12.3"
44
description = ""
55
authors = ["omrozowicz-splunk <omrozowicz@splunk.com>"]
66
license = "Apache-2.0"

splunk_connect_for_snmp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#
1616

1717

18-
__version__ = "1.12.3-beta.7"
18+
__version__ = "1.12.3"

0 commit comments

Comments
 (0)