From b22d4429fb2ff262a784a57a5a0487f65d43d7ab Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 25 Oct 2024 17:16:09 +0100 Subject: [PATCH] release: Bump version to 3.10.1 Fix release to pick up #10463 Signed-off-by: stevenhorsman --- VERSION | 2 +- tools/packaging/kata-deploy/helm-chart/kata-deploy/Chart.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 30291cba22..f870be23ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.0 +3.10.1 diff --git a/tools/packaging/kata-deploy/helm-chart/kata-deploy/Chart.yaml b/tools/packaging/kata-deploy/helm-chart/kata-deploy/Chart.yaml index 3791ddcbe1..60b3039092 100644 --- a/tools/packaging/kata-deploy/helm-chart/kata-deploy/Chart.yaml +++ b/tools/packaging/kata-deploy/helm-chart/kata-deploy/Chart.yaml @@ -15,10 +15,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: "3.10.0" +version: "3.10.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: "3.10.0" +appVersion: "3.10.1"