Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
srv-rr-github-token committed Oct 16, 2024
1 parent 0d59b99 commit 997f982
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/splunk-connect-for-snmp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6
version: 1.12.0
# 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.6"
appVersion: "1.12.0"
#
dependencies:
- name: mongodb
Expand Down
4 changes: 2 additions & 2 deletions docker_compose/.env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Deployment configuration
SC4SNMP_IMAGE=ghcr.io/splunk/splunk-connect-for-snmp/container
SC4SNMP_TAG="1.12.0-beta.6"
SC4SNMP_TAG="1.12.0"
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.6"
SC4SNMP_VERSION="1.12.0"
IPv6_ENABLED=false

# Dependencies images
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "splunk-connect-for-snmp"
version = "1.12.0-beta.6"
version = "1.12.0"
description = ""
authors = ["omrozowicz-splunk <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion splunk_connect_for_snmp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#


__version__ = "1.12.0-beta.6"
__version__ = "1.12.0"

0 comments on commit 997f982

Please sign in to comment.