Skip to content

Commit d487590

Browse files
committed
v38.1.0
1 parent b3d95ba commit d487590

File tree

197 files changed

+600
-592
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
-592
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased] <!-- from: 2025-02-21 08:47:20+00:00 to: None since: v38.0.0 -->
77

8+
## [38.1.0] - 2025-03-22
9+
810
### BREAKING CHANGES
911

1012
- `modules/cloud-function-v2`: Make function compatible with direct egress settings - allow to specify function egress settings without using a VPC connector. [[#2967](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2967)]
1113
- `modules/dns`: Reverse zones are by default created as unmanaged now. To keep your zone as managed, please set `var.zone_config.private.reverse_managed` to `true` [[#2942](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2942)]
1214

13-
1415
### BLUEPRINTS
1516

17+
- [[#2971](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2971)] Bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /blueprints/cloud-operations/unmanaged-instances-healthcheck/function/healthchecker ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 2025-03-19 11:51:08+00:00 -->
18+
- [[#2970](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2970)] Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /blueprints/cloud-operations/unmanaged-instances-healthcheck/function/healthchecker ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 2025-03-19 11:37:12+00:00 -->
19+
- [[#2969](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2969)] Bump golang.org/x/net from 0.33.0 to 0.36.0 in /blueprints/cloud-operations/unmanaged-instances-healthcheck/function/healthchecker ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 2025-03-19 11:23:21+00:00 -->
1620
- [[#2966](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2966)] Add custom routes for directpath to net-vpc module ([ludoo](https://github.com/ludoo)) <!-- 2025-03-19 10:22:48+00:00 -->
1721
- [[#2965](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2965)] Revert "Fix broken upgrades of TF provider for routes" ([wiktorn](https://github.com/wiktorn)) <!-- 2025-03-18 10:06:46+00:00 -->
1822
- [[#2964](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2964)] Fix broken upgrades of TF provider for routes ([wiktorn](https://github.com/wiktorn)) <!-- 2025-03-18 08:41:57+00:00 -->
@@ -31,7 +35,10 @@ All notable changes to this project will be documented in this file.
3135

3236
### MODULES
3337

34-
- [[#2968](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2968)] net-swp: Add example with transparent proxy and E2E test ([wiktorn](https://github.com/wiktorn)) <!-- 2025-03-19 11:00:21+00:00 -->
38+
- [[#2981](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2981)] Add dependency on VPC-SC resources to project factory ([LFicteam](https://github.com/LFicteam)) <!-- 2025-03-21 22:20:36+00:00 -->
39+
- [[#2974](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2974)] Fix push subscription in pubsub module ([simonebruzzechesse](https://github.com/simonebruzzechesse)) <!-- 2025-03-20 19:22:43+00:00 -->
40+
- [[#2973](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2973)] Add support for any ports to net-lb-app modules ([wiktorn](https://github.com/wiktorn)) <!-- 2025-03-20 10:28:17+00:00 -->
41+
- [[#2968](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2968)] Add transparent proxy example and e2e test to net-swp module ([wiktorn](https://github.com/wiktorn)) <!-- 2025-03-19 11:00:21+00:00 -->
3542
- [[#2967](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2967)] Allow to specify function egress settings without using a VPC connector ([LucaPrete](https://github.com/LucaPrete)) <!-- 2025-03-19 10:38:33+00:00 -->
3643
- [[#2966](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2966)] Add custom routes for directpath to net-vpc module ([ludoo](https://github.com/ludoo)) <!-- 2025-03-19 10:22:48+00:00 -->
3744
- [[#2965](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/pull/2965)] Revert "Fix broken upgrades of TF provider for routes" ([wiktorn](https://github.com/wiktorn)) <!-- 2025-03-18 10:06:46+00:00 -->
@@ -2943,7 +2950,8 @@ All notable changes to this project will be documented in this file.
29432950
- merge development branch with suite of new modules and end-to-end examples
29442951

29452952
<!-- markdown-link-check-disable -->
2946-
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v38.0.0...HEAD
2953+
[Unreleased]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v38.1.0...HEAD
2954+
[38.1.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v38.0.0...v38.1.0
29472955
[38.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.4.0...v38.0.0
29482956
[37.4.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.3.0...v37.4.0
29492957
[37.3.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v37.2.0...v37.3.0
@@ -3038,4 +3046,4 @@ All notable changes to this project will be documented in this file.
30383046
[1.3.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.2.0...v1.3.0>
30393047
[1.2.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.1.0...v1.2.0>
30403048
[1.1.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v1.0.0...v1.1.0>
3041-
[1.0.0]: <https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v0.1...v1.0.0>
3049+
[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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/autopilot-cluster/versions.tofu

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/batch/versions.tf

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/batch/versions.tofu

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/kafka/versions.tf

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/kafka/versions.tofu

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/kong-cloudrun/versions.tf

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/kong-cloudrun/versions.tofu

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/mysql/versions.tf

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/mysql/versions.tofu

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/redis-cluster/versions.tf

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/gke/patterns/redis-cluster/versions.tofu

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/secops/secops-gke-forwarder/versions.tf

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blueprints/secops/secops-gke-forwarder/versions.tofu

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: v38.0.0
15+
# Fabric release: v38.1.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:v38.0.0-tf"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v38.1.0-tf"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/path:v38.0.0-tf"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v38.1.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: v38.0.0
15+
# Fabric release: v38.1.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:v38.0.0-tofu"
30+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v38.1.0-tofu"
3131
}
3232
provider_meta "google-beta" {
33-
module_name = "google-pso-tool/cloud-foundation-fabric/path:v38.0.0-tofu"
33+
module_name = "google-pso-tool/cloud-foundation-fabric/path:v38.1.0-tofu"
3434
}
3535
}

0 commit comments

Comments
 (0)