Skip to content

Commit 8cc75f9

Browse files
chore(main): release 8.0.0 (#168)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0fc38c9 commit 8cc75f9

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [8.0.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v7.1.0...v8.0.0) (2026-02-04)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Make ILB adc compliant. Change input variable project to project_id ([#167](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/167))
13+
14+
### Features
15+
16+
* Make ILB adc compliant. Change input variable project to project_id ([#167](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/167)) ([0fc38c9](https://github.com/terraform-google-modules/terraform-google-lb-internal/commit/0fc38c9b110b89f61fb6c2c28671b5ef52979fe7))
17+
718
## [7.1.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v7.0.0...v7.1.0) (2025-08-28)
819

920

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/terraform-google-modules/terraform-google-lb-internal.git
2626
sourceType: git
27-
version: 7.1.0
27+
version: 8.0.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 1.3"

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-lb-internal/v7.1.0"
32+
module_name = "blueprints/terraform/terraform-google-lb-internal/v8.0.0"
3333
}
3434

3535
provider_meta "google-beta" {
36-
module_name = "blueprints/terraform/terraform-google-lb-internal/v7.1.0"
36+
module_name = "blueprints/terraform/terraform-google-lb-internal/v8.0.0"
3737
}
3838
}

0 commit comments

Comments
 (0)