Skip to content

Commit

Permalink
chore(master): release 10.0.0 (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 8, 2022
1 parent d8c9959 commit 704be5d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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/).

## [10.0.0](https://github.com/terraform-google-modules/terraform-google-sql-db/compare/v9.0.0...v10.0.0) (2022-02-18)


### ⚠ BREAKING CHANGES

* `allocated_ip_range` must now be specified for instances; `allocated_ip_range = null` can be used to preserve old default.

### Features

* Add allocated_ip_range property to CloudSQL modules ([#277](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/277)) ([ab8c768](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/ab8c76836668b31ccb3999ed0825dafebac27111))


### Bug Fixes

* Ignore changes to root_password ([#279](https://github.com/terraform-google-modules/terraform-google-sql-db/issues/279)) ([d8c9959](https://github.com/terraform-google-modules/terraform-google-sql-db/commit/d8c99593631b5f8336b90abee4d483a27b31ac4d))

## [9.0.0](https://github.com/terraform-google-modules/terraform-google-sql-db/compare/v8.0.0...v9.0.0) (2022-01-28)


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

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-sql-db:mssql/v9.0.0"
module_name = "blueprints/terraform/terraform-google-sql-db:mssql/v10.0.0"
}

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

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v9.0.0"
module_name = "blueprints/terraform/terraform-google-sql-db:mysql/v10.0.0"
}

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

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v9.0.0"
module_name = "blueprints/terraform/terraform-google-sql-db:postgresql/v10.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/v9.0.0"
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v10.0.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v9.0.0"
module_name = "blueprints/terraform/terraform-google-sql-db:private_service_access/v10.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/v9.0.0"
module_name = "blueprints/terraform/terraform-google-sql-db:safer_mysql/v10.0.0"
}

}

0 comments on commit 704be5d

Please sign in to comment.