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.",