From d6dae22d17ac5a8071d9ba3374ff1394dd159fad Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 9 Jul 2026 01:39:30 +0000 Subject: [PATCH] build: Automated lockfile update This PR updates the devcontainer features to the latest versions detected by the 'scripts/feature_lock.sh' script. :robot: This PR was created by a GitHub Action # Features Changelog ## gcloud-cli (1.0.66 -> 1.0.67) | Package | From | To | | --- | --- | --- | | google-cloud-sdk | `575.0.0` | `575.0.1` | ## go (1.7.33 -> 1.7.34) | Package | From | To | | --- | --- | --- | | go | `1.26.4` | `1.26.5` | ## terraform (1.3.25 -> 1.3.26) | Package | From | To | | --- | --- | --- | | terraform | `1.15.6-1` | `1.15.7-1` | Co-authored-by: Bart Venter --- src/gcloud-cli/devcontainer-feature-lock.json | 2 +- src/gcloud-cli/devcontainer-feature.json | 2 +- src/go/devcontainer-feature-lock.json | 2 +- src/go/devcontainer-feature.json | 2 +- src/terraform/devcontainer-feature-lock.json | 2 +- src/terraform/devcontainer-feature.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/gcloud-cli/devcontainer-feature-lock.json b/src/gcloud-cli/devcontainer-feature-lock.json index 517a90f..72c5c07 100644 --- a/src/gcloud-cli/devcontainer-feature-lock.json +++ b/src/gcloud-cli/devcontainer-feature-lock.json @@ -2,7 +2,7 @@ "packages": [ { "name": "google-cloud-sdk", - "version": "575.0.0", + "version": "575.0.1", "versionScheme": "semver", "checkLatestCommand": "curl -sL https://dl.google.com/dl/cloudsdk/channels/rapid/components-2.json | jq -r '.version'" } diff --git a/src/gcloud-cli/devcontainer-feature.json b/src/gcloud-cli/devcontainer-feature.json index 96b3a92..85c1206 100644 --- a/src/gcloud-cli/devcontainer-feature.json +++ b/src/gcloud-cli/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "gcloud-cli", - "version": "1.0.66", + "version": "1.0.67", "name": "Google Cloud CLI", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/gcloud-cli", "licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE", diff --git a/src/go/devcontainer-feature-lock.json b/src/go/devcontainer-feature-lock.json index c4f9544..46ae165 100644 --- a/src/go/devcontainer-feature-lock.json +++ b/src/go/devcontainer-feature-lock.json @@ -2,7 +2,7 @@ "packages": [ { "name": "go", - "version": "1.26.4", + "version": "1.26.5", "versionScheme": "semver", "checkLatestCommand": "curl -sL https://go.dev/VERSION?m=text | tr -d 'go' | head -1" }, diff --git a/src/go/devcontainer-feature.json b/src/go/devcontainer-feature.json index 71dbfcb..9017476 100644 --- a/src/go/devcontainer-feature.json +++ b/src/go/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "go", - "version": "1.7.33", + "version": "1.7.34", "name": "Go", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/go", "licenseURL": "https://github.com/bartventer/arch-devcontainer-features/blob/main/LICENSE", diff --git a/src/terraform/devcontainer-feature-lock.json b/src/terraform/devcontainer-feature-lock.json index 04f76eb..ef6698c 100644 --- a/src/terraform/devcontainer-feature-lock.json +++ b/src/terraform/devcontainer-feature-lock.json @@ -2,7 +2,7 @@ "packages": [ { "name": "terraform", - "version": "1.15.6-1", + "version": "1.15.7-1", "versionScheme": "archlinux" } ] diff --git a/src/terraform/devcontainer-feature.json b/src/terraform/devcontainer-feature.json index a365f7a..643717c 100644 --- a/src/terraform/devcontainer-feature.json +++ b/src/terraform/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "terraform", - "version": "1.3.25", + "version": "1.3.26", "name": "Terraform, tflint, and TFGrunt", "documentationURL": "https://github.com/bartventer/arch-devcontainer-features/tree/main/src/terraform", "description": "Installs the Terraform CLI and optionally Terragrunt and TFLint. Auto-detects latest version and installs needed dependencies.",