Skip to content

Commit 79f5988

Browse files
chore: release 7.0.0 (#241)
* chore: release 7.0.0 * add deprecation links to CHANGELOG Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Bharath KKB <[email protected]>
1 parent 79271bd commit 79f5988

File tree

6 files changed

+17
-6
lines changed

6 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [7.0.0](https://www.github.com/terraform-google-modules/terraform-google-sql-db/compare/v6.0.0...v7.0.0) (2021-09-02)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* [Deprecated](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#authorized_gae_applications) attribute authorized_gae_applications has been removed. See [upgrade docs](https://cloud.google.com/sql/docs/mysql/deprecation-notice) for more details (#240)
14+
15+
### Bug Fixes
16+
17+
* delete deprecated attribute authorized_gae_applications ([#240](https://www.github.com/terraform-google-modules/terraform-google-sql-db/issues/240)) ([d35b23c](https://www.github.com/terraform-google-modules/terraform-google-sql-db/commit/d35b23c0ec844716d7fea6ac958bbf5fa63534bf))
18+
819
## [6.0.0](https://www.github.com/terraform-google-modules/terraform-google-sql-db/compare/v5.1.1...v6.0.0) (2021-07-02)
920

1021

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

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

3131
}

0 commit comments

Comments
 (0)