Skip to content

Commit

Permalink
Merge pull request #771 from rstudio/main
Browse files Browse the repository at this point in the history
Bump Workbench to 2024.04.1 in dev
ianpittwood authored May 14, 2024

Verified

This commit was signed with the committer’s verified signature.
snowtafir 星雪
2 parents 801583a + 7a02449 commit 17a7835
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ BUILDX_PATH := ""

RSC_VERSION := "2024.04.1"
RSPM_VERSION := "2024.04.0-20"
RSW_VERSION := "2024.04.0+735.pro3"
RSW_VERSION := "2024.04.1+748.pro2"

DRIVERS_VERSION := "2023.05.0"
DRIVERS_VERSION_RHEL := DRIVERS_VERSION + "-1"
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ variable PACKAGE_MANAGER_VERSION {
}

variable WORKBENCH_VERSION {
default = "2024.04.0+735.pro3"
default = "2024.04.1+748.pro2"
}

variable DRIVERS_VERSION {
2 changes: 1 addition & 1 deletion r-session-complete/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
R_VERSION=4.1.0
PYTHON_VERSION=3.9.5
RSW_VERSION=2024.04.0+735.pro3
RSW_VERSION=2024.04.1+748.pro2
DRIVERS_VERSION=2024.03.0-1
2 changes: 1 addition & 1 deletion r-session-complete/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ ARG R_VERSION_ALT=4.3.3
ARG PYTHON_VERSION=3.9.17
ARG PYTHON_VERSION_ALT=3.8.17
ARG JUPYTERLAB_VERSION=3.6.5
ARG RSW_VERSION=2024.04.0+735.pro3
ARG RSW_VERSION=2024.04.1+748.pro2
ARG RSW_NAME=rstudio-workbench
ARG RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/jammy/amd64
ARG SCRIPTS_DIR=/opt/positscripts
4 changes: 2 additions & 2 deletions workbench-for-google-cloud-workstations/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RSW_VERSION=2024.04.0+735.pro3
RSW_TAG_VERSION=2024.04.0-735.pro3
RSW_VERSION=2024.04.1+748.pro2
RSW_TAG_VERSION=2024.04.1-748.pro2
RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/focal/amd64
RSW_NAME=rstudio-workbench
PYTHON_VERSION=3.10.13
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ ARG PYTHON_VERSION_ALT=3.10.13
ARG PYTHON_VERSION_JUPYTER=3.10.13
ARG JUPYTERLAB_VERSION=3.6.7
ARG DRIVERS_VERSION=2023.05.0
ARG RSW_VERSION=2024.04.0+735.pro3
ARG RSW_VERSION=2024.04.1+748.pro2
ARG RSW_NAME=rstudio-workbench
ARG RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/focal/amd64
ARG SCRIPTS_DIR=/opt/positscripts
2 changes: 1 addition & 1 deletion workbench-for-microsoft-azure-ml/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RSW_VERSION=2024.04.0+735.pro3
RSW_VERSION=2024.04.1+748.pro2
RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/bionic/amd64
RSW_NAME=rstudio-workbench
PYTHON_VERSION=3.9.14
4 changes: 2 additions & 2 deletions workbench-for-microsoft-azure-ml/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ ARG PYTHON_VERSION=3.9.17
ARG PYTHON_VERSION_ALT=3.8.17
ARG PYTHON_VERSION_JUPYTER=3.8.17
ARG JUPYTERLAB_VERSION=3.6.7
ARG RSW_VERSION=2024.04.0+735.pro3
ARG RSW_VERSION=2024.04.1+748.pro2
ARG RSW_NAME=rstudio-workbench
ARG RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/jammy/amd64
ARG SCRIPTS_DIR=/opt/positscripts
@@ -178,5 +178,5 @@ LABEL \
azure.ii.endpoints='[{"label":"connect","target":8787,"protocol":"http"}]' \
org.opencontainers.image.description='A professional integrated development environment for data science teams using R and Python' \
org.opencontainers.image.title='RStudio Workbench' \
org.opencontainers.image.version='2024.04.0+735.pro3' \
org.opencontainers.image.version='2024.04.1+748.pro2' \
org.opencontainers.image.url='https://www.rstudio.com/products/workbench/'
2 changes: 1 addition & 1 deletion workbench/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RSW_VERSION=2024.04.0+735.pro3
RSW_VERSION=2024.04.1+748.pro2
RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/bionic/amd64
RSW_NAME=rstudio-workbench
PYTHON_VERSION=3.9.17
2 changes: 1 addition & 1 deletion workbench/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ ARG PYTHON_VERSION=3.9.17
ARG PYTHON_VERSION_ALT=3.8.17
ARG PYTHON_VERSION_JUPYTER=3.8.17
ARG JUPYTERLAB_VERSION=3.6.7
ARG RSW_VERSION=2024.04.0+735.pro3
ARG RSW_VERSION=2024.04.1+748.pro2
ARG RSW_NAME=rstudio-workbench
ARG RSW_DOWNLOAD_URL=https://download2.rstudio.org/server/jammy/amd64
ARG SCRIPTS_DIR=/opt/positscripts

0 comments on commit 17a7835

Please sign in to comment.