FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

chore(deps): update terraform googlecloudplatform/lb-http/google to v12

This MR contains the following updates:

Package Type Update Change
GoogleCloudPlatform/lb-http/google (source) module major ~> 9.0 -> ~> 12.0

Release Notes

terraform-google-modules/terraform-google-lb-http (GoogleCloudPlatform/lb-http/google)

v12.0.0

Compare Source

:warning: BREAKING CHANGES
  • TPG >=6.0: added iap.enabled for v6 upgrade (#​453)
Features
  • Add creating serverless negs inside module/serverless-negs itself (#​438) (ec0b73b)
  • TPG >=6.0: added iap.enabled for v6 upgrade (#​453) (c8db02c)

v11.1.0

Compare Source

Features
  • Add support for setting http_keep_alive_timeout_sec (#​425) (804b7b9)
Bug Fixes
  • add backend.groups.description variable to serverless_neg (#​427) (3d7943c)

v11.0.0

Compare Source

:warning: BREAKING CHANGES
  • TPG>=4.84: make health_check optional in root module for serverless neg (#​414)
Features
  • TPG>=4.84: make health_check optional in root module for serverless neg (#​414) (fe92b95)
Bug Fixes

v10.2.0

Compare Source

Features

v10.1.0

Compare Source

Features

v10.0.0

Compare Source

:warning: BREAKING CHANGES
  • Fix certificate map issue. Allow adding different types of certificates together. (#​382)
Features
  • add bypass_cache_on_request_headers to cdn_policy (#​385) (e91961b)
Bug Fixes
  • Fix certificate map issue. Allow adding different types of certificates together. (#​382) (d1c89b9)
  • Invalid variable name in outlier_detection block (#​381) (34fbda9)

Configuration

:date: Schedule: Branch creation - "every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Fixes #60 (closed)

Edited by Dave Hart

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Roy Harrington requested changes

    requested changes

  • Dave Hart added 1 commit

    added 1 commit

    • 32e9f661 - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12

    Compare with previous version

  • CI now failing due to provider version requirements conflict.

  • Dave Hart added 1 commit

    added 1 commit

    • 2c5405e2 - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12

    Compare with previous version

  • Dave Hart changed the description

    changed the description

  • Dave Hart added 1 commit

    added 1 commit

    • 5741228b - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12

    Compare with previous version

  • Dave Hart added 1 commit

    added 1 commit

    • f3156541 - chore(deps)!: update terraform googlecloudplatform/lb-http/google to v12

    Compare with previous version

    • Resolved by Roy Harrington

      CI failing when running manually-triggered tests. Log:

      tests/cloud_run_service.tftest.hcl... in progress
        run "setup"... pass
        run "test_service_with_default_variable_values"... pass
        run "test_container_resources_block"... pass
        run "test_container_resources_block_defaults"... pass
        run "setup_secret_iam"... pass
        run "test_env_vars_and_secrets"... fail
      
      │ Error: Unknown variable
      
      │   on tests/cloud_run_service.tftest.hcl line 177, in run "test_env_vars_and_secrets":
      │  177:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[0].name == "HELLO"
      
      │ There is no variable named "google_cloud_run_v2_service".
      
      
      │ Error: Cannot index a set value
      
      │   on tests/cloud_run_service.tftest.hcl line 177, in run "test_env_vars_and_secrets":
      │  177:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[0].name == "HELLO"
      
      │ Block type "env" is represented by a set of objects, and set elements do
      │ not have addressable keys. To find elements matching specific criteria, use
      │ a "for" expression with an "if" clause.
      
      
      │ Error: Unknown variable
      
      │   on tests/cloud_run_service.tftest.hcl line 181, in run "test_env_vars_and_secrets":
      │  181:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[0].value == "WORLD!"
      
      │ There is no variable named "google_cloud_run_v2_service".
      
      
      │ Error: Cannot index a set value
      
      │   on tests/cloud_run_service.tftest.hcl line 181, in run "test_env_vars_and_secrets":
      │  181:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[0].value == "WORLD!"
      
      │ Block type "env" is represented by a set of objects, and set elements do
      │ not have addressable keys. To find elements matching specific criteria, use
      │ a "for" expression with an "if" clause.
      
      
      │ Error: Unknown variable
      
      │   on tests/cloud_run_service.tftest.hcl line 185, in run "test_env_vars_and_secrets":
      │  185:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].name == "SECRET"
      
      │ There is no variable named "google_cloud_run_v2_service".
      
      
      │ Error: Cannot index a set value
      
      │   on tests/cloud_run_service.tftest.hcl line 185, in run "test_env_vars_and_secrets":
      │  185:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].name == "SECRET"
      
      │ Block type "env" is represented by a set of objects, and set elements do
      │ not have addressable keys. To find elements matching specific criteria, use
      │ a "for" expression with an "if" clause.
      
      
      │ Error: Unknown variable
      
      │   on tests/cloud_run_service.tftest.hcl line 189, in run "test_env_vars_and_secrets":
      │  189:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].value_source[0].secret_key_ref[0].secret == run.setup.secret_ids[0]
      
      │ There is no variable named "google_cloud_run_v2_service".
      
      
      │ Error: Cannot index a set value
      
      │   on tests/cloud_run_service.tftest.hcl line 189, in run "test_env_vars_and_secrets":
      │  189:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].value_source[0].secret_key_ref[0].secret == run.setup.secret_ids[0]
      
      │ Block type "env" is represented by a set of objects, and set elements do
      │ not have addressable keys. To find elements matching specific criteria, use
      │ a "for" expression with an "if" clause.
      
      
      │ Error: Unknown variable
      
      │   on tests/cloud_run_service.tftest.hcl line 189, in run "test_env_vars_and_secrets":
      │  189:     condition     = google_cloud_run_v2_service.webapp.template[0].containers[0].env[1].value_source[0].secret_key_ref[0].secret == run.setup.secret_ids[0]
      
      │ There is no variable named "run".
      
        run "test_service_with_multiple_containers"... skip
        run "test_traffic_distribution_across_multiple_revisions_initial_deploy"... skip
        run "test_traffic_distribution_across_multiple_revisions_split_50_50"... skip
      tests/cloud_run_service.tftest.hcl... tearing down
      Terraform encountered an error destroying resources created while executing
      tests/cloud_run_service.tftest.hcl/test_env_vars_and_secrets.
      
      │ Error: cannot destroy service without setting deletion_protection=false and running `terraform apply`
      
      
      
      Terraform left the following resources in state after executing
      tests/cloud_run_service.tftest.hcl/test_env_vars_and_secrets, and they need
      to be cleaned up manually:
        - google_cloud_run_v2_service.webapp
        - google_service_account.webapp
      tests/cloud_run_service.tftest.hcl... fail
      Failure! 5 passed, 1 failed, 3 skipped.
  • added 1 commit

    • 872333dc - fix: tests after provider version upgrade

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading