Skip to content

Commit 68e3aea

Browse files
chore(main): release 2.1.0 (#63)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2e9402d commit 68e3aea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/GoogleCloudPlatform/terraform-google-alloy-db/compare/v2.0.0...v2.1.0) (2024-02-12)
4+
5+
6+
### Features
7+
8+
* 128 vCPU support for instances ([#64](https://github.com/GoogleCloudPlatform/terraform-google-alloy-db/issues/64)) ([2e9402d](https://github.com/GoogleCloudPlatform/terraform-google-alloy-db/commit/2e9402db75129c99f1f597a1ab1a446d51f385d2))
9+
* Add support for SSL enforcement modes ([#59](https://github.com/GoogleCloudPlatform/terraform-google-alloy-db/issues/59)) ([a946b67](https://github.com/GoogleCloudPlatform/terraform-google-alloy-db/commit/a946b67b9d4d5cc99695fbd390e14e501250ed1a))
10+
311
## [2.0.0](https://github.com/GoogleCloudPlatform/terraform-google-alloy-db/compare/v1.1.2...v2.0.0) (2023-11-15)
412

513

‎versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525

2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/terraform-google-alloy-db/v2.0.0"
27+
module_name = "blueprints/terraform/terraform-google-alloy-db/v2.1.0"
2828
}
2929
}

0 commit comments

Comments
 (0)