Skip to content

Commit

Permalink
Release v37.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Feb 12, 2025
1 parent 62665f2 commit 5e31633
Show file tree
Hide file tree
Showing 197 changed files with 600 additions and 590 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
All notable changes to this project will be documented in this file.
<!-- markdownlint-disable MD024 -->

## [Unreleased] <!-- from: 2025-01-26 10:01:38+00:00 to: None since: v37.1.0 -->
## [Unreleased] <!-- from: 2025-02-11 17:16:34+00:00 to: None since: v37.2.0 -->

## [37.3.0] - 2025-02-12

### BLUEPRINTS

- [[#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 -->

### MODULES

- [[#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 -->

## [37.2.0] - 2025-02-11

Expand Down Expand Up @@ -2883,4 +2893,4 @@ All notable changes to this project will be documented in this file.
[1.3.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.2.0...v1.3.0>
[1.2.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.1.0...v1.2.0>
[1.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.0.0...v1.1.0>
[1.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v0.1...v1.0.0>
[1.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v0.1...v1.0.0>
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/autopilot-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.3.0-tf"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/autopilot-cluster/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.9.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.3.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/autopilot-cluster:v37.3.0-tofu"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/batch/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.3.0-tf"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/batch/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.9.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.3.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/batch:v37.3.0-tofu"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/kafka/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.3.0-tf"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/kafka/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.9.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.3.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kafka:v37.3.0-tofu"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/kong-cloudrun/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.3.0-tf"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/kong-cloudrun/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.9.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.3.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/kong-cloudrun:v37.3.0-tofu"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/mysql/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.3.0-tf"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/mysql/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.9.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.3.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/mysql:v37.3.0-tofu"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/redis-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.3.0-tf"
}
}
6 changes: 3 additions & 3 deletions blueprints/gke/patterns/redis-cluster/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.9.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.3.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/gke/patterns/redis-cluster:v37.3.0-tofu"
}
}
6 changes: 3 additions & 3 deletions blueprints/secops/secops-gke-forwarder/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.3.0-tf"
}
}
6 changes: 3 additions & 3 deletions blueprints/secops/secops-gke-forwarder/versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.9.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.3.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/blueprints/secops/secops-gke-forwarder:v37.3.0-tofu"
}
}
6 changes: 3 additions & 3 deletions default-versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.3.0-tf"
}
}
6 changes: 3 additions & 3 deletions default-versions.tofu
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.9.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.3.0-tofu"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.2.0-tofu"
module_name = "google-pso-tool/cloud-foundation-fabric/path:v37.3.0-tofu"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Fabric release: v37.2.0
# Fabric release: v37.3.0

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.3.0-tf"
}
provider_meta "google-beta" {
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.2.0-tf"
module_name = "google-pso-tool/cloud-foundation-fabric/modules/__experimental_deprecated/alloydb-instance:v37.3.0-tf"
}
}
Loading

0 comments on commit 5e31633

Please sign in to comment.