Skip to content

Commit

Permalink
chore(master): release cloudspannerecosystem/autoscaler 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 12, 2024
1 parent 8380180 commit a45f4f0
Show file tree
Hide file tree
Showing 4 changed files with 21 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 @@
{
".": "1.20.0"
".": "1.21.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## [1.21.0](https://github.com/cloudspannerecosystem/autoscaler/compare/cloudspannerecosystem/autoscaler-v1.20.0...cloudspannerecosystem/autoscaler-v1.21.0) (2024-03-12)


### Features

* Add metrics handling for scaler and poller ([#230](https://github.com/cloudspannerecosystem/autoscaler/issues/230)) ([9ce2ad0](https://github.com/cloudspannerecosystem/autoscaler/commit/9ce2ad082e28e3266b6bd77e4d88497088691b6a))
* Add metrics support for poller and scaler events ([#143](https://github.com/cloudspannerecosystem/autoscaler/issues/143)) ([4f68414](https://github.com/cloudspannerecosystem/autoscaler/commit/4f684148c7056d842120285f57316c3f9af29e42))
* Add Release Please ([#232](https://github.com/cloudspannerecosystem/autoscaler/issues/232)) ([8380180](https://github.com/cloudspannerecosystem/autoscaler/commit/83801800a332db8c5653fb46aaa07024765bba17))


### Bug Fixes

* Migrate to using new docPath for Firestore including projectID ([#215](https://github.com/cloudspannerecosystem/autoscaler/issues/215)) ([3d9771d](https://github.com/cloudspannerecosystem/autoscaler/commit/3d9771d2afa3184ed7049e6ccf2aeec6fb387894)), closes [#213](https://github.com/cloudspannerecosystem/autoscaler/issues/213)
6 changes: 4 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": "1.20.0",
"version": "1.21.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 a45f4f0

Please sign in to comment.