Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#404)
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 Oct 31, 2024
1 parent 6e1beb7 commit 89438c3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 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 @@
{
".": "3.0.0"
".": "3.0.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.1](https://github.com/cloudspannerecosystem/autoscaler/compare/v3.0.0...v3.0.1) (2024-10-31)


### Bug Fixes

* **deps:** update npm-packages ([#390](https://github.com/cloudspannerecosystem/autoscaler/issues/390)) ([e4e529f](https://github.com/cloudspannerecosystem/autoscaler/commit/e4e529f1dc50a8c71ae79f4990128b3ed2060fd7))
* **tf:** allow build SA to read AR ([#405](https://github.com/cloudspannerecosystem/autoscaler/issues/405)) ([988c6f5](https://github.com/cloudspannerecosystem/autoscaler/commit/988c6f59fb0b508293165d16c0d2ff960c75d574))
* **tf:** lock versions of terraform-google-modules kubernetes-engine ([#402](https://github.com/cloudspannerecosystem/autoscaler/issues/402)) ([0aac9d1](https://github.com/cloudspannerecosystem/autoscaler/commit/0aac9d157683d9763560aeb4b8388b2e1ab0cb3b))

## [3.0.0](https://github.com/cloudspannerecosystem/autoscaler/compare/v2.1.1...v3.0.0) (2024-10-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": "3.0.0",
"version": "3.0.1",
"Description": "Autoscaling for Cloud Spanner based on CPU metrics",
"homepage": "https://github.com/cloudspannerecosystem/autoscaler",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "cloud-solutions/spanner-autoscaler-deploy-gke-v3.0.0" // x-release-please-version
module_name = "cloud-solutions/spanner-autoscaler-deploy-gke-v3.0.1" // x-release-please-version
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-functions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

terraform {
provider_meta "google" {
module_name = "cloud-solutions/spanner-autoscaler-deploy-cf-v3.0.0" // x-release-please-version
module_name = "cloud-solutions/spanner-autoscaler-deploy-cf-v3.0.1" // x-release-please-version
}
}

Expand Down

0 comments on commit 89438c3

Please sign in to comment.