Skip to content

Commit

Permalink
chore(master): release 4.0.2 (#76)
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 6, 2023
1 parent fb54a8f commit 62b252b
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 @@ -5,6 +5,13 @@ 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/).

## [4.0.2](https://github.com/terraform-google-modules/terraform-google-lb/compare/v4.0.1...v4.0.2) (2023-10-20)


### Bug Fixes

* upgraded versions.tf to include minor bumps from tpg v5 ([#72](https://github.com/terraform-google-modules/terraform-google-lb/issues/72)) ([fb54a8f](https://github.com/terraform-google-modules/terraform-google-lb/commit/fb54a8f99968ab589c4b033a3b0be1d7b47ba634))

## [4.0.1](https://github.com/terraform-google-modules/terraform-google-lb/compare/v4.0.0...v4.0.1) (2023-01-20)


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.0.0
version: 4.0.2
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/v4.0.1"
module_name = "blueprints/terraform/terraform-google-lb/v4.0.2"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-lb/v4.0.1"
module_name = "blueprints/terraform/terraform-google-lb/v4.0.2"
}
}

0 comments on commit 62b252b

Please sign in to comment.