From a6ee15c5c7d7e0b30eda8c520982a8ab126ac8ff Mon Sep 17 00:00:00 2001 From: Emanuel Lima Date: Thu, 19 Sep 2024 09:00:51 -0300 Subject: [PATCH] release: Bump VERSION to 3.9.0 Starting the v3.9.0 release Signed-off-by: Emanuel Lima --- 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 19811903a7..a5c4c76339 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8.0 +3.9.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 919f8b673c..de5fcc652b 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.6.0" +version: "3.9.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.6.0 +appVersion: "3.9.0"