Skip to content

Commit 5e31633

Browse files
committed
Release v37.3.0
1 parent 62665f2 commit 5e31633

File tree

197 files changed

+600
-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

+600
-590
lines changed

CHANGELOG.md

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

6-
## [Unreleased] <!-- from: 2025-01-26 10:01:38+00:00 to: None since: v37.1.0 -->
6+
## [Unreleased] <!-- from: 2025-02-11 17:16:34+00:00 to: None since: v37.2.0 -->
7+
8+
## [37.3.0] - 2025-02-12
9+
10+
### BLUEPRINTS
11+
12+
- [[#2883](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2883)] **incompatible change:** Fix ipv6 and align loadbalancer address types ([wiktorn](https://github.com/wiktorn)) <!-- 2025-02-12 13:09:31+00:00 -->
13+
14+
### MODULES
15+
16+
- [[#2883](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2883)] **incompatible change:** Fix ipv6 and align loadbalancer address types ([wiktorn](https://github.com/wiktorn)) <!-- 2025-02-12 13:09:31+00:00 -->
717

818
## [37.2.0] - 2025-02-11
919

@@ -2883,4 +2893,4 @@ All notable changes to this project will be documented in this file.
28832893
[1.3.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.2.0...v1.3.0>
28842894
[1.2.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.1.0...v1.2.0>
28852895
[1.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.0.0...v1.1.0>
2886-
[1.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v0.1...v1.0.0>
2896+
[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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.3.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.2.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.3.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.2.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.3.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.2.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.3.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.2.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.3.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.2.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.3.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.2.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.3.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.2.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.3.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.2.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.3.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.2.0
15+
# Fabric release: v37.3.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.2.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.3.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.2.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.3.0-tf"
3434
}
3535
}

0 commit comments

Comments
 (0)