From dc08b993a2861a506d0a6cdb35148e0db93e32e6 Mon Sep 17 00:00:00 2001 From: Matt Daily Date: Thu, 21 Nov 2024 16:08:58 -0800 Subject: [PATCH] Update changelog, bump helm chart version --- CHANGES.md | 4 ++++ helm-chart/banzai-nres/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 490d497d..3b23812d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +1.1.4 (2024-11-21) +----------------- +- Fix to helm chart to define large task queue as the same as normal task queue + 1.1.3 (2023-11-17) ------------------ - Fixes to use BANZAI LoggingAdapter diff --git a/helm-chart/banzai-nres/Chart.yaml b/helm-chart/banzai-nres/Chart.yaml index 37eed071..f1ddd0a8 100644 --- a/helm-chart/banzai-nres/Chart.yaml +++ b/helm-chart/banzai-nres/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart to deploy the BANZAI-NRES pipeline name: banzai-nres -version: "1.1.0" +version: "1.1.4"