From 18255bcdbb6315f353d32fcc49f61cbe5d3c1807 Mon Sep 17 00:00:00 2001 From: Benjamin Etheredge Date: Sat, 20 Dec 2025 01:16:18 -0600 Subject: [PATCH] fix(talosctl): filter out bundles --- src/talosctl/devcontainer-feature.json | 2 +- src/talosctl/install.sh | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/talosctl/devcontainer-feature.json b/src/talosctl/devcontainer-feature.json index 25d9c6134..7d7e070c9 100644 --- a/src/talosctl/devcontainer-feature.json +++ b/src/talosctl/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "talosctl", - "version": "1.0.0", + "version": "1.0.1", "name": "talosctl (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/talosctl", "description": "A CLI tool that interfaces with the Talos Linux API.", diff --git a/src/talosctl/install.sh b/src/talosctl/install.sh index 70de85293..fd7dfe95a 100644 --- a/src/talosctl/install.sh +++ b/src/talosctl/install.sh @@ -16,6 +16,10 @@ $nanolayer_location \ install \ devcontainer-feature \ "ghcr.io/devcontainers-extra/features/gh-release:1" \ - --option repo='siderolabs/talos' --option binaryNames='talosctl' --option version="$VERSION" --option releaseTagRegex='^(?!.*(alpha|beta)).*$' + --option repo='siderolabs/talos' \ + --option binaryNames='talosctl' \ + --option assetRegex='^.*(?