Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Aug 30, 2024
1 parent e8c80ba commit e6bd1c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.
<!-- markdownlint-disable MD024 -->

## [Unreleased]
<!-- None < 2024-08-30 08:18:13+00:00 -->

## [34.0.0] - 2024-08-30

<!-- None < 2024-08-01 11:45:37+00:00 -->
<!-- 2024-08-30 08:18:13+00:00 < 2024-08-01 11:45:37+00:00 -->

### BLUEPRINTS

Expand Down Expand Up @@ -2447,7 +2447,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/v34.0.0...HEAD
[34.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v3.0.0...v34.0.0
[34.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v33.0.0...v34.0.0
[33.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v32.0.1...v33.0.0
[32.0.1]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v32.0.0...v32.0.1
[32.0.0]: https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/compare/v31.1.0...v32.0.0
Expand Down
2 changes: 1 addition & 1 deletion fast/stages/1-resman/variables-fast.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ variable "custom_roles" {
gcve_network_admin = string
network_firewall_policies_admin = string
# TODO: remove after v34.0.0
network_firewall_policies_viewer = string
network_firewall_policies_viewer = optional(string)
ngfw_enterprise_admin = string
ngfw_enterprise_viewer = string
organization_admin_viewer = string
Expand Down

0 comments on commit e6bd1c6

Please sign in to comment.