From 590005f99ca35749a4ab3d95bc090ee983a7e9e7 Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:08:42 -0500 Subject: [PATCH 1/2] Update busybox image tag version (#2167) (#2169) Co-authored-by: Prashant Tiwari Co-authored-by: Prashant Tiwari --- .../template/modules/kubernetes/keycloak-helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/stages/kubernetes_keycloak/template/modules/kubernetes/keycloak-helm/values.yaml b/src/_nebari/stages/kubernetes_keycloak/template/modules/kubernetes/keycloak-helm/values.yaml index 2721baef5c..94359cf451 100644 --- a/src/_nebari/stages/kubernetes_keycloak/template/modules/kubernetes/keycloak-helm/values.yaml +++ b/src/_nebari/stages/kubernetes_keycloak/template/modules/kubernetes/keycloak-helm/values.yaml @@ -33,7 +33,7 @@ extraInitContainers: | chown 1000:1000 /data/keycloak-metrics-spi-2.5.3.jar && chmod 777 /data/keycloak-metrics-spi-2.5.3.jar fi - image: busybox:1.31 + image: busybox:1.36 name: initialize-spi-metrics-jar securityContext: runAsUser: 0 From 62a0abf8762d8c898738c46ced731e3ef312d42d Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:14:29 -0500 Subject: [PATCH 2/2] update release version (#2171) Co-authored-by: Prashant Tiwari Co-authored-by: Prashant Tiwari --- src/_nebari/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_nebari/constants.py b/src/_nebari/constants.py index 89860e8ba8..02e89d607a 100644 --- a/src/_nebari/constants.py +++ b/src/_nebari/constants.py @@ -1,4 +1,4 @@ -CURRENT_RELEASE = "2023.11.1" +CURRENT_RELEASE = "2023.12.1" # NOTE: Terraform cannot be upgraded further due to Hashicorp licensing changes # implemented in August 2023.