Skip to content

Commit 15cd106

Browse files
chore: release 5.1.1 (#224)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5facf6a commit 15cd106

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1.1](https://www.github.com/terraform-google-modules/terraform-google-sql-db/compare/v5.1.0...v5.1.1) (2021-05-27)
9+
10+
11+
### Bug Fixes
12+
13+
* Properly handle null from being passed as password for additional_users ([#223](https://www.github.com/terraform-google-modules/terraform-google-sql-db/issues/223)) ([5facf6a](https://www.github.com/terraform-google-modules/terraform-google-sql-db/commit/5facf6aa5f4011eec6ed0a092f0c4d5a860eb6a1))
14+
815
## [5.1.0](https://www.github.com/terraform-google-modules/terraform-google-sql-db/compare/v5.0.1...v5.1.0) (2021-05-19)
916

1017

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/v5.1.0"
28+
module_name = "blueprints/terraform/terraform-google-sql-db:mssql/v5.1.1"
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/v5.1.0"
35+
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v5.1.1"
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/v5.1.0"
35+
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v5.1.1"
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/v5.1.0"
35+
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v5.1.1"
3636
}
3737

3838
provider_meta "google-beta" {
39-
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v5.1.0"
39+
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v5.1.1"
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/v5.1.0"
28+
module_name = "blueprints/terraform/terraform-google-sql-db:safer_mysql/v5.1.1"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)