Skip to content

Commit 7a34209

Browse files
chore(master): release 7.0.0 (#149)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e26c73a commit 7a34209

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+
## [7.0.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v6.1.0...v7.0.0) (2024-09-30)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* Change default balancing_mode to CONNECTION for backends ([#148](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/148))
13+
14+
### Bug Fixes
15+
16+
* Change default balancing_mode to CONNECTION for backends ([#148](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/148)) ([e26c73a](https://github.com/terraform-google-modules/terraform-google-lb-internal/commit/e26c73a3186cd63571fdd7b6a0514209393a8e25))
17+
718
## [6.1.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v6.0.0...v6.1.0) (2024-08-29)
819

920

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
source:
2424
repo: https://github.com/terraform-google-modules/terraform-google-lb-internal
2525
sourceType: git
26-
version: 6.1.0
26+
version: 7.0.0
2727
actuationTool:
2828
type: Terraform
2929
version: '>= 0.13'

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/v6.1.0"
32+
module_name = "blueprints/terraform/terraform-google-lb-internal/v7.0.0"
3333
}
3434

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

0 commit comments

Comments
 (0)