From bc2e8d1215a6eff173757331aa76f23e265da4b6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Feb 2023 15:19:53 +0000 Subject: [PATCH] chore(release): 1.8.6 ## [1.8.6](https://github.com/splunk/splunk-connect-for-snmp/compare/v1.8.5...v1.8.6) (2023-02-14) ### Bug Fixes * local MIBs compilation in offline environments ([#692](https://github.com/splunk/splunk-connect-for-snmp/issues/692)) ([2b0c067](https://github.com/splunk/splunk-connect-for-snmp/commit/2b0c067a64907c6093289b189cd3a5dea4351e9e)), closes [#681](https://github.com/splunk/splunk-connect-for-snmp/issues/681) [#680](https://github.com/splunk/splunk-connect-for-snmp/issues/680) [#680](https://github.com/splunk/splunk-connect-for-snmp/issues/680) [#687](https://github.com/splunk/splunk-connect-for-snmp/issues/687) [#689](https://github.com/splunk/splunk-connect-for-snmp/issues/689) --- 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 2c366635d..7daaaaeda 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.8.6-beta.3 +version: 1.8.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.8.6-beta.3" +appVersion: "1.8.6" # dependencies: - name: mongodb diff --git a/pyproject.toml b/pyproject.toml index 4b2126db3..bf63f0b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-snmp" -version = "1.8.6-beta.3" +version = "1.8.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 f41345cb9..5b477db3b 100644 --- a/splunk_connect_for_snmp/__init__.py +++ b/splunk_connect_for_snmp/__init__.py @@ -15,4 +15,4 @@ # -__version__ = "1.8.6-beta.3" +__version__ = "1.8.6"