Skip to content

Commit

Permalink
chore(master): release 5.0.0 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
release-please[bot] and apeabody authored Aug 18, 2022
1 parent b271c95 commit 8b18958
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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/).

## [5.0.0](https://github.com/terraform-google-modules/terraform-google-memorystore/compare/v4.4.1...v5.0.0) (2022-08-05)


### ⚠ BREAKING CHANGES

* Minimum Google provider version increased to v4.10.0 ([#95](https://github.com/terraform-google-modules/terraform-google-memorystore/issues/95)) ([561af25](https://github.com/terraform-google-modules/terraform-google-memorystore/commit/561af254750e403928c99e7c9af96ac64671a14c))

### Features

* Adds Maintenance Policy ([#95](https://github.com/terraform-google-modules/terraform-google-memorystore/issues/95)) ([561af25](https://github.com/terraform-google-modules/terraform-google-memorystore/commit/561af254750e403928c99e7c9af96ac64671a14c))

## [4.4.1](https://github.com/terraform-google-modules/terraform-google-memorystore/compare/v4.4.0...v4.4.1) (2022-07-20)


Expand Down
4 changes: 2 additions & 2 deletions modules/memcache/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v4.4.1"
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v5.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v4.4.1"
module_name = "blueprints/terraform/terraform-google-memorystore:memcache/v5.0.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-memorystore/v4.4.1"
module_name = "blueprints/terraform/terraform-google-memorystore/v5.0.0"
}

}

0 comments on commit 8b18958

Please sign in to comment.