From d09a0229d1d1f7302e934a37a899be06df1ab3c1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 18 Dec 2024 10:59:38 +0100 Subject: [PATCH 1/2] `icinga-stack`: Raise `Icinga for Kubernetes` chart version to `0.3.1` --- charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml b/charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml index c81c571..0c9dcb7 100644 --- a/charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml +++ b/charts/icinga-stack/charts/icinga-kubernetes/Chart.yaml @@ -12,5 +12,5 @@ maintainers: url: https://icinga.com type: application -version: 0.3.0 +version: 0.3.1 appVersion: "0.2.0" From af0e57de702ed25ff48f48b1f79a4da0c02eaf5e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 18 Dec 2024 11:04:04 +0100 Subject: [PATCH 2/2] `icinga-stack`: Raise chart version to `0.5.1` --- charts/icinga-stack/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/icinga-stack/Chart.yaml b/charts/icinga-stack/Chart.yaml index 74a3eb5..b6cb034 100644 --- a/charts/icinga-stack/Chart.yaml +++ b/charts/icinga-stack/Chart.yaml @@ -24,10 +24,10 @@ 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: 0.5.0 +version: 0.5.1 # 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: "0.5.0" +appVersion: "0.5.1"