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": {