Skip to content

Commit

Permalink
feat: bump gh-release feature to 1-0-23 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Sep 30, 2023
1 parent 62e24d6 commit 82a6605
Show file tree
Hide file tree
Showing 278 changed files with 398 additions and 398 deletions.
2 changes: 1 addition & 1 deletion src/act/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "act",
"version": "1.0.13",
"version": "1.0.14",
"name": "act (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/act",
"description": "Act is an open source project that allows you to run your github flow locally.",
Expand Down
4 changes: 2 additions & 2 deletions src/act/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='nektos/act' --option binaryNames='act' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/actionlint/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "actionlint",
"version": "1.0.5",
"version": "1.0.6",
"name": "actionlint (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actionlint",
"description": "Static checker for GitHub Actions workflow files.",
Expand Down
4 changes: 2 additions & 2 deletions src/actionlint/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='rhysd/actionlint' --option binaryNames='actionlint' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/actions-runner-noexternals/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "actions-runner-noexternals",
"version": "1.0.11",
"version": "1.0.12",
"name": "GitHub Actions Runner (No Externals)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actions-runner-noexternals",
"description": "The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.",
Expand Down
4 changes: 2 additions & 2 deletions src/actions-runner-noexternals/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
Expand All @@ -22,7 +22,7 @@ $nanolayer_location \
$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='actions/runner' --option binaryNames='run.sh' --option binLocation='$_REMOTE_USER_HOME/.local/bin' --option version="$VERSION" --option libLocation='$_REMOTE_USER_HOME' --option libName='actions-runner' --option assetRegex='^(?!.*(noruntime))(?!.*(trimmedpackages))(.*-noexternals.*)'


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "actions-runner-noruntime-noexternals",
"version": "1.0.11",
"version": "1.0.12",
"name": "GitHub Actions Runner (No Runtime, No Externals)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actions-runner-noruntime-noexternals",
"description": "The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.",
Expand Down
4 changes: 2 additions & 2 deletions src/actions-runner-noruntime-noexternals/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
Expand All @@ -22,7 +22,7 @@ $nanolayer_location \
$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='actions/runner' --option binaryNames='run.sh' --option binLocation='$_REMOTE_USER_HOME/.local/bin' --option version="$VERSION" --option libLocation='$_REMOTE_USER_HOME' --option libName='actions-runner' --option assetRegex='^(?!.*(trimmedpackages))(.*-noruntime.*)(.*-noexternals.*)'


Expand Down
2 changes: 1 addition & 1 deletion src/actions-runner-noruntime/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "actions-runner-noruntime",
"version": "1.0.11",
"version": "1.0.12",
"name": "GitHub Actions Runner (No Runtime)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actions-runner-noruntime",
"description": "The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.",
Expand Down
4 changes: 2 additions & 2 deletions src/actions-runner-noruntime/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
Expand All @@ -22,7 +22,7 @@ $nanolayer_location \
$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='actions/runner' --option binaryNames='run.sh' --option binLocation='$_REMOTE_USER_HOME/.local/bin' --option version="$VERSION" --option libLocation='$_REMOTE_USER_HOME' --option libName='actions-runner' --option assetRegex='^(?!.*(noexternals))(?!.*(trimmedpackages))(.*-noruntime.*)'


Expand Down
2 changes: 1 addition & 1 deletion src/actions-runner/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "actions-runner",
"version": "1.0.11",
"version": "1.0.12",
"name": "GitHub Actions Runner",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actions-runner",
"description": "The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.",
Expand Down
4 changes: 2 additions & 2 deletions src/actions-runner/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
Expand All @@ -22,7 +22,7 @@ $nanolayer_location \
$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='actions/runner' --option binaryNames='run.sh' --option binLocation='$_REMOTE_USER_HOME/.local/bin' --option version="$VERSION" --option libLocation='$_REMOTE_USER_HOME' --option libName='actions-runner' --option assetRegex='^(?!.*(noruntime))(?!.*(trimmedpackages))(?!.*(noexternals))'


Expand Down
2 changes: 1 addition & 1 deletion src/age-keygen/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "age-keygen",
"version": "1.0.13",
"version": "1.0.14",
"name": "age-keygen (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/age-keygen",
"description": "age-keygen generate a key pair for use with age.",
Expand Down
4 changes: 2 additions & 2 deletions src/age-keygen/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='filosottile/age' --option binaryNames='age-keygen' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/age/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "age",
"version": "1.0.14",
"version": "1.0.15",
"name": "age (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/age",
"description": "age is a simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.",
Expand Down
4 changes: 2 additions & 2 deletions src/age/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='filosottile/age' --option binaryNames='age' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/airplane-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "airplane-cli",
"version": "1.0.4",
"version": "1.0.5",
"name": "Airplane CLI (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/airplane-cli",
"description": "The Airplane CLI, airplane, is the primary way you'll create and deploy new tasks and runbooks. The CLI also provides utility methods for managing API keys, getting/setting configs, and executing tasks/runbooks.",
Expand Down
4 changes: 2 additions & 2 deletions src/airplane-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='airplanedev/cli' --option binaryNames='airplane' --option version="$VERSION" --option assetRegex='.*(tar).*'


Expand Down
2 changes: 1 addition & 1 deletion src/akamai-cli/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "akamai-cli",
"version": "1.0.4",
"version": "1.0.5",
"name": "Akamai CLI (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/akamai-cli",
"description": "Use Akamai CLI to configure Akamai platform and products directly from the command line. You can install ready-to-use product packages or build your own custom solutions to manage from CLI.",
Expand Down
4 changes: 2 additions & 2 deletions src/akamai-cli/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='akamai/cli' --option binaryNames='akamai' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/alertmanager/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "alertmanager",
"version": "1.0.1",
"version": "1.0.2",
"name": "Prometheus Alertmanager (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/alertmanager",
"description": "The Alertmanager handles alerts sent by client applications such as the Prometheus server.",
Expand Down
2 changes: 1 addition & 1 deletion src/alertmanager/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
Expand Down
2 changes: 1 addition & 1 deletion src/apko/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "apko",
"version": "1.0.8",
"version": "1.0.9",
"name": "apko (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/apko",
"description": "apko is an apk-based OCI image builder",
Expand Down
4 changes: 2 additions & 2 deletions src/apko/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='chainguard-dev/apko' --option binaryNames='apko' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/atlantis/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "atlantis",
"version": "1.0.4",
"version": "1.0.5",
"name": "Atlantis (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/atlantis",
"description": "Atlantis is a self-hosted golang application that listens for Terraform pull request events via webhooks.",
Expand Down
4 changes: 2 additions & 2 deletions src/atlantis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='runatlantis/atlantis' --option binaryNames='atlantis' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/atmos/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "atmos",
"version": "1.0.4",
"version": "1.0.5",
"name": "Atmos (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/atmos",
"description": "Atmos is a workflow automation tool. Atmos is lets you take a complex workflow and turn it into a parameterized CLI. You can then run the CLI anywhere, such as locally or in CI/CD.",
Expand Down
4 changes: 2 additions & 2 deletions src/atmos/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='cloudposse/atmos' --option binaryNames='atmos' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/aztfexport/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "aztfexport",
"version": "1.0.4",
"version": "1.0.5",
"name": "aztfexport (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/aztfexport",
"description": "aztfexport is a tool to bring existing Azure resources under Terraform's management.",
Expand Down
4 changes: 2 additions & 2 deletions src/aztfexport/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='Azure/aztfexport' --option binaryNames='aztfexport' --option version="$VERSION"


Expand Down
2 changes: 1 addition & 1 deletion src/azure-apiops/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "azure-apiops",
"version": "1.0.0",
"version": "1.0.1",
"name": "Azure Apiops (Extractor and Publisher) (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/azure-apiops",
"description": "APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that theyre building.",
Expand Down
6 changes: 3 additions & 3 deletions src/azure-apiops/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ set -e
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
# and if missing - will download a temporary copy that automatically get deleted at the end
# of the script
ensure_nanolayer nanolayer_location "v0.5.3"
ensure_nanolayer nanolayer_location "v0.5.4"


$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='Azure/apiops' --option binaryNames='extractor' --option assetRegex='^extractor.linux-x64.exe' --option version="$VERSION"



$nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
--option repo='Azure/apiops' --option binaryNames='publisher' --option assetRegex='^publisher.linux-x64.exe' --option version="$VERSION"


Expand Down
Loading

0 comments on commit 82a6605

Please sign in to comment.