From 14c3660875b308c43c2aa6f56676b460488072fc Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Fri, 17 Apr 2026 14:00:10 +0200 Subject: [PATCH 1/2] bump version to 1.33.3 Signed-off-by: munishchouhan --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 80c8c0bd3..c7f962f33 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.33.2 +1.33.3 From fa37f7a9c858d1652ba00f6d3eb6e223e5a50a9f Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Fri, 17 Apr 2026 14:09:49 +0200 Subject: [PATCH 2/2] updated changelog.txt Signed-off-by: munishchouhan --- changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.txt b/changelog.txt index 2cf9d25dc..9390fa154 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,8 @@ # Wave changelog +1.33.3 - 17 Apr 2026 +- Fix MultiPlatformBuildService failing to load in lite mode (#1030) [88bff95aa] +- Add missing configuration documentation (#1025) [ec29df888] + 1.33.2 - 15 Apr 2026 - Fix conda builds for packages requiring __cuda virtual package (#1027) [67542ce25] - Fix build error with --build-template conda/micromamba:v2 for singularity (#972) [17273e544]