Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/apptainer/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/build-info/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/cmdstan/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/github-tokens/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/mermaid/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/renv-cache/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/repos/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading