Skip to content

Commit

Permalink
prepare v37.0.0-rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Jan 18, 2025
1 parent 97893f6 commit 0b6bcdc
Show file tree
Hide file tree
Showing 197 changed files with 592 additions and 589 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.

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

## [37.0.0-rc2] - 2025-01-18

### FAST

- [[#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 -->
Expand Down Expand Up @@ -2728,6 +2730,7 @@ All notable changes to this project will be documented in this file.

<!-- markdown-link-check-disable -->
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.1.0...HEAD
[37.0.0-rc2]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.1.0...v37.0.0-rc2
[36.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.0.1...v36.1.0
[36.0.1]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.0.0...v36.0.1
[36.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v35.1.0...v36.0.0
Expand Down Expand Up @@ -2815,4 +2818,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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.8.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/batch:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.8.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/batch:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/kafka:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.8.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/kafka:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.8.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/mysql:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.8.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/mysql:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.8.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.8.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:path:v37.0.0-rc1"
module_name = "fabric:tf:path:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:path:v37.0.0-rc1"
module_name = "fabric:tf:path:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.8.0"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tofu:path:v37.0.0-rc1"
module_name = "fabric:tofu:path:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:path:v37.0.0-rc1"
module_name = "fabric:tofu:path:v37.0.0-rc2"
}
}
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.0.0-rc1
# Fabric release: v37.0.0-rc2

terraform {
required_version = ">= 1.10.2"
Expand All @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc1"
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc2"
}
provider_meta "google-beta" {
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc1"
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc2"
}
}
Loading

0 comments on commit 0b6bcdc

Please sign in to comment.