From 5ec782d0814dc0a760a2cdba8230e6eb0d4dedb2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Aug 2023 11:50:20 +0000 Subject: [PATCH] chore(release): 1.9.3-beta.2 ## [1.9.3-beta.2](https://github.com/splunk/splunk-connect-for-snmp/compare/v1.9.3-beta.1...v1.9.3-beta.2) (2023-08-07) ### Bug Fixes * while configuring host inside the group without explicitly specifying its port, and later adding expicite port, the previous configuration with the default port from the inventory will be deleted ([#807](https://github.com/splunk/splunk-connect-for-snmp/issues/807)) ([59e26a0](https://github.com/splunk/splunk-connect-for-snmp/commit/59e26a0bcb566ae97f1f3e82eef511e96f91a720)) --- 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 84725d628..cfc8bd7be 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.9.3-beta.1 +version: 1.9.3-beta.2 # 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.9.3-beta.1" +appVersion: "1.9.3-beta.2" # dependencies: - name: mongodb diff --git a/pyproject.toml b/pyproject.toml index a8dfe4100..cf3897be6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-snmp" -version = "1.9.3-beta.1" +version = "1.9.3-beta.2" 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 7ef4c00c5..3c4e64e00 100644 --- a/splunk_connect_for_snmp/__init__.py +++ b/splunk_connect_for_snmp/__init__.py @@ -15,4 +15,4 @@ # -__version__ = "1.9.3-beta.1" +__version__ = "1.9.3-beta.2"