Skip to content

Commit 8d8ed0b

Browse files
chore(master): release 5.1.0 (#126)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b08054e commit 8d8ed0b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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'

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)