Skip to content

Commit da81d07

Browse files
chore(main): release 2.0.0 (#29)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4d67a39 commit da81d07

6 files changed

Lines changed: 38 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/compare/v1.0.0...v2.0.0) (2024-12-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Because this modifies the requirements for how a project must be configured, this is considered a breaking change as it cannot be exhaustively tested across all combinations of projects and Terraform provider versions.
9+
* While v18 remains in maintenance until April 2025, several dependencies no longer support node 18.
10+
11+
### Features
12+
13+
* remove App Engine, add Firestore configurability ([#51](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/51)) ([d358bac](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/d358bacc9c025992bd2e6b62fc70e309e4507f55))
14+
* remove support for node v18 ([#36](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/36)) ([cfe1180](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/cfe1180ff5e7038730050c0067fbb3a1e9d179e8))
15+
* support 1, 2, and 4 shard clusters ([#32](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/32)) ([7c50433](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/7c5043308f9e01071fcf5c6a79573084b059937b))
16+
* support custom metrics ([#42](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/42)) ([0144856](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/0144856bf7ba03c068c751d5e47329110cdef8be))
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** add missing golang sums ([#48](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/48)) ([88d9975](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/88d9975e81cfdeb21d9c32c45a69bd2f87bb2f15))
22+
* **deps:** update golang-modules ([#47](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/47)) ([5c86ebd](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/5c86ebd646e56dabbcc77b289c3c735fb5f9e31a))
23+
* **deps:** update markdownlint-cli to address vulnerability ([#38](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/38)) ([165b5d7](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/165b5d795030ab24dcf1946414ba99c29c2e9b38))
24+
* **deps:** update module golang.org/x/crypto to v0.31.0 [security] ([#45](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/45)) ([2081dc7](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/2081dc782908ee27f8b517494e2d28aee7c4a916))
25+
* **deps:** update npm-packages ([#15](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/15)) ([e33d14e](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/e33d14ea6c5c5ef769821683fbb3e91ee98165f5))
26+
* **deps:** update npm-packages ([#27](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/27)) ([b7c7b4f](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/b7c7b4ffe73a2d9b3ab76b2d6aaba04a645397a2))
27+
* **deps:** update npm-packages ([#41](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/41)) ([c749650](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/c7496507f5de5fdcbf3bd4ef3ec82dc5911aba87))
28+
* **deps:** update npm-packages ([#49](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/49)) ([e126351](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/e126351b5bae367c9c50f7534148fa20935a2323))
29+
* **deps:** update terraform ([#35](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/35)) ([4d67a39](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/4d67a39072a566bf8680435838b6c8ef7d26600c))
30+
* **deps:** update terraform google to v6.10.0 ([#16](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/16)) ([29ed251](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/29ed251f0439623a9f5e650faceba212dbf0882b))
31+
* **deps:** update terraform google to v6.11.1 ([#31](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/31)) ([a8e223c](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/a8e223c4c63f7a54adcc8c19e411896c0a16d12e))
32+
* **deps:** update terraform google to v6.12.0 ([#34](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/34)) ([04814bb](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/04814bbf49b3c9f2426c93cb8e62f1b3f0821e7f))
33+
* **deps:** update terraform terraform-google-modules/kubernetes-engine/google to v35 ([#50](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/50)) ([79e7f22](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/79e7f2263d54898dee7f48b68c2d162f73a2bbae))
34+
335
## 1.0.0 (2024-11-07)
436

537

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "memorystore-cluster-autoscaler",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"Description": "Autoscaling for Memorystore Cluster",
55
"homepage": "https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler",
66
"license": "Apache-2.0",

terraform/modules/autoscaler-functions/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
terraform {
1818
provider_meta "google" {
19-
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-cf-v1.0.0" // x-release-please-version
19+
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-cf-v2.0.0" // x-release-please-version
2020
}
2121
}
2222

terraform/modules/autoscaler-gke/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
terraform {
1818
provider_meta "google" {
19-
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-gke-v1.0.0" // x-release-please-version
19+
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-gke-v2.0.0" // x-release-please-version
2020
}
2121
}
2222

0 commit comments

Comments
 (0)