Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 6.0.0 #136

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
}
}