Skip to content

Commit

Permalink
bump gh-release dependents to 1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Sep 30, 2023
1 parent cceee65 commit 8b85f6b
Show file tree
Hide file tree
Showing 140 changed files with 264 additions and 260 deletions.
4 changes: 4 additions & 0 deletions dev/bump_version_feature_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ def bump_version_feature_definitions(
version_type: VersionType,
depends_on: Optional[str] = None,
) -> None:
# normalize empty string
if not depends_on:
depends_on = None

for feature_name in os.listdir(feature_definitions_dir):
feature_definition_file = os.path.join(
feature_definitions_dir, feature_name, "feature-definition.json"
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/act/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "nektos/act",
"binaryNames": "act",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/actionlint/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "rhysd/actionlint",
"binaryNames": "actionlint",
Expand Down
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 Expand Up @@ -35,7 +35,7 @@
}
},
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "actions/runner",
"binaryNames": "run.sh",
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 Expand Up @@ -35,7 +35,7 @@
}
},
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "actions/runner",
"binaryNames": "run.sh",
Expand Down
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 Expand Up @@ -35,7 +35,7 @@
}
},
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "actions/runner",
"binaryNames": "run.sh",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/actions-runner/feature-definition.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 Expand Up @@ -35,7 +35,7 @@
}
},
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "actions/runner",
"binaryNames": "run.sh",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/age-keygen/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "filosottile/age",
"binaryNames": "age-keygen",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/age/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "filosottile/age",
"binaryNames": "age",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/airplane-cli/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "airplanedev/cli",
"binaryNames": "airplane",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/akamai-cli/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "akamai/cli",
"binaryNames": "akamai",
Expand Down
2 changes: 1 addition & 1 deletion feature_definitions/alertmanager/feature-definition.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
4 changes: 2 additions & 2 deletions feature_definitions/apko/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "chainguard-dev/apko",
"binaryNames": "apko",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/atlantis/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "runatlantis/atlantis",
"binaryNames": "atlantis",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/atmos/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "cloudposse/atmos",
"binaryNames": "atmos",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/aztfexport/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "Azure/aztfexport",
"binaryNames": "aztfexport",
Expand Down
8 changes: 4 additions & 4 deletions feature_definitions/azure-apiops/feature-definition.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 All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "Azure/apiops",
"binaryNames": "extractor",
Expand All @@ -28,13 +28,13 @@
}
},
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "Azure/apiops",
"binaryNames": "publisher",
"assetRegex": "^publisher.linux-x64.exe",
"version": "$options.version"
}
}
}
],
"install_command": "echo 'Done!'",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/bartib/feature-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "bartib",
"version": "1.0.8",
"version": "1.0.9",
"name": "Bartib (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/bartib",
"description": "Bartib is a simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "nikolassv/bartib",
"binaryNames": "bartib",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/beehive/feature-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "beehive",
"version": "1.0.13",
"version": "1.0.14",
"name": "Beehive (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/beehive",
"description": "Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters.",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "muesli/beehive",
"binaryNames": "beehive",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/bin/feature-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "bin",
"version": "1.0.13",
"version": "1.0.14",
"name": "bin (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/bin",
"description": "bin is an effortless binary manager. It manages binary files downloaded from different sources.",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "marcosnils/bin",
"binaryNames": "bin",
Expand Down
2 changes: 1 addition & 1 deletion feature_definitions/bitwarden-cli/feature-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "bitwarden-cli",
"version": "1.0.1",
"version": "1.0.2",
"name": "Bitwarden CLI (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/bitwarden-cli",
"description": "The Bitwarden command-line interface (CLI) is a powerful, fully-featured tool for accessing and managing your vault.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "blackbox-exporter",
"version": "1.0.1",
"version": "1.0.2",
"name": "Prometheus Blackbox Exporter (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/blackbox-exporter",
"description": "The blackbox exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP, ICMP and gRPC.",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/bomber/feature-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "bomber",
"version": "1.0.8",
"version": "1.0.9",
"name": "bomber (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/bomber",
"description": "bomber is an application that scans SBOMs for security vulnerabilities.",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "devops-kung-fu/bomber",
"binaryNames": "bomber",
Expand Down
4 changes: 2 additions & 2 deletions feature_definitions/btm/feature-definition.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "btm",
"version": "1.0.14",
"version": "1.0.15",
"name": "bottom (via Github Releases)",
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/btm",
"description": "bottom is a customizable cross-platform graphical process/system monitor for the terminal.",
Expand All @@ -19,7 +19,7 @@
],
"dependencies": [
{
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.21",
"feature": "ghcr.io/devcontainers-contrib/features/gh-release:1.0.23",
"options": {
"repo": "ClementTsang/bottom",
"binaryNames": "btm",
Expand Down
Loading

0 comments on commit 8b85f6b

Please sign in to comment.