From 9853c4800d4a3b632964a8c05dea366b5490dd1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:23:26 +0200 Subject: [PATCH] Bump chainguard-dev/common/infra from 0.6.52 to 0.6.60 in /iac in the all group across 1 directory (#421) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the all group with 1 update in the /iac directory: [chainguard-dev/common/infra](https://github.com/chainguard-dev/terraform-infra-common). Updates `chainguard-dev/common/infra` from 0.6.52 to 0.6.60
Release notes

Sourced from chainguard-dev/common/infra's releases.

v0.6.60

What's Changed

Full Changelog: https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.59...v0.6.60

v0.6.59

What's Changed

Full Changelog: https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.58...v0.6.59

v0.6.58

What's Changed

Full Changelog: https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.57...v0.6.58

v0.6.57

What's Changed

Full Changelog: https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.56...v0.6.57

v0.6.56

What's Changed

Full Changelog: https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.55...v0.6.56

v0.6.55

What's Changed

Full Changelog: https://github.com/chainguard-dev/terraform-infra-common/compare/v0.6.54...v0.6.55

v0.6.54

What's Changed

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chainguard-dev/common/infra&package-manager=terraform&previous-version=0.6.52&new-version=0.6.60)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- iac/broker.tf | 4 ++-- iac/gclb.tf | 2 +- iac/main.tf | 2 +- iac/prober.tf | 6 +++--- modules/app/main.tf | 4 ++-- modules/app/webhook.tf | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/iac/broker.tf b/iac/broker.tf index 6f3b440..d7a1a18 100644 --- a/iac/broker.tf +++ b/iac/broker.tf @@ -1,7 +1,7 @@ // Create the Broker abstraction. module "cloudevent-broker" { source = "chainguard-dev/common/infra//modules/cloudevent-broker" - version = "0.6.52" + version = "0.6.60" name = "octo-sts-broker" project_id = var.project_id @@ -14,7 +14,7 @@ data "google_client_openid_userinfo" "me" {} module "cloudevent-recorder" { source = "chainguard-dev/common/infra//modules/cloudevent-recorder" - version = "0.6.52" + version = "0.6.60" name = "octo-sts-recorder" project_id = var.project_id diff --git a/iac/gclb.tf b/iac/gclb.tf index f52aa71..977457d 100644 --- a/iac/gclb.tf +++ b/iac/gclb.tf @@ -23,7 +23,7 @@ resource "google_dns_managed_zone" "top-level-zone" { // Put the above domain in front of our regional services. module "serverless-gclb" { source = "chainguard-dev/common/infra//modules/serverless-gclb" - version = "0.6.52" + version = "0.6.60" name = var.name project_id = var.project_id diff --git a/iac/main.tf b/iac/main.tf index a492e96..3b8ac04 100644 --- a/iac/main.tf +++ b/iac/main.tf @@ -5,7 +5,7 @@ provider "ko" { repo = "gcr.io/${var.project_id}" } // Create a network with several regional subnets module "networking" { source = "chainguard-dev/common/infra//modules/networking" - version = "0.6.52" + version = "0.6.60" name = var.name project_id = var.project_id diff --git a/iac/prober.tf b/iac/prober.tf index be84599..971cc09 100644 --- a/iac/prober.tf +++ b/iac/prober.tf @@ -5,7 +5,7 @@ resource "google_service_account" "prober" { module "prober" { source = "chainguard-dev/common/infra//modules/prober" - version = "0.6.52" + version = "0.6.60" name = "octo-sts-prober" project_id = var.project_id @@ -32,7 +32,7 @@ resource "google_service_account" "negative_prober" { module "negative_prober" { source = "chainguard-dev/common/infra//modules/prober" - version = "0.6.52" + version = "0.6.60" name = "octo-sts-negative-prober" project_id = var.project_id @@ -54,7 +54,7 @@ module "negative_prober" { module "dashboard" { source = "chainguard-dev/common/infra//modules/dashboard/service" - version = "0.6.52" + version = "0.6.60" service_name = var.name project_id = var.project_id diff --git a/modules/app/main.tf b/modules/app/main.tf index 2f055cf..535ecd0 100644 --- a/modules/app/main.tf +++ b/modules/app/main.tf @@ -60,7 +60,7 @@ module "sts-emits-events" { for_each = var.regions source = "chainguard-dev/common/infra//modules/authorize-private-service" - version = "0.6.52" + version = "0.6.60" project_id = var.project_id region = each.key @@ -71,7 +71,7 @@ module "sts-emits-events" { module "this" { source = "chainguard-dev/common/infra//modules/regional-service" - version = "0.6.52" + version = "0.6.60" project_id = var.project_id name = var.name diff --git a/modules/app/webhook.tf b/modules/app/webhook.tf index 4be1c71..6bbccbe 100644 --- a/modules/app/webhook.tf +++ b/modules/app/webhook.tf @@ -7,7 +7,7 @@ resource "random_password" "webhook-secret" { module "webhook-secret" { source = "chainguard-dev/common/infra//modules/configmap" - version = "0.6.52" + version = "0.6.60" project_id = var.project_id name = "${var.name}-webhook-secret" @@ -20,7 +20,7 @@ module "webhook-secret" { module "webhook" { source = "chainguard-dev/common/infra//modules/regional-service" - version = "0.6.52" + version = "0.6.60" project_id = var.project_id name = "${var.name}-webhook"