From ec71980d6d0431458d82d1c933a0bb1b2c996584 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Tue, 10 Dec 2024 13:27:31 -0500 Subject: [PATCH 1/2] Upgrade Jupyterlab Bug: T381907 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index b88e4f14..d68d7ab3 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -43,7 +43,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.1.1 \ - jupyterlab==4.3.2 + jupyterlab==4.3.3 ## End minimal setup ## From 70ce29bfcbf9819c7d143b453ee7581c9eef60aa Mon Sep 17 00:00:00 2001 From: Github Action Date: Tue, 10 Dec 2024 18:28:01 +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 8085020d..3a182664 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-468 # singleuser tag managed by github actions + tag: pr-469 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G