From 6fc04d3f0d0bdcfe493dcb9a630e5769bdc8a6c6 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Wed, 31 Jan 2024 10:29:56 -0500 Subject: [PATCH 1/2] Bump jupyterlab version Bug: T356274 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 314d6dc1..29a7ab34 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -45,7 +45,7 @@ RUN pip --no-cache-dir install -U pip setuptools wheel # Install base notebook packages RUN pip install --prefix=/srv/paws --no-cache-dir \ jupyterhub==4.0.2 \ - jupyterlab==4.0.11 + jupyterlab==4.0.12 ## End minimal setup ## From 42059b760dc676fe19320158ca851e89b019905b Mon Sep 17 00:00:00 2001 From: Github Action Date: Wed, 31 Jan 2024 15:30:42 +0000 Subject: [PATCH 2/2] auto update of tag --- paws/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paws/values.yaml b/paws/values.yaml index 53f0c890..2a3cff47 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-369 # singleuser tag managed by github actions + tag: pr-370 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G