From 5f0a40114d89ac0d37cbc016fadaa7dc8a353248 Mon Sep 17 00:00:00 2001 From: Mike Sarahan Date: Wed, 9 Sep 2026 11:03:25 -0500 Subject: [PATCH 1/3] Bump rapids-build-utils version for ghcr publication #766 did not include the necessary bump --- features/src/rapids-build-utils/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/rapids-build-utils/devcontainer-feature.json b/features/src/rapids-build-utils/devcontainer-feature.json index 2b1e730e..f34923ae 100644 --- a/features/src/rapids-build-utils/devcontainer-feature.json +++ b/features/src/rapids-build-utils/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "NVIDIA RAPIDS devcontainer build utilities", "id": "rapids-build-utils", - "version": "26.10.0", + "version": "26.10.1", "description": "A feature to install the RAPIDS devcontainer build utilities", "containerEnv": { "BASH_ENV": "/etc/bash.bash_env" From 4a9e0556bdcfe4ece81c8ee6fa168fc92c5e6ad8 Mon Sep 17 00:00:00 2001 From: Mike Sarahan Date: Wed, 9 Sep 2026 14:18:13 -0500 Subject: [PATCH 2/3] Apply suggestion from @trxcllnt Co-authored-by: Paul Taylor <178183+trxcllnt@users.noreply.github.com> --- features/src/rapids-build-utils/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/rapids-build-utils/devcontainer-feature.json b/features/src/rapids-build-utils/devcontainer-feature.json index f34923ae..3d95b330 100644 --- a/features/src/rapids-build-utils/devcontainer-feature.json +++ b/features/src/rapids-build-utils/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "NVIDIA RAPIDS devcontainer build utilities", "id": "rapids-build-utils", - "version": "26.10.1", + "version": "26.10.6", "description": "A feature to install the RAPIDS devcontainer build utilities", "containerEnv": { "BASH_ENV": "/etc/bash.bash_env" From f6dd255c451b846a6a53d53e56684bdbfd83c4ae Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Wed, 9 Sep 2026 14:28:11 -0500 Subject: [PATCH 3/3] Restore LLVM feature patch version Release preparation reset feature versions even though the release train did not change. PR 769 already restores rapids-build-utils to the newest 26.10.6 value; restore LLVM to its newest pre-reset 26.10.1 value so the release branch retains the published feature lineage. --- features/src/llvm/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/src/llvm/devcontainer-feature.json b/features/src/llvm/devcontainer-feature.json index e63334e4..0b73c098 100644 --- a/features/src/llvm/devcontainer-feature.json +++ b/features/src/llvm/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "LLVM compilers and tools", "id": "llvm", - "version": "26.10.0", + "version": "26.10.1", "description": "A feature to install LLVM compilers and tools", "options": { "version": {