Skip to content

Commit

Permalink
prepare v37.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Jan 10, 2025
1 parent 2d09d2e commit d250c4e
Show file tree
Hide file tree
Showing 197 changed files with 597 additions and 590 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
<!-- markdownlint-disable MD024 -->

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

## 37.0.0-rc1 - 2025-01-10

### FAST

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

## [36.1.0] - 2025-01-10

Expand Down Expand Up @@ -2711,7 +2719,6 @@ 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
[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
[35.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v35.0.0...v35.1.0
Expand Down
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: v36.1.0
# Fabric release: v37.0.0-rc1

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:v36.1.0"
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v36.1.0"
module_name = "fabric:tf:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
}
}
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: v36.1.0
# Fabric release: v37.0.0-rc1

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:v36.1.0"
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v36.1.0"
module_name = "fabric:tofu:blueprints/gke/patterns/autopilot-cluster:v37.0.0-rc1"
}
}
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: v36.1.0
# Fabric release: v37.0.0-rc1

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

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

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

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

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:v36.1.0"
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v36.1.0"
module_name = "fabric:tf:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
}
}
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: v36.1.0
# Fabric release: v37.0.0-rc1

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:v36.1.0"
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v36.1.0"
module_name = "fabric:tofu:blueprints/gke/patterns/kong-cloudrun:v37.0.0-rc1"
}
}
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: v36.1.0
# Fabric release: v37.0.0-rc1

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

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

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:v36.1.0"
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v36.1.0"
module_name = "fabric:tf:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
}
}
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: v36.1.0
# Fabric release: v37.0.0-rc1

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:v36.1.0"
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v36.1.0"
module_name = "fabric:tofu:blueprints/gke/patterns/redis-cluster:v37.0.0-rc1"
}
}
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: v36.1.0
# Fabric release: v37.0.0-rc1

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:v36.1.0"
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v36.1.0"
module_name = "fabric:tf:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
}
}
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: v36.1.0
# Fabric release: v37.0.0-rc1

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:v36.1.0"
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v36.1.0"
module_name = "fabric:tofu:blueprints/secops/secops-gke-forwarder:v37.0.0-rc1"
}
}
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: v36.1.0
# Fabric release: v37.0.0-rc1

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

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

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:v36.1.0"
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc1"
}
provider_meta "google-beta" {
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v36.1.0"
module_name = "fabric:tf:modules/__experimental_deprecated/alloydb-instance:v37.0.0-rc1"
}
}
Loading

0 comments on commit d250c4e

Please sign in to comment.