From 7296b7e3c2c7d9975965b40cead149e815060b63 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:01:14 +0000 Subject: [PATCH] chore: bump feature versions Based on the Git commit history since the last release (372cb362efa95d3e63e7e2eafd42fee9f2bfdd24), the following feature versions have been bumped in their devcontainer-feature.json files (no major bumps): - apptainer: patch (1.1.3 -> 1.1.4) - build-info: minor (1.0.0 -> 1.1.0) - cmdstan: patch (1.1.1 -> 1.1.2) - github-tokens: patch (1.0.1 -> 1.0.2) - mermaid: patch (1.4.6 -> 1.4.7) - renv-cache: minor (1.3.4 -> 1.4.0) - repos: minor (3.0.2 -> 3.1.0) Co-authored-by: MiguelRodo <23501332+MiguelRodo@users.noreply.github.com> --- src/apptainer/devcontainer-feature.json | 2 +- src/build-info/devcontainer-feature.json | 2 +- src/cmdstan/devcontainer-feature.json | 2 +- src/github-tokens/devcontainer-feature.json | 2 +- src/mermaid/devcontainer-feature.json | 2 +- src/renv-cache/devcontainer-feature.json | 2 +- src/repos/devcontainer-feature.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/apptainer/devcontainer-feature.json b/src/apptainer/devcontainer-feature.json index bf79c21..c7a8d73 100644 --- a/src/apptainer/devcontainer-feature.json +++ b/src/apptainer/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Install Apptainer", "id": "apptainer", - "version": "1.1.3", + "version": "1.1.4", "description": "Install Apptainer, a container system for HPC", "options": { "timezone": { diff --git a/src/build-info/devcontainer-feature.json b/src/build-info/devcontainer-feature.json index f3d9841..71549b1 100644 --- a/src/build-info/devcontainer-feature.json +++ b/src/build-info/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Container Metadata Injector", "id": "build-info", - "version": "1.0.0", + "version": "1.1.0", "description": "Bakes build-time release version and date metadata from GHA directly into a system-wide command.", "options": { "version": { diff --git a/src/cmdstan/devcontainer-feature.json b/src/cmdstan/devcontainer-feature.json index e949648..c23d5d7 100644 --- a/src/cmdstan/devcontainer-feature.json +++ b/src/cmdstan/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "CmdStan", "id": "cmdstan", - "version": "1.1.1", + "version": "1.1.2", "description": "Installs CmdStan (the Stan probabilistic programming system command-line interface) from the official GitHub release, compiles it during image build, and configures the CMDSTAN environment variable system-wide so the installation survives container rebuilds.", "options": { "version": { diff --git a/src/github-tokens/devcontainer-feature.json b/src/github-tokens/devcontainer-feature.json index b1828de..696ff02 100644 --- a/src/github-tokens/devcontainer-feature.json +++ b/src/github-tokens/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "GitHub Tokens", "id": "github-tokens", - "version": "1.0.1", + "version": "1.0.2", "description": "Manage GitHub authentication tokens (GITHUB_PAT, GITHUB_TOKEN) on each shell startup", "postCreateCommand": "/usr/local/bin/github-tokens-post-create", "options": { diff --git a/src/mermaid/devcontainer-feature.json b/src/mermaid/devcontainer-feature.json index dd15590..908dcae 100644 --- a/src/mermaid/devcontainer-feature.json +++ b/src/mermaid/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Mermaid", "id": "mermaid", - "version": "1.4.6", + "version": "1.4.7", "description": "Installs Mermaid CLI to generate diagrams. Sets up a non-root user and Puppeteer configuration.", "options": { "userName": { diff --git a/src/renv-cache/devcontainer-feature.json b/src/renv-cache/devcontainer-feature.json index 827fd16..0c88cbe 100644 --- a/src/renv-cache/devcontainer-feature.json +++ b/src/renv-cache/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "renv cache", "id": "renv-cache", - "version": "1.3.4", + "version": "1.4.0", "description": "Configure R with renv cache", "postCreateCommand": "/usr/local/bin/renv-cache-post-create", "options": { diff --git a/src/repos/devcontainer-feature.json b/src/repos/devcontainer-feature.json index ef4706b..0cfb65c 100755 --- a/src/repos/devcontainer-feature.json +++ b/src/repos/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "Automatically set up multi-repo projects", "id": "repos", - "version": "3.0.2", + "version": "3.1.0", "description": "Installs the 'repos' CLI tool to manage multiple Git repositories. Optionally runs 'repos clone' when the container starts to clone repositories defined in repos.list.", "options": { "runOnStart": {