Skip to content

Commit

Permalink
chore(master): release 5.1.0 (#126)
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 Nov 7, 2023
1 parent b08054e commit 8d8ed0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

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


### Features

* upgraded versions.tf to include minor bumps from tpg v5 ([7b96d49](https://github.com/terraform-google-modules/terraform-google-lb-internal/commit/7b96d49c926b6633f8660de5f5b6f5886315066c))

## [5.0.1](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v5.0.0...v5.0.1) (2022-12-29)


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

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

0 comments on commit 8d8ed0b

Please sign in to comment.