Skip to content

Commit 64b599c

Browse files
chore(release): 3.31.0
# [3.31.0](v3.30.1...v3.31.0) (2024-09-26) ### Bug Fixes * filter fortigate ([#2579](#2579)) ([579f989](579f989)) ### Features * add gdb to the image ([#2580](#2580)) ([e95a910](e95a910)) * Added an env variable to set source as 'sc4s' ([#2581](#2581)) ([ad6d77a](ad6d77a)) * load host IP from proxied source IP ([#2566](#2566)) ([f2df1ce](f2df1ce))
1 parent c9b2033 commit 64b599c

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.30.1
6-
appVersion: "3.30.1"
5+
version: 3.31.0
6+
appVersion: "3.31.0"

package/etc/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.30.1
1+
3.31.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.30.1"
3+
version = "3.31.0"
44
description = ""
55
authors = ["rjha-splunk <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)