Skip to content

Commit

Permalink
chore(master): release 6.0.0 (#136)
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 May 7, 2024
1 parent d87e91a commit 4882fdf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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).

## [6.0.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v5.1.0...v6.0.0) (2024-05-03)


### ⚠ BREAKING CHANGES

* make parameters optional in healthcheck ([#137](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/137))
* Simplify use of the all_ports argument ([#132](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/132))

### Features

* Enable user to enable mirroring collector capability. ([#135](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/135)) ([a92980c](https://github.com/terraform-google-modules/terraform-google-lb-internal/commit/a92980cba7d81ed3fae323fcd764b9a21fb77be5))
* make parameters optional in healthcheck ([#137](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/137)) ([535eff6](https://github.com/terraform-google-modules/terraform-google-lb-internal/commit/535eff640091d98d23b8444ddbc737ebf3717b0f))
* Simplify use of the all_ports argument ([#132](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/132)) ([e25dbbc](https://github.com/terraform-google-modules/terraform-google-lb-internal/commit/e25dbbcf5602aa9508a6355dd45faa20f0f0afb7))

## [5.1.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v5.0.1...v5.1.0) (2023-11-07)


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: 5.1.0
version: 6.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/v5.1.0"
module_name = "blueprints/terraform/terraform-google-lb-internal/v6.0.0"
}

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

0 comments on commit 4882fdf

Please sign in to comment.