From 909e542485cc9a4047852b7f2e0d4e0a2d56e4cf Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:50:07 -0400 Subject: [PATCH 1/2] Update pywikibot (#337) * Update pywikibot Bug: T348372 * auto update of tag --------- Co-authored-by: Github Action --- images/singleuser/Dockerfile | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 983a24fa..ff1c9b56 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:22.04 -ENV PYWIKIBOT_VERSION=8.3.3 +ENV PYWIKIBOT_VERSION=8.4.0 ENV EDITOR=/bin/nano ENV PYWIKIBOT_DIR=/srv/paws ENV DEBIAN_FRONTEND=noninteractive diff --git a/paws/values.yaml b/paws/values.yaml index f20eb44a..e923eaae 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -282,7 +282,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-332 # singleuser tag managed by github actions + tag: pr-337 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G From 591835811508c623a024fb4b169972a7739f268e Mon Sep 17 00:00:00 2001 From: Vivian Rook <91909295+vivian-rook@users.noreply.github.com> Date: Wed, 18 Oct 2023 07:01:12 -0400 Subject: [PATCH 2/2] OpenRefine version bump (#338) * OpenRefine version bump Bug: T348464 * auto update of tag --------- Co-authored-by: Github Action --- images/singleuser/Dockerfile | 2 +- paws/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index ff1c9b56..c74f7049 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -164,7 +164,7 @@ USER root ENV OPENREFINE_DIR /srv/openrefine ENV PATH=$PATH:$OPENREFINE_DIR RUN mkdir -p ${OPENREFINE_DIR} && cd ${OPENREFINE_DIR} && \ - curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.7.5/openrefine-linux-3.7.5.tar.gz' | tar xzf - --strip=1 + curl -L 'https://github.com/OpenRefine/OpenRefine/releases/download/3.7.6/openrefine-linux-3.7.6.tar.gz' | tar xzf - --strip=1 USER root RUN apt-get install --yes unzip diff --git a/paws/values.yaml b/paws/values.yaml index e923eaae..86042bd6 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -282,7 +282,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-337 # singleuser tag managed by github actions + tag: pr-338 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G