Skip to content

Commit

Permalink
chore(main): release 2.1.1 (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jul 23, 2024
1 parent 6bf77f7 commit 69d85dd
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 @@
{
".": "2.1.0"
".": "2.1.1"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### Bug Fixes

* Add workaround for Cloud Build SA updates ([#341](https://github.com/cloudspannerecosystem/autoscaler/issues/341)) ([4248b1a](https://github.com/cloudspannerecosystem/autoscaler/commit/4248b1a1400baa06cd99b0d8ca25a37dc52e706f))
* **deps:** update dependency @google-cloud/functions-framework to ^3.4.2 ([6bf77f7](https://github.com/cloudspannerecosystem/autoscaler/commit/6bf77f74821983b48ff62fc70ecb49ba946973d2))
* **deps:** update dependency @google-cloud/opentelemetry-cloud-monitoring-exporter to ^0.19.0 ([6bf77f7](https://github.com/cloudspannerecosystem/autoscaler/commit/6bf77f74821983b48ff62fc70ecb49ba946973d2))
* **deps:** update dependency @google-cloud/spanner to ^7.10.0 ([6bf77f7](https://github.com/cloudspannerecosystem/autoscaler/commit/6bf77f74821983b48ff62fc70ecb49ba946973d2))
* **deps:** update dependency mocha to 10.6.0 ([6bf77f7](https://github.com/cloudspannerecosystem/autoscaler/commit/6bf77f74821983b48ff62fc70ecb49ba946973d2))
* **deps:** update dependency pino to ^9.3.1 ([6bf77f7](https://github.com/cloudspannerecosystem/autoscaler/commit/6bf77f74821983b48ff62fc70ecb49ba946973d2))
* **deps:** update dependency typescript to 5.5.4 ([6bf77f7](https://github.com/cloudspannerecosystem/autoscaler/commit/6bf77f74821983b48ff62fc70ecb49ba946973d2))
* **deps:** update package versions ([#364](https://github.com/cloudspannerecosystem/autoscaler/issues/364)) ([6bf77f7](https://github.com/cloudspannerecosystem/autoscaler/commit/6bf77f74821983b48ff62fc70ecb49ba946973d2))
* Populate OpenTelemetry compression parameter ([#349](https://github.com/cloudspannerecosystem/autoscaler/issues/349)) ([d91fe50](https://github.com/cloudspannerecosystem/autoscaler/commit/d91fe506ddd5cf0b047ee45b34d081c63c1520fd))
* Retain defaulted scaling method name ([#363](https://github.com/cloudspannerecosystem/autoscaler/issues/363)) ([9cc106e](https://github.com/cloudspannerecosystem/autoscaler/commit/9cc106e93f0308f5805caba01598110f26d93137))
* Use ERROR loglevel for potentially non-fatal code path ([#351](https://github.com/cloudspannerecosystem/autoscaler/issues/351)) ([5f51453](https://github.com/cloudspannerecosystem/autoscaler/commit/5f5145383cae716276b2a26b8caecc6bbe9d5bea))

## [2.1.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v2.0.1...v2.1.0) (2024-06-27)


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.0",
"version": "2.1.1",
"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 69d85dd

Please sign in to comment.