Skip to content

Commit 25bacee

Browse files
committed
prepare for v37.1.0
1 parent fcb4ff5 commit 25bacee

File tree

197 files changed

+597
-590
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+597
-590
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
<!-- markdownlint-disable MD024 -->
55

6-
## [Unreleased] <!-- from: 2024-11-22 15:04:14+00:00 to: None since: v36.0.0 -->
6+
## [Unreleased] <!-- from: 2025-01-24 16:09:32+00:00 to: None since: v37.0.0 -->
7+
8+
## [37.1.0] - 2025-01-26
9+
10+
### FAST
11+
12+
- [[#2839](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2839)] Revert "Allow multiple stage-2 project factories" ([ludoo](https://github.com/ludoo)) <!-- 2025-01-26 09:37:43+00:00 -->
713

814
## [37.0.0] - 2025-01-24
915

@@ -2752,7 +2758,8 @@ All notable changes to this project will be documented in this file.
27522758
- merge development branch with suite of new modules and end-to-end examples
27532759

27542760
<!-- markdown-link-check-disable -->
2755-
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.0.0...HEAD
2761+
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.1.0...HEAD
2762+
[37.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.0.0...v37.1.0
27562763
[37.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.2.0...v37.0.0
27572764
[36.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.1.0...v36.2.0
27582765
[36.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.0.1...v36.1.0>

blueprints/gke/patterns/autopilot-cluster/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.1.0-tf"
3434
}
3535
}

blueprints/gke/patterns/autopilot-cluster/versions.tofu

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.1.0-tofu"
3434
}
3535
}

blueprints/gke/patterns/batch/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.1.0-tf"
3434
}
3535
}

blueprints/gke/patterns/batch/versions.tofu

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.1.0-tofu"
3434
}
3535
}

blueprints/gke/patterns/kafka/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.1.0-tf"
3434
}
3535
}

blueprints/gke/patterns/kafka/versions.tofu

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.1.0-tofu"
3434
}
3535
}

blueprints/gke/patterns/kong-cloudrun/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.1.0-tf"
3434
}
3535
}

blueprints/gke/patterns/kong-cloudrun/versions.tofu

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.1.0-tofu"
3434
}
3535
}

blueprints/gke/patterns/mysql/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.1.0-tf"
3434
}
3535
}

blueprints/gke/patterns/mysql/versions.tofu

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.1.0-tofu"
3434
}
3535
}

blueprints/gke/patterns/redis-cluster/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.1.0-tf"
3434
}
3535
}

blueprints/gke/patterns/redis-cluster/versions.tofu

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.1.0-tofu"
3434
}
3535
}

blueprints/secops/secops-gke-forwarder/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.1.0-tf"
3434
}
3535
}

blueprints/secops/secops-gke-forwarder/versions.tofu

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.1.0-tofu"
3434
}
3535
}

default-versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.1.0-tf"
3434
}
3535
}

default-versions.tofu

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.9.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.1.0-tofu"
3434
}
3535
}

modules/__experimental_deprecated/alloydb-instance/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Fabric release: v37.0.0
15+
# Fabric release: v37.1.0
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.1.0-tf"
3434
}
3535
}

0 commit comments

Comments
 (0)