Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielm authored Nov 7, 2024
1 parent c5eb864 commit 1cd8301
Show file tree
Hide file tree
Showing 6 changed files with 27 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 @@
{
".": "0.0.0"
".": "1.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## 1.0.0 (2024-11-07)


### Features

* initial commit ([7b73d13](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/7b73d13914d795d57c3d984ffbb4163687a189fc))
* prepare Terraform docs for GA ([#20](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/20)) ([9b80d1e](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/9b80d1ebcb5364df88918d4cfeae37ee27cb4222))


### Bug Fixes

* **deps:** update json-rules-engine to address npm audit ([#2](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/2)) ([b6803fa](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/b6803fa53505cef4fea3f87ccc805e17d9ee4262))
* **deps:** update terraform module versions ([#8](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/8)) ([5a8df32](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/5a8df328e4b022b7e904996673b012f8af387e36))
* **tests:** remove use of rewire from counters_test.js ([#4](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/4)) ([99e4dc3](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/99e4dc33646a07b2b480423f1b37a0a89c0fb5f5))


### Miscellaneous Chores

* add release-please config ([#6](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/issues/6)) ([93b02f0](https://github.com/GoogleCloudPlatform/memorystore-cluster-autoscaler/commit/93b02f08f9f205bbdabda8967ce99bf2aa3b8466))
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": "0.1.0",
"version": "1.0.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-v0.1.0" // x-release-please-version
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-cf-v1.0.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-v0.1.0" // x-release-please-version
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-gke-v1.0.0" // x-release-please-version
}
}

Expand Down

0 comments on commit 1cd8301

Please sign in to comment.