Skip to content

Commit

Permalink
prepare for v36.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Jan 10, 2025
1 parent 96d881a commit 21045cb
Show file tree
Hide file tree
Showing 197 changed files with 595 additions and 591 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
All notable changes to this project will be documented in this file.
<!-- markdownlint-disable MD024 -->

## [Unreleased] <!-- from: 2024-11-23 11:24:55+00:00 to: None since: v36.0.1 -->
## [Unreleased]

## [36.1.0] - 2025-01-10

- [[#2777](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2777)] Document `tag_bindings` definition as `map(string)` ([juliocc](https://github.com/juliocc)) <!-- 2024-12-19 13:47:32+00:00 -->

### BLUEPRINTS
Expand Down Expand Up @@ -2707,7 +2710,8 @@ All notable changes to this project will be documented in this file.
- merge development branch with suite of new modules and end-to-end examples

<!-- markdown-link-check-disable -->
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v36.0.1...HEAD
[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 Expand Up @@ -2794,4 +2798,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: v36.0.1
# Fabric release: v36.1.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0 comments on commit 21045cb

Please sign in to comment.