Skip to content

Commit b3048b9

Browse files
chore(main): release 5.0.0
1 parent 9f11392 commit b3048b9

File tree

6 files changed

+27
-6
lines changed

6 files changed

+27
-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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v4.0.0...v5.0.0) (2025-03-04)
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:** update npm-packages ([#432](https://github.com/cloudspannerecosystem/autoscaler/issues/432)) ([75a568d](https://github.com/cloudspannerecosystem/autoscaler/commit/75a568d5f6559e568fe48784d492c240f2fb4837))
20+
* **deps:** update terraform ([#445](https://github.com/cloudspannerecosystem/autoscaler/issues/445)) ([9f11392](https://github.com/cloudspannerecosystem/autoscaler/commit/9f1139231a1fb1245bc35672c2ae0b83e2706ae9))
21+
* **deps:** update terraform google to v6.22.0 ([#434](https://github.com/cloudspannerecosystem/autoscaler/issues/434)) ([233d4e7](https://github.com/cloudspannerecosystem/autoscaler/commit/233d4e7f019c5c592518139894e90b0e356c6088))
22+
* **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))
23+
324
## [4.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v3.0.1...v4.0.0) (2024-12-23)
425

526

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)