From e4250fd921f03622b0e2c2e786784e74ee35b1fb Mon Sep 17 00:00:00 2001 From: srv-rr-github-token <94607705+srv-rr-github-token@users.noreply.github.com> Date: Thu, 15 Feb 2024 08:16:36 +0000 Subject: [PATCH] chore(release): 1.10.0-beta.5 # [1.10.0-beta.5](https://github.com/splunk/splunk-connect-for-snmp/compare/v1.10.0-beta.4...v1.10.0-beta.5) (2024-02-15) ### Bug Fixes * fix error handling issues from sonarqube ([#956](https://github.com/splunk/splunk-connect-for-snmp/issues/956)) ([4684a4d](https://github.com/splunk/splunk-connect-for-snmp/commit/4684a4de4f727cb91fa3e08f15358b45d6f8aa22)) --- charts/splunk-connect-for-snmp/Chart.yaml | 4 ++-- pyproject.toml | 2 +- splunk_connect_for_snmp/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/splunk-connect-for-snmp/Chart.yaml b/charts/splunk-connect-for-snmp/Chart.yaml index 1132b59be..5cd23d0b2 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.10.0-beta.4 +version: 1.10.0-beta.5 # 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.10.0-beta.4" +appVersion: "1.10.0-beta.5" # dependencies: - name: mongodb diff --git a/pyproject.toml b/pyproject.toml index 5761c41c1..b1e02accd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-snmp" -version = "1.10.0-beta.4" +version = "1.10.0-beta.5" 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 07e72d64c..90f43bfce 100644 --- a/splunk_connect_for_snmp/__init__.py +++ b/splunk_connect_for_snmp/__init__.py @@ -15,4 +15,4 @@ # -__version__ = "1.10.0-beta.4" +__version__ = "1.10.0-beta.5"