Skip to content

Commit 4b787b2

Browse files
chore: release 5.0.0 (#204)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 3271e84 commit 4b787b2

File tree

6 files changed

+23
-6
lines changed

6 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66
project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [5.0.0](https://www.github.com/terraform-google-modules/terraform-google-sql-db/compare/v4.5.0...v5.0.0) (2021-03-25)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* add Terraform 0.13 constraint and module attribution (#202)
14+
15+
### Features
16+
17+
* Add support for configuring Query Insights on Postgres instances ([#198](https://www.github.com/terraform-google-modules/terraform-google-sql-db/issues/198)) ([2619b42](https://www.github.com/terraform-google-modules/terraform-google-sql-db/commit/2619b42df54a4bfe78726eee3a86e927b996e17d))
18+
* add Terraform 0.13 constraint and module attribution ([#202](https://www.github.com/terraform-google-modules/terraform-google-sql-db/issues/202)) ([ec0911c](https://www.github.com/terraform-google-modules/terraform-google-sql-db/commit/ec0911c686e6d534fe89c73f0cfb4d3f31519c42))
19+
20+
21+
### Bug Fixes
22+
23+
* remove empty string from replicas output lists ([#194](https://www.github.com/terraform-google-modules/terraform-google-sql-db/issues/194)) ([e14fc7a](https://www.github.com/terraform-google-modules/terraform-google-sql-db/commit/e14fc7a3fe41782d81a50f8674766e1752ec4f4e))
24+
825
## [4.5.0](https://www.github.com/terraform-google-modules/terraform-google-sql-db/compare/v4.4.0...v4.5.0) (2021-01-27)
926

1027

modules/mssql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google-beta" {
28-
module_name = "blueprints/terraform/terraform-google-sql-db:mssql/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-sql-db:mssql/v5.0.0"
2929
}
3030

3131
}

modules/mysql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ terraform {
3232
}
3333

3434
provider_meta "google" {
35-
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v1.0.0"
35+
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v5.0.0"
3636
}
3737

3838
}

modules/postgresql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ terraform {
3232
}
3333

3434
provider_meta "google" {
35-
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v1.0.0"
35+
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v5.0.0"
3636
}
3737

3838
}

modules/private_service_access/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ terraform {
3232
}
3333

3434
provider_meta "google" {
35-
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v1.0.0"
35+
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v5.0.0"
3636
}
3737

3838
provider_meta "google-beta" {
39-
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v1.0.0"
39+
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v5.0.0"
4040
}
4141

4242
}

modules/safer_mysql/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-sql-db:safer_mysql/v1.0.0"
28+
module_name = "blueprints/terraform/terraform-google-sql-db:safer_mysql/v5.0.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)