Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 14.0.0 #380

Merged
merged 1 commit into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ 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/).

## [14.0.0](https://github.com/terraform-google-modules/terraform-google-sql-db/compare/v13.0.1...v14.0.0) (2023-01-27)


### ⚠ BREAKING CHANGES

* Add pwd validation policy for mysql modules ([#409](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/409))
* adds settings.deletion_protection_enabled to modules ([#404](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/404))
* Aligned the behaviour of additional_users resource in all 3 Cloud SQL instance modules. ([#398](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/398))
* Add ```deny_maintenance_period``` for MySQL, MsSQL, PostgreSQL and safer_sql ([#399](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/399))
* removes instanceUser iam binding from the postgresql module ([#382](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/382))
* Add Password Validation Policy to Postgres Module ([#376](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/376))
* Add name_override variable for MySQL, PostgreSQL and safer_sql to Override default read replica name ([#393](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/393))

### Features

* Add ```deny_maintenance_period``` for MySQL, MsSQL, PostgreSQL and safer_sql ([#399](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/399)) ([55f4206](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/55f4206e6fbb4f1d241a12563b6296166b895833))
* add `secondary_zone`, `follow_gae_application` to safer_mysql ([#390](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/390)) ([05cd2b6](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/05cd2b6983b0c88f3cbade94abdb1c74a0dc388c))
* Add name_override variable for MySQL, PostgreSQL and safer_sql to Override default read replica name ([#393](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/393)) ([045bed1](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/045bed1d212aeb8e7ec8bf89896c74fffec38f8a))
* Add Password Validation Policy to Postgres Module ([#376](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/376)) ([562455b](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/562455bf558c84cd856420374653c095d49b1f9c))
* Add pwd validation policy for mysql modules ([#409](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/409)) ([df8accd](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/df8accdea3091883e8aef9a2896ffa6f7a09582a))
* add Suffix to backup configurations ([#377](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/377)) ([0ea1968](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/0ea1968291957d3637724ebe8f69af48736a45e4))
* adds deletion_policy parameter for google_sql_user and google_sql_database resource. ([#386](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/386)) ([8ab6e37](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/8ab6e374dd74a8c3f5d6963640f9eb945cd996f5))
* adds settings.deletion_protection_enabled to modules ([#404](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/404)) ([af48cd3](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/af48cd39b510fa21b1c7c5b2a7a20b5085b04d57))
* adds settings.location_preference.follow_gae_application parameter to modules. ([#385](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/385)) ([edefa43](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/edefa43e0b42f382fc2f9e96d8a28cefea473c98))
* Aligned the behaviour of additional_users resource in all 3 Cloud SQL instance modules. ([#398](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/398)) ([7d6b209](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/7d6b2095f0e2312424c97a416dbb929d57c73eaa))


### Bug Fixes

* Added functionality to simply specify the database version number ins… ([#388](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/388)) ([83ca2e2](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/83ca2e2a2791325421162b68eafa6264a550ecfa))
* Added sensitive field in output "primary" in mssql module ([#394](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/394)) ([4b32479](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/4b32479921fa85ce1a477ad1415032d795dc3953))
* fixes lint issues and generates metadata ([#392](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/392)) ([dd1d75c](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/dd1d75cff8d21c16299a026edb88d3939daf99d1))
* made 'allocated_ip_range' variable optional ([#395](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/395)) ([243c1c5](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/243c1c556b801505fb6c1e35dd5ffe23091bce0b))
* removes instanceUser iam binding from the postgresql module ([#382](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/382)) ([cc39074](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/cc39074a0d6c9393be7fc05f9afd62bbc292ff4c))
* sensitive output safer mysql ([#401](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/401)) ([5cc5e08](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/5cc5e08d575f16f1cf588bd7fd28f3e50b29647d))

## [13.0.1](https://github.com/terraform-google-modules/terraform-google-sql-db/compare/v13.0.0...v13.0.1) (2022-11-11)


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

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-sql-db:mssql/v13.0.1"
module_name = "blueprints/terraform/terraform-google-sql-db:mssql/v14.0.0"
}

}
4 changes: 2 additions & 2 deletions modules/mysql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v13.0.1"
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v14.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v13.0.1"
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v14.0.0"
}

}
4 changes: 2 additions & 2 deletions modules/postgresql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v13.0.1"
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v14.0.0"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v13.0.1"
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v14.0.0"
}

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

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v13.0.1"
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v14.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v13.0.1"
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v14.0.0"
}

}
2 changes: 1 addition & 1 deletion modules/safer_mysql/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-sql-db:safer_mysql/v13.0.1"
module_name = "blueprints/terraform/terraform-google-sql-db:safer_mysql/v14.0.0"
}

}