From 0220b4d661982e179f4fb19e0cc3fbdbc1c1c9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 21 Jul 2025 14:24:06 +0200 Subject: [PATCH] release: Bump version to 3.19.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As there were a few moderate security vulnerability fixes missed as part of the 3.19.0 release. Signed-off-by: Fabiano FidĂȘncio --- 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 419f300965..4f6817bc5c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.19.0 +3.19.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 6f28c56527..5d0da9f170 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.19.0" +version: "3.19.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.19.0" +appVersion: "3.19.1"