From 6097193a789cd3f14f67cbbd670de63740d38734 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 17 Feb 2022 19:15:46 +0000 Subject: [PATCH] chore(release): 1.5.4 ## [1.5.4](https://github.com/rfaircloth-splunk/splunk-operator-app-deployer/compare/v1.5.3...v1.5.4) (2022-02-17) ### Bug Fixes * update max length ([dff1c87](https://github.com/rfaircloth-splunk/splunk-operator-app-deployer/commit/dff1c87f057c626a48ef3de3cd84fe5d5f0986f9)) --- VERSION | 2 +- charts/splunk-operator-app-deployer/Chart.yaml | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 8af85be..94fe62c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/charts/splunk-operator-app-deployer/Chart.yaml b/charts/splunk-operator-app-deployer/Chart.yaml index b05ac59..c07cfe0 100644 --- a/charts/splunk-operator-app-deployer/Chart.yaml +++ b/charts/splunk-operator-app-deployer/Chart.yaml @@ -13,9 +13,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.5.3 +version: 1.5.4 # 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.5.3" +appVersion: "1.5.4" diff --git a/pyproject.toml b/pyproject.toml index c543d23..e5d15a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-operator-app-deployer" -version = "1.5.3" +version = "1.5.4" description = "" authors = ["rfaircloth-splunk "] license = "Apache-2.0"