Skip to content

Commit

Permalink
chore: bootstrap releases for path: .
Browse files Browse the repository at this point in the history
Change-Id: I04a944342d7fd41188d82d5a20f0f3127254f2b2
  • Loading branch information
nielm committed Nov 7, 2024
1 parent 326ef11 commit 53de55b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@
{
".": "0.1.0"
".": "0.0.0"
}
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/memorystore-cluster-autoscaler-deploy-cf-v1.0"
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-cf-v0.1.0" // x-release-please-version
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/autoscaler-gke/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/memorystore-cluster-autoscaler-deploy-gke-v1.0"
module_name = "cloud-solutions/memorystore-cluster-autoscaler-deploy-gke-v0.1.0" // x-release-please-version
}
}

Expand Down

0 comments on commit 53de55b

Please sign in to comment.