Skip to content

Commit

Permalink
chore(master): release 7.0.0 (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Oct 7, 2024
1 parent e26c73a commit 7a34209
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v6.1.0...v7.0.0) (2024-09-30)


### ⚠ BREAKING CHANGES

* Change default balancing_mode to CONNECTION for backends ([#148](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/148))

### Bug Fixes

* 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))

## [6.1.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v6.0.0...v6.1.0) (2024-08-29)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-lb-internal
sourceType: git
version: 6.1.0
version: 7.0.0
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-lb-internal/v6.1.0"
module_name = "blueprints/terraform/terraform-google-lb-internal/v7.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-lb-internal/v6.1.0"
module_name = "blueprints/terraform/terraform-google-lb-internal/v7.0.0"
}
}

0 comments on commit 7a34209

Please sign in to comment.