From 0b6547c5d8b2a7a5e5c79da2b1881aefb219b546 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:24:48 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48fbed91..d4f6f299 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "3.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 63cc72d4..7b9b4bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [3.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v2.1.1...v3.0.0) (2024-10-10) + + +### ⚠ BREAKING CHANGES + +* previous configs may fail due to stricter configuration validation, such as those that still use min/maxNodes, or that have specified a parameter incorrectly. +* Update metrics domain for CF to workload.googleapis.com + +### Features + +* Add JSON editor for schema-validated editing of configs ([#340](https://github.com/cloudspannerecosystem/autoscaler/issues/340)) ([6a167a3](https://github.com/cloudspannerecosystem/autoscaler/commit/6a167a31fe7e122afc49d1401d41efcbf275ae71)) +* Add scaling duration dashboard ([#347](https://github.com/cloudspannerecosystem/autoscaler/issues/347)) ([874593f](https://github.com/cloudspannerecosystem/autoscaler/commit/874593fb49c5f48e83cc91c828ae6955efd3693d)) +* Add validation of Autoscaler config against JSON schema ([#338](https://github.com/cloudspannerecosystem/autoscaler/issues/338)) ([66c48a6](https://github.com/cloudspannerecosystem/autoscaler/commit/66c48a63885bfb0a0e2e0ce026bdad6f54087128)) + + +### Bug Fixes + +* always specify Terraform project ([#384](https://github.com/cloudspannerecosystem/autoscaler/issues/384)) ([de5adb0](https://github.com/cloudspannerecosystem/autoscaler/commit/de5adb0cd81964d73307d98a3e8e1f7e7b76d63e)) +* **deploy:** ensure build_sa iams are set before it can be used ([#394](https://github.com/cloudspannerecosystem/autoscaler/issues/394)) ([aa48048](https://github.com/cloudspannerecosystem/autoscaler/commit/aa48048c8a7efd0d699319eb0bdedda75cbd050e)) +* **deps:** update dependency axios to v1.7.4 [security] ([#377](https://github.com/cloudspannerecosystem/autoscaler/issues/377)) ([f7ca3f0](https://github.com/cloudspannerecosystem/autoscaler/commit/f7ca3f07f42400b3e77f7c7ec54f8de243623179)) +* **deps:** update dependency googleapis to v143 ([#379](https://github.com/cloudspannerecosystem/autoscaler/issues/379)) ([07b9ca4](https://github.com/cloudspannerecosystem/autoscaler/commit/07b9ca44046f91e402518bd4b8f9f17b2ebe4126)) +* **deps:** update dependency googleapis to v144 ([#383](https://github.com/cloudspannerecosystem/autoscaler/issues/383)) ([c780a99](https://github.com/cloudspannerecosystem/autoscaler/commit/c780a9935a806348a16088a1a68458d4bdc41d25)) +* **deps:** update sinon and nyc to resolve npm audit ([#386](https://github.com/cloudspannerecosystem/autoscaler/issues/386)) ([062992a](https://github.com/cloudspannerecosystem/autoscaler/commit/062992aa45822847834827ea34d1e3e930389d55)) +* macos compatible xargs (-0 == --null) ([#392](https://github.com/cloudspannerecosystem/autoscaler/issues/392)) ([247a648](https://github.com/cloudspannerecosystem/autoscaler/commit/247a648057bcf30ddede810f9d675912a37bea04)) +* use a custom service account for Cloud Build ([#387](https://github.com/cloudspannerecosystem/autoscaler/issues/387)) ([076a44f](https://github.com/cloudspannerecosystem/autoscaler/commit/076a44fcdb1398582fd28b61c3ced94ea3572e24)) +* Use lightweight Spanner call to address memory leak ([#380](https://github.com/cloudspannerecosystem/autoscaler/issues/380)) ([5e85ecb](https://github.com/cloudspannerecosystem/autoscaler/commit/5e85ecb0b742fbffe570293db572cf00e35de16a)) +* Version bump for security vuln ([#396](https://github.com/cloudspannerecosystem/autoscaler/issues/396)) ([0551694](https://github.com/cloudspannerecosystem/autoscaler/commit/05516944fd4646a1a97327fb59678078c5522265)) + ## [2.1.1](https://github.com/cloudspannerecosystem/autoscaler/compare/v2.1.0...v2.1.1) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index 06ce8a89..d1543c65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cloudspannerecosystem/autoscaler", - "version": "2.1.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cloudspannerecosystem/autoscaler", - "version": "2.1.1", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "@google-cloud/firestore": "^7.10.0", diff --git a/package.json b/package.json index 8f19b6c9..b5f6bca2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudspannerecosystem/autoscaler", - "version": "2.1.1", + "version": "3.0.0", "Description": "Autoscaling for Cloud Spanner based on CPU metrics", "homepage": "https://github.com/cloudspannerecosystem/autoscaler", "license": "Apache-2.0",