From d5d2a7de88bfbe15af5b366b294a1cc6669f786e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:08:43 +0000 Subject: [PATCH] chore(main): release 4.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++ package-lock.json | 4 +-- package.json | 2 +- terraform/modules/autoscaler-cluster/main.tf | 2 +- .../modules/autoscaler-functions/main.tf | 2 +- 6 files changed, 33 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6f54056..e6f87756 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "4.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f4acba..72cde1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [4.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v3.0.1...v4.0.0) (2024-12-23) + + +### ⚠ BREAKING CHANGES + +* While v18 remains in maintenance until April 2025, several dependencies no longer support node 18. + +### Features + +* remove support for node v18 ([#415](https://github.com/cloudspannerecosystem/autoscaler/issues/415)) ([b967e47](https://github.com/cloudspannerecosystem/autoscaler/commit/b967e4707f18e1fb9fccecd4fb3f733602512f1d)) + + +### Bug Fixes + +* **deps:** add missing golang sums ([#425](https://github.com/cloudspannerecosystem/autoscaler/issues/425)) ([3591d6a](https://github.com/cloudspannerecosystem/autoscaler/commit/3591d6a7475f12e730fc8a554afbd0ed8c922faa)) +* **deps:** update dependency express-jwt to ^8.5.1 ([#419](https://github.com/cloudspannerecosystem/autoscaler/issues/419)) ([11199d8](https://github.com/cloudspannerecosystem/autoscaler/commit/11199d86daa576e09c3c06cde61202172edbae02)) +* **deps:** update golang-modules ([#423](https://github.com/cloudspannerecosystem/autoscaler/issues/423)) ([709caab](https://github.com/cloudspannerecosystem/autoscaler/commit/709caab402c5079eeeff94ffb157e6ec51cc0dcd)) +* **deps:** update module github.com/sethvargo/go-envconfig to v1 ([#424](https://github.com/cloudspannerecosystem/autoscaler/issues/424)) ([8031f1f](https://github.com/cloudspannerecosystem/autoscaler/commit/8031f1f75ae819d9d5e21b5d7f3a3e83158ef503)) +* **deps:** update module golang.org/x/crypto to v0.31.0 [security] ([b4d4cb6](https://github.com/cloudspannerecosystem/autoscaler/commit/b4d4cb6d5d47fc4fd61c81d24a09ccacec0698a3)) +* **deps:** update npm-packages ([#416](https://github.com/cloudspannerecosystem/autoscaler/issues/416)) ([0b428e7](https://github.com/cloudspannerecosystem/autoscaler/commit/0b428e7709dea84a4f9a5bbe7e9c3408cd913567)) +* **deps:** update npm-packages ([#417](https://github.com/cloudspannerecosystem/autoscaler/issues/417)) ([a9f8f35](https://github.com/cloudspannerecosystem/autoscaler/commit/a9f8f357126748b37f3e5f11ca13d2302a8a2963)) +* **deps:** update npm-packages ([#427](https://github.com/cloudspannerecosystem/autoscaler/issues/427)) ([e7da5d4](https://github.com/cloudspannerecosystem/autoscaler/commit/e7da5d4a02677a08cf163d717b160331e9b1433c)) +* **deps:** update npm-packages ([#428](https://github.com/cloudspannerecosystem/autoscaler/issues/428)) ([e9dc57a](https://github.com/cloudspannerecosystem/autoscaler/commit/e9dc57a1759913383569339ea1eae2a555c30486)) +* **deps:** update terraform ([#414](https://github.com/cloudspannerecosystem/autoscaler/issues/414)) ([a9cd938](https://github.com/cloudspannerecosystem/autoscaler/commit/a9cd938949ce6383cab0bc26278a696f1fbd22d6)) +* **deps:** update terraform google to v6.10.0 ([#412](https://github.com/cloudspannerecosystem/autoscaler/issues/412)) ([64621c2](https://github.com/cloudspannerecosystem/autoscaler/commit/64621c27f175478efe9d86ac2f295d7c196b88db)) +* **deps:** update terraform module versions ([#406](https://github.com/cloudspannerecosystem/autoscaler/issues/406)) ([4490f61](https://github.com/cloudspannerecosystem/autoscaler/commit/4490f61ad314d7c91f22a809cf260b18256fa511)) + ## [3.0.1](https://github.com/cloudspannerecosystem/autoscaler/compare/v3.0.0...v3.0.1) (2024-10-31) diff --git a/package-lock.json b/package-lock.json index 0012f36d..6f3be3fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloudspannerecosystem/autoscaler", - "version": "3.0.1", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloudspannerecosystem/autoscaler", - "version": "3.0.1", + "version": "4.0.0", "license": "Apache-2.0", "dependencies": { "@google-cloud/firestore": "^7.11.0", diff --git a/package.json b/package.json index a45b1076..2a33029b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudspannerecosystem/autoscaler", - "version": "3.0.1", + "version": "4.0.0", "Description": "Autoscaling for Cloud Spanner based on CPU metrics", "homepage": "https://github.com/cloudspannerecosystem/autoscaler", "license": "Apache-2.0", diff --git a/terraform/modules/autoscaler-cluster/main.tf b/terraform/modules/autoscaler-cluster/main.tf index 0c024c3b..28623086 100644 --- a/terraform/modules/autoscaler-cluster/main.tf +++ b/terraform/modules/autoscaler-cluster/main.tf @@ -16,7 +16,7 @@ terraform { provider_meta "google" { - module_name = "cloud-solutions/spanner-autoscaler-deploy-gke-v3.0.1" // x-release-please-version + module_name = "cloud-solutions/spanner-autoscaler-deploy-gke-v4.0.0" // x-release-please-version } } diff --git a/terraform/modules/autoscaler-functions/main.tf b/terraform/modules/autoscaler-functions/main.tf index 24c5efc5..e9597d03 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/spanner-autoscaler-deploy-cf-v3.0.1" // x-release-please-version + module_name = "cloud-solutions/spanner-autoscaler-deploy-cf-v4.0.0" // x-release-please-version } }