File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 5.1.0] ( https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v5.0.1...v5.1.0 ) (2023-11-07)
8+
9+
10+ ### Features
11+
12+ * upgraded versions.tf to include minor bumps from tpg v5 ([ 7b96d49] ( https://github.com/terraform-google-modules/terraform-google-lb-internal/commit/7b96d49c926b6633f8660de5f5b6f5886315066c ) )
13+
714## [ 5.0.1] ( https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v5.0.0...v5.0.1 ) (2022-12-29)
815
916
Original file line number Diff line number Diff line change 2323 source :
2424 repo : https://github.com/terraform-google-modules/terraform-google-lb-internal
2525 sourceType : git
26- version : 5.0 .0
26+ version : 5.1 .0
2727 actuationTool :
2828 type : Terraform
2929 version : ' >= 0.13'
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ terraform {
2929 }
3030
3131 provider_meta "google" {
32- module_name = " blueprints/terraform/terraform-google-lb-internal/v5.0.1 "
32+ module_name = " blueprints/terraform/terraform-google-lb-internal/v5.1.0 "
3333 }
3434
3535 provider_meta "google-beta" {
36- module_name = " blueprints/terraform/terraform-google-lb-internal/v5.0.1 "
36+ module_name = " blueprints/terraform/terraform-google-lb-internal/v5.1.0 "
3737 }
3838}
You can’t perform that action at this time.
0 commit comments