Skip to content

Commit

Permalink
Merge pull request #808 from rstudio/dev
Browse files Browse the repository at this point in the history
Merge dev to main
  • Loading branch information
ianpittwood authored Jun 28, 2024
2 parents 60ace66 + c11a285 commit ab55d96
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PYTHON_VERSION_ALT := "3.8.17"
PYTHON_VERSION_RHEL := "3.9.14"
PYTHON_VERSION_ALT_RHEL := "3.8.15"

QUARTO_VERSION := "1.4.553"
QUARTO_VERSION := "1.4.557"

export RSC_LICENSE := ""
export RSPM_LICENSE := ""
Expand Down
2 changes: 1 addition & 1 deletion ci.Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PYTHON_VERSION_ALT := "3.8.17"
DRIVERS_VERSION := "2024.03.0"
DRIVERS_VERSION_RHEL := DRIVERS_VERSION + "-1"

QUARTO_VERSION := "1.3.340"
QUARTO_VERSION := "1.4.557"

# just _get-os-alias jammy
_get-os-alias OS:
Expand Down
2 changes: 1 addition & 1 deletion connect/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG R_VERSION_ALT=4.1.3
ARG PYTHON_VERSION=3.9.17
ARG PYTHON_VERSION_ALT=3.8.17
ARG RSC_VERSION=2024.06.0
ARG QUARTO_VERSION=1.4.552
ARG QUARTO_VERSION=1.4.557
ARG SCRIPTS_DIR=/opt/positscripts

### Install Quarto ###
Expand Down
5 changes: 4 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable DRIVERS_VERSION {
}

variable DEFAULT_QUARTO_VERSION {
default = "1.4.552"
default = "1.4.557"
}

variable DEFAULT_JUPYTERLAB_VERSION {
Expand Down Expand Up @@ -158,6 +158,9 @@ variable CONTENT_BUILD_MATRIX {

# R-4.4, Python-3.12, Quarto-1.4.
{os = "ubuntu2204", os_alt = "jammy", r = "4.4.0", py = "3.12.3", drivers = "2024.03.0", quarto = "1.4.553"},

# R-4.4, Python-3.12.4, Quarto-1.4.557 (polyfill.js vulnerability patch)
{os = "ubuntu2204", os_alt = "jammy", r = "4.4.1", py = "3.12.4", drivers = "2024.03.0", quarto = "1.4.557"},
]
}
}
Expand Down
14 changes: 7 additions & 7 deletions docker-bake.preview.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ variable DRIVERS_VERSION {
}

variable DEFAULT_QUARTO_VERSION {
default = "1.4.552"
default = "1.4.557"
}

variable DEFAULT_JUPYTERLAB_VERSION {
Expand Down Expand Up @@ -114,7 +114,7 @@ function get_tags {
variable BASE_BUILD_MATRIX {
default = {
builds = [
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.11.9", py_alternate = "3.10.14"},
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.4", py_alternate = "3.11.9"},
]
}
}
Expand All @@ -126,15 +126,15 @@ variable PRO_BUILD_MATRIX {
variable PACKAGE_MANAGER_BUILD_MATRIX {
default = {
builds = [
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.11.9", py_alternate = "3.10.14"},
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.4", py_alternate = "3.11.9"},
]
}
}

variable CONNECT_BUILD_MATRIX {
default = {
builds = [
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.11.9", py_alternate = "3.10.14", quarto = DEFAULT_QUARTO_VERSION},
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.4", py_alternate = "3.11.9", quarto = DEFAULT_QUARTO_VERSION},
]
}
}
Expand All @@ -150,15 +150,15 @@ variable CONNECT_CONTENT_INIT_BUILD_MATRIX {
variable R_SESSION_COMPLETE_BUILD_MATRIX {
default = {
builds = [
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.11.9", py_alternate = "3.10.14"},
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.4", py_alternate = "3.11.9"},
]
}
}

variable WORKBENCH_BUILD_MATRIX {
default = {
builds = [
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.11.9", py_alternate = "3.10.14"},
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.4", py_alternate = "3.11.9"},
]
}
}
Expand Down Expand Up @@ -227,7 +227,7 @@ target "product-base-dev" {
PYTHON_VERSION = builds.py_primary
PYTHON_VERSION_ALT = builds.py_alternate
TINI_VERSION = "0.19.0"
QUARTO_VERSION = "1.3.340"
QUARTO_VERSION = "1.4.557"
}
}

Expand Down

0 comments on commit ab55d96

Please sign in to comment.