From c07adcd5933a154ede69c3efe6adc62545d4809e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Jan 2022 22:17:04 +0000 Subject: [PATCH] chore(release): 2.0.0-next-major.11 # [2.0.0-next-major.11](https://github.com/splunk/splunk-connect-for-syslog/compare/v2.0.0-next-major.10...v2.0.0-next-major.11) (2022-01-30) ### Bug Fixes * cp_splunk noice control ([#1413](https://github.com/splunk/splunk-connect-for-syslog/issues/1413)) ([36420c1](https://github.com/splunk/splunk-connect-for-syslog/commit/36420c13c7a238c8983ee006332040858f3a4cd5)) ### Features * Support Arista Switches ([#1411](https://github.com/splunk/splunk-connect-for-syslog/issues/1411)) ([2e044ba](https://github.com/splunk/splunk-connect-for-syslog/commit/2e044bacd0893f9a896e5cc779c391c3805b67f6)) --- charts/splunk-connect-for-syslog/Chart.yaml | 4 ++-- package/etc/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/splunk-connect-for-syslog/Chart.yaml b/charts/splunk-connect-for-syslog/Chart.yaml index 89a91d7ac9..c51ddf5236 100644 --- a/charts/splunk-connect-for-syslog/Chart.yaml +++ b/charts/splunk-connect-for-syslog/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: splunk-connect-for-syslog description: Deploy Splunk Connect for Syslog type: application -version: 2.0.0-next-major.10 -appVersion: "2.0.0-next-major.10" +version: 2.0.0-next-major.11 +appVersion: "2.0.0-next-major.11" diff --git a/package/etc/VERSION b/package/etc/VERSION index 18f3cce848..f9c08f01b8 100644 --- a/package/etc/VERSION +++ b/package/etc/VERSION @@ -1 +1 @@ -2.0.0-next-major.10 +2.0.0-next-major.11 diff --git a/pyproject.toml b/pyproject.toml index ababab4175..1d588a8f0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-syslog" -version = "2.0.0-next-major.10" +version = "2.0.0-next-major.11" description = "" authors = ["rfaircloth-splunk "] license = "Apache-2.0"