Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 14, 2024
1 parent a8e223c commit 3e7f0be
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/compare/v1.0.0...v1.1.0) (2024-11-14)


### Features

* 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))


### Bug Fixes

* **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))
* **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))

## 1.0.0 (2024-11-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memorystore-cluster-autoscaler",
"version": "1.0.0",
"version": "1.1.0",
"Description": "Autoscaling for Memorystore Cluster",
"homepage": "https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-functions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-cf-v1.0.0" // x-release-please-version
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-cf-v1.1.0" // x-release-please-version
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-gke-v1.0.0" // x-release-please-version
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-gke-v1.1.0" // x-release-please-version
}
}

Expand Down

0 comments on commit 3e7f0be

Please sign in to comment.