From 82c960df8d0e8c636b7ef2b29f5641390485a890 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Fri, 23 Aug 2024 10:51:00 +0200 Subject: [PATCH] [release] bump 1.11.0 Signed-off-by: Paolo Di Tommaso --- VERSION | 2 +- changelog.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 18b311420..1cac385c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.4 +1.11.0 diff --git a/changelog.txt b/changelog.txt index 07c8a2cc6..2042d0315 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,11 @@ # Wave changelog +1.11.0 - 23 Aug 2024 +- added /v1alpha2/container/{containerId} (#609) [5221b5a0] +- Improve contaiener view page (#615) [9e15b455] +- Fix too many requests error code (#610) [cc9fa23f] +- Add trusted builds timeout (#600) [7500fc5f] +- Change k8s Job deletion to foreground pods propagation (#595) [816bd6b4] + 1.10.4 - 6 Aug 2024 - Fix Prevent NPE when creds are empty [14f0476d] - Remove ContentReader and ContentReaderFactory classes (#584) [f05623a2]