From 243b4cb61fa1ca05b7fd8336b7ec4467ebcb1688 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:39:44 +0000 Subject: [PATCH] chore(master): release cloudspannerecosystem/autoscaler 1.20.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 6 ++++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d9e5fc0..1db91d77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.20.0" + ".": "1.20.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..46860f58 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [1.20.1](https://github.com/cloudspannerecosystem/autoscaler/compare/cloudspannerecosystem/autoscaler-v1.20.0...cloudspannerecosystem/autoscaler-v1.20.1) (2024-03-11) + + +### Features + +* Add metrics handling for scaler and poller ([#230](https://github.com/cloudspannerecosystem/autoscaler/issues/230)) ([b835708](https://github.com/cloudspannerecosystem/autoscaler/commit/b835708c53fce1c72f92af9adae216b779e2e932)) + + +### Bug Fixes + +* dependabot config ([#236](https://github.com/cloudspannerecosystem/autoscaler/issues/236)) ([04a173f](https://github.com/cloudspannerecosystem/autoscaler/commit/04a173fa1cc9e76a3a269c58840d4a7ef5a5428a)) +* library should released as 1.20.1 ([a0f36ae](https://github.com/cloudspannerecosystem/autoscaler/commit/a0f36aeca87fd308bf240e1be061e282b51f7a71)) +* Update dependabot config to add commit prefixes ([#234](https://github.com/cloudspannerecosystem/autoscaler/issues/234)) ([6b5cddb](https://github.com/cloudspannerecosystem/autoscaler/commit/6b5cddb518426ab3548d4a71d0440aa03160a9f5)) diff --git a/package-lock.json b/package-lock.json index f816501f..3e0ec352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,8 @@ "eslint-config-google": "^0.14.0", "markdownlint-cli": "^0.39.0", "typescript": "^5.4.2" - } + }, + "version": "1.20.1" }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", @@ -1714,5 +1715,6 @@ "url": "https://github.com/sponsors/sindresorhus" } } - } + }, + "version": "1.20.1" } diff --git a/package.json b/package.json index 75ae74a1..3ccd2052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudspannerecosystem/autoscaler", - "version": "1.20.0", + "version": "1.20.1", "Description": "Autoscaling for Cloud Spanner based on CPU metrics", "homepage": "https://github.com/cloudspannerecosystem/autoscaler", "license": "Apache-2.0",