From 809386cc34ebec24d5c1c35ff0b3ab0e1d6b5683 Mon Sep 17 00:00:00 2001 From: Checkmk release system Date: Thu, 26 Oct 2023 08:46:06 +0000 Subject: [PATCH] Set version to 1.5.0 --- deploy/charts/checkmk/Chart.yaml | 4 ++-- deploy/charts/checkmk/values.yaml | 2 +- src/checkmk_kube_agent/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/charts/checkmk/Chart.yaml b/deploy/charts/checkmk/Chart.yaml index 3962b88..9906252 100644 --- a/deploy/charts/checkmk/Chart.yaml +++ b/deploy/charts/checkmk/Chart.yaml @@ -16,12 +16,12 @@ 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.4.1" +version: "1.5.0" # 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.4.1" +appVersion: "1.5.0" kubeVersion: ">=1.19.0-0" diff --git a/deploy/charts/checkmk/values.yaml b/deploy/charts/checkmk/values.yaml index 05c99bd..11ee16b 100644 --- a/deploy/charts/checkmk/values.yaml +++ b/deploy/charts/checkmk/values.yaml @@ -30,7 +30,7 @@ imagePullSecrets: [] image: # Overrides the image tag whose default is the chart appVersion. # ref: https://hub.docker.com/r/checkmk/kubernetes-collector/tags - tag: "1.4.1" + tag: "1.5.0" rbac: # PodSecurityPolicies (PSPs) were deprecated in Kubernetes v1.21, and removed from Kubernetes in v1.25. diff --git a/src/checkmk_kube_agent/__init__.py b/src/checkmk_kube_agent/__init__.py index 1b1e28a..5590cb9 100644 --- a/src/checkmk_kube_agent/__init__.py +++ b/src/checkmk_kube_agent/__init__.py @@ -2,4 +2,4 @@ __author__ = """Checkmk GmbH""" __email__ = "feedback@checkmk.com" -__version__ = "1.4.1" +__version__ = "1.5.0"