From c7347cb76d0516e66f3454963fe6cba82436f380 Mon Sep 17 00:00:00 2001 From: Anastassios Nanos Date: Fri, 14 Feb 2025 12:45:53 +0000 Subject: [PATCH] release: Bump version to 3.14.0 Bump VERSION and helm-chart versions Signed-off-by: Anastassios Nanos --- 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 4eba2a62eb71..f982feb41bd0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.13.0 +3.14.0 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 2da586b8584d..6340dfbdb619 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.13.0" +version: "3.14.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: "3.13.0" +appVersion: "3.14.0"