Skip to content

Commit 79909c3

Browse files
chore: release 6.0.0 (#226)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6b928f6 commit 79909c3

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [6.0.0](https://www.github.com/terraform-google-modules/terraform-google-sql-db/compare/v5.1.1...v6.0.0) (2021-07-02)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* `null` and `random` providers upgraded to `v3.x.x`.
14+
* When setting the backup_configuration variable, transaction_log_retention_days, retained_backups, and retention_unit must be set. Use `null` to preserve default behavior.
15+
16+
### Features
17+
18+
* Added option to enable insights for replica instances ([#230](https://www.github.com/terraform-google-modules/terraform-google-sql-db/issues/230)) ([6b928f6](https://www.github.com/terraform-google-modules/terraform-google-sql-db/commit/6b928f6ac1a621c0e277bfebbabb32b5ce0d60c9))
19+
* Added support for setting transaction_log_retention_days, retained_backups, and retention_unit to backup_configuration. ([#203](https://www.github.com/terraform-google-modules/terraform-google-sql-db/issues/203)) ([2237a3d](https://www.github.com/terraform-google-modules/terraform-google-sql-db/commit/2237a3d5c9e6944077ffa9c0bfa40ba07d4a3157))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* Update null and random providers ([#228](https://www.github.com/terraform-google-modules/terraform-google-sql-db/issues/228)) ([21d3771](https://www.github.com/terraform-google-modules/terraform-google-sql-db/commit/21d3771b93e3b5c1bb8e949be58641732313166d))
25+
826
### [5.1.1](https://www.github.com/terraform-google-modules/terraform-google-sql-db/compare/v5.1.0...v5.1.1) (2021-05-27)
927

1028

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

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

3131
}

0 commit comments

Comments
 (0)