Skip to content

Commit

Permalink
chore(master): release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 23, 2024
1 parent b1ecad2 commit bccd1a8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [5.0.0](https://github.com/terraform-google-modules/terraform-google-lb/compare/v4.1.0...v5.0.0) (2024-09-23)


### ⚠ BREAKING CHANGES

* **TPG >= 4.53:** update regional proxy lb module ([#111](https://github.com/terraform-google-modules/terraform-google-lb/issues/111))

### Features

* **deps:** Update Terraform Google Provider to v6 (major) ([#104](https://github.com/terraform-google-modules/terraform-google-lb/issues/104)) ([e59726c](https://github.com/terraform-google-modules/terraform-google-lb/commit/e59726c80f6f905cd9a074ac3e90ce41ff0072af))


### Bug Fixes

* **TPG >= 4.53:** update regional proxy lb module ([#111](https://github.com/terraform-google-modules/terraform-google-lb/issues/111)) ([b1ecad2](https://github.com/terraform-google-modules/terraform-google-lb/commit/b1ecad22a39889db4a3c6ac81a0a7748d30f1357))

## [4.1.0](https://github.com/terraform-google-modules/terraform-google-lb/compare/v4.0.2...v4.1.0) (2024-01-03)


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
sourceType: git
version: 4.1.0
version: 5.0.0
actuationTool:
type: Terraform
version: '>= 0.13'
Expand Down
4 changes: 2 additions & 2 deletions modules/regional_proxy_lb/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:regional_proxy_lb/v4.1.0"
module_name = "blueprints/terraform/terraform-google-lb:regional_proxy_lb/v5.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-lb:regional_proxy_lb/v4.1.0"
module_name = "blueprints/terraform/terraform-google-lb:regional_proxy_lb/v5.0.0"
}
}
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/v4.1.0"
module_name = "blueprints/terraform/terraform-google-lb/v5.0.0"
}

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

0 comments on commit bccd1a8

Please sign in to comment.