Skip to content

Commit

Permalink
chore(main): release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 29, 2024
1 parent ccc341a commit 56a9b9e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 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 @@
{
".": "2.1.1"
".": "3.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v2.1.1...v3.0.0) (2024-07-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))

## [2.1.1](https://github.com/cloudspannerecosystem/autoscaler/compare/v2.1.0...v2.1.1) (2024-07-23)


Expand Down
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": "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",
Expand Down

0 comments on commit 56a9b9e

Please sign in to comment.