From 1cd83012a33f48d125915dbe5dcdcd8e1b23e5fe Mon Sep 17 00:00:00 2001 From: Niel Markwick Date: Thu, 7 Nov 2024 17:25:34 +0100 Subject: [PATCH] chore(main): release 1.0.0 (#26) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- .../modules/autoscaler-functions/main.tf | 2 +- terraform/modules/autoscaler-gke/main.tf | 2 +- 6 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..01d572b --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index c8d0454..39c259b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "memorystore-cluster-autoscaler", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "memorystore-cluster-autoscaler", - "version": "0.1.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "@google-cloud/firestore": "^7.10.0", diff --git a/package.json b/package.json index 14d28f8..80cf2d9 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/terraform/modules/autoscaler-functions/main.tf b/terraform/modules/autoscaler-functions/main.tf index 9405e66..8fab285 100644 --- a/terraform/modules/autoscaler-functions/main.tf +++ b/terraform/modules/autoscaler-functions/main.tf @@ -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 } } diff --git a/terraform/modules/autoscaler-gke/main.tf b/terraform/modules/autoscaler-gke/main.tf index 77f04d1..3062290 100644 --- a/terraform/modules/autoscaler-gke/main.tf +++ b/terraform/modules/autoscaler-gke/main.tf @@ -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 } }