diff --git a/features/src/ucx/devcontainer-feature.json b/features/src/ucx/devcontainer-feature.json index a66d42ba..17d14299 100644 --- a/features/src/ucx/devcontainer-feature.json +++ b/features/src/ucx/devcontainer-feature.json @@ -1,13 +1,14 @@ { "name": "UCX", "id": "ucx", - "version": "24.8.2", + "version": "24.8.3", "description": "A feature to install UCX", "options": { "version": { "type": "string", "proposals": [ "latest", + "1.17.0", "1.16.0", "1.15.0", "1.14.1" diff --git a/matrix.yml b/matrix.yml index 7597f6f7..2e5285f2 100644 --- a/matrix.yml +++ b/matrix.yml @@ -36,7 +36,7 @@ x-nvhpc-env: &nvhpc_env {CC: "nvc", CXX: "nvc++"} x-mambaforge: &conda { name: "mambaforge" } x-python: &python { name: "ghcr.io/devcontainers/features/python:1", version: "os-provided", installTools: "false", hide: true } -x-ucx-rapids: &ucx_rapids {name: "ucx", version: "1.15.0"} +x-ucx-rapids: &ucx_rapids {name: "ucx", version: "1.17.0"} x-openmpi: &openmpi {name: "openmpi"} x-cccl-dev: &cccl_dev { name: "cccl-dev", hide: true }