Skip to content

Commit 0b116e1

Browse files
authored
chore(main): release 5.0.0 (#513)
1 parent 3f2b6a1 commit 0b116e1

File tree

6 files changed

+47
-6
lines changed

6 files changed

+47
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v4.0.0...v5.0.0) (2026-03-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This change puts max_instance_count under Terraform control and is therefore a breaking change for users that rely on Terraform never updating this value.
9+
10+
### Features
11+
12+
* parameterize Cloud Run functions available CPU ([#441](https://github.com/cloudspannerecosystem/autoscaler/issues/441)) ([578d6e5](https://github.com/cloudspannerecosystem/autoscaler/commit/578d6e50e75087a67be3656f6dad6a979ac2fb0b))
13+
* parameterize Cloud Run functions instance count ([#442](https://github.com/cloudspannerecosystem/autoscaler/issues/442)) ([0c72f6a](https://github.com/cloudspannerecosystem/autoscaler/commit/0c72f6ac574f50f74a7baa066e37445c9a9ef1f9))
14+
15+
16+
### Bug Fixes
17+
18+
* Bump undici from 6.20.1 to 6.21.1 ([#435](https://github.com/cloudspannerecosystem/autoscaler/issues/435)) ([addd81e](https://github.com/cloudspannerecosystem/autoscaler/commit/addd81e4af0b733a1d99197c95926b93d78ab532))
19+
* **deps:** remove lodash dependency ([ad48018](https://github.com/cloudspannerecosystem/autoscaler/commit/ad480189024507eca0efd62e707eaba9ced14e26))
20+
* **deps:** update actions/checkout action to v6 ([#506](https://github.com/cloudspannerecosystem/autoscaler/issues/506)) ([c499c47](https://github.com/cloudspannerecosystem/autoscaler/commit/c499c47d0c0de097aebe0403913b916056d31997))
21+
* **deps:** update actions/setup-node action to v6 ([#507](https://github.com/cloudspannerecosystem/autoscaler/issues/507)) ([48acd15](https://github.com/cloudspannerecosystem/autoscaler/commit/48acd15ed7a6b5b80ad2f473fcfadd26f5b05b11))
22+
* **deps:** update dependencies ([33c665a](https://github.com/cloudspannerecosystem/autoscaler/commit/33c665aceaf77600d8ea6075c10f285fb7ba4973))
23+
* **deps:** update dependency go to v1.24.1 ([#422](https://github.com/cloudspannerecosystem/autoscaler/issues/422)) ([0d5bde2](https://github.com/cloudspannerecosystem/autoscaler/commit/0d5bde246e7ba421a9b86117cef3f5150bbadeb0))
24+
* **deps:** update dependency googleapis to v146 ([#446](https://github.com/cloudspannerecosystem/autoscaler/issues/446)) ([8f06960](https://github.com/cloudspannerecosystem/autoscaler/commit/8f06960c64850305ae990e963a0fa954bdc93396))
25+
* **deps:** update dependency markdown-link-check to ^3.13.7 ([#454](https://github.com/cloudspannerecosystem/autoscaler/issues/454)) ([f228175](https://github.com/cloudspannerecosystem/autoscaler/commit/f2281757b3aa012d630fe4732c9e1f9e942e4e97))
26+
* **deps:** update dependency node to v20.20.1 ([#477](https://github.com/cloudspannerecosystem/autoscaler/issues/477)) ([73fc858](https://github.com/cloudspannerecosystem/autoscaler/commit/73fc85817f581876e38aec43870d5a8430fddca9))
27+
* **deps:** update dependency node to v24 ([#511](https://github.com/cloudspannerecosystem/autoscaler/issues/511)) ([e8bc975](https://github.com/cloudspannerecosystem/autoscaler/commit/e8bc975f37f9df5197ff4f5a4299d44c3b22bd29))
28+
* **deps:** update github/codeql-action action to v4 ([#508](https://github.com/cloudspannerecosystem/autoscaler/issues/508)) ([95e5c59](https://github.com/cloudspannerecosystem/autoscaler/commit/95e5c5965c15d37534ac74a6a97e0f4a96a8443a))
29+
* **deps:** update golang-modules ([#430](https://github.com/cloudspannerecosystem/autoscaler/issues/430)) ([9cd2342](https://github.com/cloudspannerecosystem/autoscaler/commit/9cd234287b8e85a82801dcecc753f677c875d4f9))
30+
* **deps:** update golang-modules ([#462](https://github.com/cloudspannerecosystem/autoscaler/issues/462)) ([3838b83](https://github.com/cloudspannerecosystem/autoscaler/commit/3838b8379df0264d49f7d58eb1204a630a52464e))
31+
* **deps:** update hashicorp/setup-terraform action to v4 ([#509](https://github.com/cloudspannerecosystem/autoscaler/issues/509)) ([32e1005](https://github.com/cloudspannerecosystem/autoscaler/commit/32e100556bd2bcb9c583f584d19c1c1b2c76c2d2))
32+
* **deps:** update module golang.org/x/net to v0.36.0 [security] ([#453](https://github.com/cloudspannerecosystem/autoscaler/issues/453)) ([080df39](https://github.com/cloudspannerecosystem/autoscaler/commit/080df397a257fb303183926157b7efeb20c89a12))
33+
* **deps:** update npm dependencies [security] ([#457](https://github.com/cloudspannerecosystem/autoscaler/issues/457)) ([4cbe89c](https://github.com/cloudspannerecosystem/autoscaler/commit/4cbe89c8cf36921d054bce3d2ec040b641a5e1f0))
34+
* **deps:** update npm-packages ([#432](https://github.com/cloudspannerecosystem/autoscaler/issues/432)) ([75a568d](https://github.com/cloudspannerecosystem/autoscaler/commit/75a568d5f6559e568fe48784d492c240f2fb4837))
35+
* **deps:** update npm-packages ([#450](https://github.com/cloudspannerecosystem/autoscaler/issues/450)) ([472a7ff](https://github.com/cloudspannerecosystem/autoscaler/commit/472a7ff70f58ec289f5989cb4543bdf1fdd904bb))
36+
* **deps:** update npm-packages ([#460](https://github.com/cloudspannerecosystem/autoscaler/issues/460)) ([47bce47](https://github.com/cloudspannerecosystem/autoscaler/commit/47bce47b7efa9538f506245f0778ccda49c4bc1b))
37+
* **deps:** update npm-packages ([#471](https://github.com/cloudspannerecosystem/autoscaler/issues/471)) ([5e608e7](https://github.com/cloudspannerecosystem/autoscaler/commit/5e608e732ffac48101281d39a493c5bbbcd09bdd))
38+
* **deps:** update terraform ([#445](https://github.com/cloudspannerecosystem/autoscaler/issues/445)) ([9f11392](https://github.com/cloudspannerecosystem/autoscaler/commit/9f1139231a1fb1245bc35672c2ae0b83e2706ae9))
39+
* **deps:** update terraform google to v6.22.0 ([#434](https://github.com/cloudspannerecosystem/autoscaler/issues/434)) ([233d4e7](https://github.com/cloudspannerecosystem/autoscaler/commit/233d4e7f019c5c592518139894e90b0e356c6088))
40+
* **deps:** update terraform terraform-google-modules/kubernetes-engine/google to v36 ([#426](https://github.com/cloudspannerecosystem/autoscaler/issues/426)) ([2f47992](https://github.com/cloudspannerecosystem/autoscaler/commit/2f479928c9dd73a671bfc6df058fa7255e37e269))
41+
* **docs:** fixed typo at gke unified model ([#465](https://github.com/cloudspannerecosystem/autoscaler/issues/465)) ([9729590](https://github.com/cloudspannerecosystem/autoscaler/commit/972959069e05aa6075ea711bed5ec8a091287a62))
42+
* update package-lock to fix `npm ci` on npm 11 ([#492](https://github.com/cloudspannerecosystem/autoscaler/issues/492)) ([8f93bcd](https://github.com/cloudspannerecosystem/autoscaler/commit/8f93bcdabf56f1bcd4a213fb120b63a2db6ef18f))
43+
344
## [4.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v3.0.1...v4.0.0) (2024-12-23)
445

546

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudspannerecosystem/autoscaler",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"Description": "Autoscaling for Cloud Spanner based on CPU metrics",
55
"homepage": "https://github.com/cloudspannerecosystem/autoscaler",
66
"license": "Apache-2.0",

terraform/modules/autoscaler-cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
terraform {
1818
provider_meta "google" {
19-
module_name = "cloud-solutions/spanner-autoscaler-deploy-gke-v4.0.0" // x-release-please-version
19+
module_name = "cloud-solutions/spanner-autoscaler-deploy-gke-v5.0.0" // x-release-please-version
2020
}
2121
}
2222

terraform/modules/autoscaler-functions/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
terraform {
1818
provider_meta "google" {
19-
module_name = "cloud-solutions/spanner-autoscaler-deploy-cf-v4.0.0" // x-release-please-version
19+
module_name = "cloud-solutions/spanner-autoscaler-deploy-cf-v5.0.0" // x-release-please-version
2020
}
2121
}
2222

0 commit comments

Comments
 (0)