Skip to content

Commit

Permalink
chore(master): release 5.0.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 19, 2022
1 parent b944015 commit 6f63377
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.0.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v4.6.0...v5.0.0) (2022-06-27)


### ⚠ BREAKING CHANGES

* Increased Google Provider minimum version to 4.26 (#96)

### Features

* Adds support for labels ([#96](https://github.com/terraform-google-modules/terraform-google-lb-internal/issues/96)) ([b944015](https://github.com/terraform-google-modules/terraform-google-lb-internal/commit/b944015e25deb4584280b8732e2d1190112676ab))

## [4.6.0](https://github.com/terraform-google-modules/terraform-google-lb-internal/compare/v4.5.0...v4.6.0) (2022-05-17)


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/v4.6.0"
module_name = "blueprints/terraform/terraform-google-lb-internal/v5.0.0"
}

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

0 comments on commit 6f63377

Please sign in to comment.