From eae4398f8897789f8dec3374abf014fa06cafd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 20 Jul 2026 14:14:28 +0200 Subject: [PATCH 1/2] cargo: correct rstest entry in Cargo.lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix lockfile due to ab2e7f0c58b012cb7bbd6c467281e2850bd10e75 manual edit and lack of CI for security fixes. :-/ Signed-off-by: Fabiano FidĂȘncio --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e1b9a1f432..e644d4c081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6665,7 +6665,7 @@ dependencies = [ "protobuf", "protocols", "resource", - "rstest 0.18.2", + "rstest", "runtime-spec", "serde_json", "shim-interface", From bfd2589060ec8ce2f6b4438cb41f672014d19f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 17 Jul 2026 11:03:42 +0200 Subject: [PATCH 2/2] release: Bump version to 4.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump VERSION and helm-charts versions. 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 cac6068cfc..fcdb2e109f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.32.0 +4.0.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 218201151d..21b480e2a5 100644 --- a/tools/packaging/kata-deploy/helm-chart/kata-deploy/Chart.yaml +++ b/tools/packaging/kata-deploy/helm-chart/kata-deploy/Chart.yaml @@ -15,13 +15,13 @@ 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.32.0" +version: "4.0.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.32.0" +appVersion: "4.0.0" dependencies: - name: node-feature-discovery