From 4221aba7273b7786ef85bc6884bf193a62abe3c8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:31:20 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 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..067a94d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [3.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v2.1.1...v3.0.0) (2024-08-29) + + +### ⚠ 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 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 + +* **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)) + ## [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 1d6a1f88..b18a4d84 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.9.0", diff --git a/package.json b/package.json index 8c12ae65..0282edb4 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",