Skip to content

Commit bdf7349

Browse files
chore(release): 3.32.0
# [3.32.0](v3.31.0...v3.32.0) (2024-10-16) ### Bug Fixes * fix GDB installation ([#2615](#2615)) ([44d6433](44d6433)) * remove goss from healthcheck ([#2600](#2600)) ([b6ac66b](b6ac66b)) ### Features * Adds config checksums to Helm chart to trigger rollout on change ([#2551](#2551)) ([3a18d00](3a18d00))
1 parent 7b27c6a commit bdf7349

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: splunk-connect-for-syslog
33
description: Deploy Splunk Connect for Syslog
44
type: application
5-
version: 3.31.0
6-
appVersion: "3.31.0"
5+
version: 3.32.0
6+
appVersion: "3.32.0"

package/etc/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.31.0
1+
3.32.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "splunk-connect-for-syslog"
3-
version = "3.31.0"
3+
version = "3.32.0"
44
description = ""
55
authors = ["rjha-splunk <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)