diff --git a/charts/splunk-connect-for-snmp/Chart.yaml b/charts/splunk-connect-for-snmp/Chart.yaml index 35b8ad256..7c985f679 100644 --- a/charts/splunk-connect-for-snmp/Chart.yaml +++ b/charts/splunk-connect-for-snmp/Chart.yaml @@ -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.11.0-beta.5 +version: 1.11.0-beta.6 # 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.11.0-beta.5" +appVersion: "1.11.0-beta.6" # dependencies: - name: mongodb diff --git a/docker_compose/.env b/docker_compose/.env index e00e9a3e5..44044faff 100644 --- a/docker_compose/.env +++ b/docker_compose/.env @@ -1,12 +1,12 @@ # Deployment configuration SC4SNMP_IMAGE=ghcr.io/splunk/splunk-connect-for-snmp/container -SC4SNMP_TAG="1.11.0-beta.5" +SC4SNMP_TAG="1.11.0-beta.6" 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.11.0-beta.5" +SC4SNMP_VERSION="1.11.0-beta.6" # Dependencies images COREDNS_IMAGE=coredns/coredns diff --git a/pyproject.toml b/pyproject.toml index 7b87e752b..afae64c34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-snmp" -version = "1.11.0-beta.5" +version = "1.11.0-beta.6" description = "" authors = ["omrozowicz-splunk "] license = "Apache-2.0" diff --git a/splunk_connect_for_snmp/__init__.py b/splunk_connect_for_snmp/__init__.py index f4b7a7244..3937f0a08 100644 --- a/splunk_connect_for_snmp/__init__.py +++ b/splunk_connect_for_snmp/__init__.py @@ -15,4 +15,4 @@ # -__version__ = "1.11.0-beta.5" +__version__ = "1.11.0-beta.6"