From f53c13277d9c42b90de504f62489fcc47ee919a1 Mon Sep 17 00:00:00 2001 From: drehelis <11921235+drehelis@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:16:19 +0000 Subject: [PATCH] chore(release): bump version to v1.0.22 --- package.json | 2 +- public/data/features.json | 91 ++++++++++++++++++++++++++++++++++++++ public/data/templates.json | 15 ++++++- 3 files changed, 105 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8293ba8..b5bc0bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "devcontainer-generator", "private": true, - "version": "1.0.21", + "version": "1.0.22", "packageManager": "bun@1.3.10", "type": "module", "scripts": { diff --git a/public/data/features.json b/public/data/features.json index cf98d9c..6eda305 100644 --- a/public/data/features.json +++ b/public/data/features.json @@ -19530,6 +19530,30 @@ "category": "devcontainer features by ChaosWars", "documentationURL": "https://github.com/ChaosWars/vscode-features" }, + { + "id": "ghcr.io/devcontainer-community/devcontainer-features/add-script:1", + "name": "add-script", + "description": "Add a script from a URL or inline text to /usr/local/bin during devcontainer build", + "options": { + "name": { + "type": "string", + "default": "", + "description": "Name for the script placed in /usr/local/bin." + }, + "url": { + "type": "string", + "default": "", + "description": "URL of a script to download." + }, + "script": { + "type": "string", + "default": "", + "description": "Inline script text to add." + } + }, + "category": "Community features by devcontainer.community", + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/add-script" + }, { "id": "ghcr.io/devcontainer-community/devcontainer-features/alexpasmantier-television:1", "name": "alexpasmantier/television", @@ -19749,6 +19773,20 @@ "category": "Community features by devcontainer.community", "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bun.sh" }, + { + "id": "ghcr.io/devcontainer-community/devcontainer-features/ca-certificates:1", + "name": "ca-certificates", + "description": "Install \"ca-certificates\" and optionally add custom CA certificates from URLs", + "options": { + "urls": { + "type": "string", + "default": "", + "description": "Newline-separated list of URLs to download as additional CA certificates into /usr/local/share/ca-certificates." + } + }, + "category": "Community features by devcontainer.community", + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ca-certificates" + }, { "id": "ghcr.io/devcontainer-community/devcontainer-features/ccache.dev:1", "name": "ccache.dev", @@ -20111,6 +20149,23 @@ "category": "Community features by devcontainer.community", "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/getdnote.com" }, + { + "id": "ghcr.io/devcontainer-community/devcontainer-features/gitagent.sh:1", + "name": "gitagent.sh", + "description": "Install \"gitagent\" binary", + "options": { + "version": { + "type": "string", + "default": "latest", + "proposals": [ + "latest" + ], + "description": "Version of \"gitagent\" to install." + } + }, + "category": "Community features by devcontainer.community", + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/gitagent.sh" + }, { "id": "ghcr.io/devcontainer-community/devcontainer-features/github.com-cli:1", "name": "github.com/cli", @@ -20230,6 +20285,23 @@ "category": "Community features by devcontainer.community", "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/joelhooks-agent-secrets" }, + { + "id": "ghcr.io/devcontainer-community/devcontainer-features/jonas-tig:1", + "name": "jonas/tig", + "description": "Install \"tig\" binary", + "options": { + "version": { + "type": "string", + "default": "latest", + "proposals": [ + "latest" + ], + "description": "Currently unused. tig is installed via the system package manager." + } + }, + "category": "Community features by devcontainer.community", + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/jonas-tig" + }, { "id": "ghcr.io/devcontainer-community/devcontainer-features/jq:1", "name": "jq", @@ -20548,6 +20620,25 @@ "category": "Community features by devcontainer.community", "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ripgrep" }, + { + "id": "ghcr.io/devcontainer-community/devcontainer-features/run-script:1", + "name": "run-script", + "description": "Run a script from a URL or inline text during devcontainer build", + "options": { + "url": { + "type": "string", + "default": "", + "description": "URL of a script to download and execute." + }, + "script": { + "type": "string", + "default": "", + "description": "Inline script text to execute." + } + }, + "category": "Community features by devcontainer.community", + "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/run-script" + }, { "id": "ghcr.io/devcontainer-community/devcontainer-features/schpet-linear-cli:1", "name": "schpet/linear-cli", diff --git a/public/data/templates.json b/public/data/templates.json index 1300d7f..ed1783e 100644 --- a/public/data/templates.json +++ b/public/data/templates.json @@ -3698,7 +3698,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "6.9.0" + "default": "6.10.0" } }, "category": "Philips Software Dev Container Templates", @@ -3712,7 +3712,7 @@ "imageVersion": { "type": "string", "description": "amp-devcontainer version", - "default": "6.9.0" + "default": "6.10.0" } }, "category": "Philips Software Dev Container Templates", @@ -3727,7 +3727,9 @@ "type": "string", "description": "Python version:", "proposals": [ + "3.14", "3.13", + "3.12", "latest" ], "default": "latest" @@ -3851,6 +3853,15 @@ "frankenphp" ], "default": "frankenphp" + }, + "database": { + "type": "string", + "description": "Which database would you like to use in your development environment?", + "proposals": [ + "sqlite", + "mysql" + ], + "default": "mysql" } }, "category": "Templates by Thomas Hucke",