Skip to content

Commit d250c4e

Browse files
committed
prepare v37.0.0-rc1
1 parent 2d09d2e commit d250c4e

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,15 @@
33
All notable changes to this project will be documented in this file.
44
<!-- markdownlint-disable MD024 -->
55

6-
## [Unreleased]
6+
## [Unreleased] <!-- from: 2024-11-22 15:04:14+00:00 to: None since: v36.0.0 -->
7+
8+
## 37.0.0-rc1 - 2025-01-10
9+
10+
### FAST
11+
12+
- [[#2800](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2800)] Implement FAST stage add-ons, refactor netsec as add-on ([ludoo](https://github.com/ludoo)) <!-- 2025-01-09 18:14:12+00:00 -->
13+
- [[#2801](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2801)] Add optional support for fw policies via new vpc_configs variable, refactor factories variable in net stages ([ludoo](https://github.com/ludoo)) <!-- 2025-01-09 16:14:56+00:00 -->
14+
- [[#2787](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2787)] Leverage environments for folder and project creation in FAST resman and security ([ludoo](https://github.com/ludoo)) <!-- 2024-12-27 20:03:31+00:00 -->
715

816
## [36.1.0] - 2025-01-10
917

@@ -2711,7 +2719,6 @@ All notable changes to this project will be documented in this file.
27112719

27122720
<!-- markdown-link-check-disable -->
27132721
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.1.0...HEAD
2714-
[36.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.0.1...v36.1.0
27152722
[36.0.1]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.0.0...v36.0.1
27162723
[36.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v35.1.0...v36.0.0
27172724
[35.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v35.0.0...v35.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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v36.1.0"
30+
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v36.1.0"
33+
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.8.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v36.1.0"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v36.1.0"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tf:blueprints/gke/patterns/batch:v36.1.0"
30+
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/batch:v36.1.0"
33+
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.8.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v36.1.0"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v36.1.0"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v36.1.0"
30+
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v36.1.0"
33+
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.8.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v36.1.0"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v36.1.0"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v36.1.0"
30+
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v36.1.0"
33+
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.8.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v36.1.0"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v36.1.0"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v36.1.0"
30+
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v36.1.0"
33+
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.8.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v36.1.0"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v36.1.0"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v36.1.0"
30+
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v36.1.0"
33+
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.8.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v36.1.0"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v36.1.0"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v36.1.0"
30+
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v36.1.0"
33+
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.8.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v36.1.0"
30+
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v36.1.0"
33+
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.10.2"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tf:path:v36.1.0"
30+
module_name = "fabric:tf:path:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:path:v36.1.0"
33+
module_name = "fabric:tf:path:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

1717
terraform {
1818
required_version = ">= 1.8.0"
@@ -27,9 +27,9 @@ terraform {
2727
}
2828
}
2929
provider_meta "google" {
30-
module_name = "fabric:tofu:path:v36.1.0"
30+
module_name = "fabric:tofu:path:v37.0.0-rc1"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:path:v36.1.0"
33+
module_name = "fabric:tofu:path:v37.0.0-rc1"
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: v36.1.0
15+
# Fabric release: v37.0.0-rc1
1616

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

0 commit comments

Comments
 (0)