Skip to content

Commit 0b6bcdc

Browse files
committed
prepare v37.0.0-rc2 release
1 parent 97893f6 commit 0b6bcdc

File tree

197 files changed

+592
-589
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

+592
-589
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased] <!-- from: 2024-11-22 15:04:14+00:00 to: None since: v36.0.0 -->
77

8+
## [37.0.0-rc2] - 2025-01-18
9+
810
### FAST
911

1012
- [[#2821](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2821)] FAST SWP networking add-on, refactor CAS module interface ([ludoo](https://github.com/ludoo)) <!-- 2025-01-18 07:12:41+00:00 -->
@@ -2728,6 +2730,7 @@ All notable changes to this project will be documented in this file.
27282730

27292731
<!-- markdown-link-check-disable -->
27302732
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.1.0...HEAD
2733+
[37.0.0-rc2]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.1.0...v37.0.0-rc2
27312734
[36.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.0.1...v36.1.0
27322735
[36.0.1]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.0.0...v36.0.1
27332736
[36.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v35.1.0...v36.0.0
@@ -2815,4 +2818,4 @@ All notable changes to this project will be documented in this file.
28152818
[1.3.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.2.0...v1.3.0
28162819
[1.2.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.1.0...v1.2.0
28172820
[1.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.0.0...v1.1.0
2818-
[1.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v0.1...v1.0.0
2821+
[1.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v0.1...v1.0.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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
33+
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc1"
33+
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc1"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc1"
33+
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc1"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
33+
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc1"
33+
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc1"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
33+
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
33+
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
33+
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
33+
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:path:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:path:v37.0.0-rc1"
33+
module_name = "fabric:tf:path:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tofu:path:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tofu:path:v37.0.0-rc1"
33+
module_name = "fabric:tofu:path:v37.0.0-rc2"
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-rc1
15+
# Fabric release: v37.0.0-rc2
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:v37.0.0-rc1"
30+
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc2"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc1"
33+
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc2"
3434
}
3535
}

0 commit comments

Comments
 (0)