Skip to content

Commit 997f982

Browse files
chore(release): 1.12.0
# [1.12.0](v1.11.0...v1.12.0) (2024-10-16) ### Features * release 1.12.0 ([#1104](#1104)) ([0d59b99](0d59b99)), closes [#1072](#1072) [#1073](#1073) [#1060](#1060) [#1060](#1060) [#1070](#1070) [#1026](#1026) [#1054](#1054) [#1056](#1056) [#1057](#1057) [#1059](#1059) [#1061](#1061) [#1062](#1062) [#1063](#1063) [#1067](#1067) [#1058](#1058) [#1076](#1076) [#1069](#1069)
1 parent 0d59b99 commit 997f982

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.0-beta.6
17+
version: 1.12.0
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.0-beta.6"
22+
appVersion: "1.12.0"
2323
#
2424
dependencies:
2525
- name: mongodb

docker_compose/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Deployment configuration
22
SC4SNMP_IMAGE=ghcr.io/splunk/splunk-connect-for-snmp/container
3-
SC4SNMP_TAG="1.12.0-beta.6"
3+
SC4SNMP_TAG="1.12.0"
44
SCHEDULER_CONFIG_FILE_ABSOLUTE_PATH=
55
TRAPS_CONFIG_FILE_ABSOLUTE_PATH=
66
INVENTORY_FILE_ABSOLUTE_PATH=
77
COREFILE_ABS_PATH=
88
COREDNS_ADDRESS=172.28.0.255
9-
SC4SNMP_VERSION="1.12.0-beta.6"
9+
SC4SNMP_VERSION="1.12.0"
1010
IPv6_ENABLED=false
1111

1212
# Dependencies images

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.0-beta.6"
3+
version = "1.12.0"
44
description = ""
55
authors = ["omrozowicz-splunk <[email protected]>"]
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.0-beta.6"
18+
__version__ = "1.12.0"

0 commit comments

Comments
 (0)