Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update TF modules (major) #54

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 26, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
terraform-google-modules/network/google (source) module major ~> 1.5.0 -> ~> 8.1.0
terraform-google-modules/project-factory/google (source) module major ~> 3.0 -> ~> 14.0

Release Notes

terraform-google-modules/terraform-google-network (terraform-google-modules/network/google)

v8.1.0

Compare Source

Features

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • bumping tf to v1.3 for fabric-net-firewall (#​515)
  • deps: Update Terraform terraform-google-modules/cloud-dns/google to v5 (#​489)
Bug Fixes
  • bumping tf to v1.3 for fabric-net-firewall (#​515) (c08ea5f)
  • deps: Update Terraform terraform-google-modules/cloud-dns/google to v5 (#​489) (adb3e2a)
  • network-firewall-policy not able to use target_secure_tags (#​514) (a5418b4)

v7.5.0

Compare Source

Features
Bug Fixes
  • upgraded versions.tf to include minor bumps from tpg v5 (#​503) (4ef6a9b)

v7.4.0

Compare Source

Features
Bug Fixes

v7.3.0

Compare Source

Features
  • add ingress and egress firewall rules to main module (#​485) (663f1d8)
Bug Fixes

v7.2.0

Compare Source

Features

v7.1.0

Compare Source

Features
  • add destination_ranges and source_ranges in firewall rules (#​464) (83a7e85)
  • added network firewall policy sub-module (#​453) (7b197c6)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • TF >= 1.3: allow optional vars in firewall rules module (#​438)
  • TPG >=4.25: add IPv6 support (#​420)
Features
Bug Fixes
  • TF >= 1.3: allow optional vars in firewall rules module (#​438) (b188d37)

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • update minimum TPG version to 3.33 for firewall-rules #​381
  • increase subnets module minimum TPG to 2.15 (#​377)
Bug Fixes

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • update min TPG versions 3.83 (#​349)
Bug Fixes

v4.1.0

Compare Source

Features
4.0.1 (2021-11-11)
Bug Fixes

v4.0.1

Compare Source

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • shared_vpc attachments in the fabric-net-svpc-access submodule have been refactored, changing the state location.
Bug Fixes
  • require google-beta also in the root module, not just in vpc module (#​327) (e28f1e5)
  • use for_each for shared VPC service project connections (#​329) (3f400af)

v3.5.0

Compare Source

Features
  • Add max_throughput to vpc-serverless-connector-beta (#​322) (1cc50ca)

v3.4.0

Compare Source

Features
  • add top-level output network_id from the vpc module (#​315) (be66cf4)
Bug Fixes
  • fabric: Replaced count with for_each on google_compute_subnetwork_iam_binding to prevent destroy/recreate when the list changes. (#​311) (ead88f8)

v3.3.0

Compare Source

Features
Bug Fixes
3.2.2 (2021-04-24)
Bug Fixes
3.2.1 (2021-04-08)
Bug Fixes
  • Switch shared_vpc resources to beta provider in access submodule (#​269) (5b00673)

v3.2.2

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

Features
  • Add support for export_local_subnet_routes_with_public_ip and export_peer_subnet_routes_with_public_ip (#​255) (8666553)
3.1.2 (2021-02-25)
Bug Fixes
  • Eliminate deprecation warning due to pre-0.12 string interpolation syntax (#​249) (1d833dc)
3.1.1 (2021-02-16)
Bug Fixes
  • Allow next_hop_gateway to be passed for non-internet routes (#​242) (08d7167)
  • Update required Terraform version for firewall-rules submodule (#​245) (6a86ae2)

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

Features
3.0.1 (2021-01-15)
Bug Fixes
  • Automatically truncate VPC peering name if necessary (#​229) (67e833a)
  • By default, accept standard API MTU configuration of 1460 (#​226) (26507ba)

v3.0.1

Compare Source

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • Minimum Terraform version increased to 0.13.
  • Minimum Google provider version increased to 3.45.0.
Features
Miscellaneous Chores
  • add Terraform 0.13 constraint and module attribution (#​224) (6c835be)

v2.6.0

Compare Source

Features
  • Setting default values for Flow logs on beta submodule (#​209) (1a2d1b5)
  • Added support for Terraform 0.14 (#​217)

v2.5.0

Compare Source

Features
  • Allow passing target_tags to configure the default firewall rules (#​191) (996b4f1)
Bug Fixes

v2.4.0

Compare Source

Features
  • Switch default route deletion to use native method. (#​185) (c1d786f)
    • Route deletion has now been moved to the VPC module. Hence, you must remove calls to delete_default_internet_gateway_routes from
      any usage of the routes submodule
Bug Fixes

v2.3.0

Compare Source

Features

v2.2.0

Compare Source

Features
2.1.2 (2020-04-02)
Bug Fixes
2.1.1 (2020-02-04)
Bug Fixes
  • Correct the service_project_ids type (#​152) (80b6f54)
  • Resolve "Invalid expanding argument value" issue with the newer versions of terraform (#​153) (5f61ffb)

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

Features
Bug Fixes
  • Make project_id output dependent on shared_vpc host enablement (#​150) (75f9f04)
2.0.2 (2020-01-21)
Bug Fixes
  • relax version constraint in README (1a39c7d)

v2.0.2

Compare Source

v2.0.1

Compare Source

Fixed
  • Fixed bug for allowing internal firewall rules. #​123
  • Provided Terraform provider versions and relaxed version constraints. #​131

v2.0.0

Compare Source

v2.0.0 is a backwards-incompatible release. Please see the upgrading guide.

Added
  • Split main module up into vpc, subnets, and routes submodules. [#​103]
Fixed
  • Fixes subnet recreation when a subnet is updated. [#​73]
terraform-google-modules/terraform-google-project-factory (terraform-google-modules/project-factory/google)

v14.4.0

Compare Source

Features
Bug Fixes

v14.3.0

Compare Source

Features
  • budget: Only read project data when budget will be created (#​829) (ee3865b)

v14.2.1

Compare Source

Bug Fixes
  • add service account access for gke in shared vpc (#​822) (e133faf)

v14.2.0

Compare Source

Features
  • added datastream support in shared_vpc_access module (#​788) (a03c5e8)
Bug Fixes

v14.1.0

Compare Source

Features
  • configure propagation time (time sleep) for inclusion of the created project in a VPC-SC perimeter (#​766) (086210b)

v14.0.0

Compare Source

⚠ BREAKING CHANGES
  • Increase to minimum TPG version 4.28 (#​738)
Features

v13.1.0

Compare Source

Features
  • Add support to project cloud storage public access prevention (#​740) (e9ba8a2)
  • update test/setup to pfactory 13.0 (321bed2)
Bug Fixes

v13.0.0

Compare Source

⚠ BREAKING CHANGES
  • add upgrade guide, update provider constraints (#​705)
  • Add dimensions argument to consumer quota override (#​683)
  • replace grant_services_network_role with grant_network_role for networkUser role management (#​697)
Features
  • Add dimensions argument to consumer quota override (#​683) (d1d7624)
  • replace grant_services_network_role with grant_network_role for networkUser role management (#​697) (d309270)
  • setup-sa.sh use add-iam-policy-binding (#​689) (616ede9)
Bug Fixes

v12.0.0

Compare Source

⚠ BREAKING CHANGES
  • Budget module should support filtering on labels (#​627)
  • Minimum provider version increased to v4.5 (#​627)
Features
11.3.1 (2022-01-11)
Bug Fixes
  • ConflictsWith in project org_id & folder_id (#​676) (2e59c9a)
  • grant roles/billing.viewer to the seed service account in helper. (#​666) (e444e2a)
  • Wrap budget_name output with length check (#​673) (21871b2)

v11.3.1

Compare Source

v11.3.0

Compare Source

Features
11.2.3 (2021-10-20)
Bug Fixes
11.2.2 (2021-10-13)
Bug Fixes
  • Allow explicit provider configuration in module (#​624) (621c527)
  • billing_budget resource should use GA provider (#​626) (b6d7bf1)
  • Don't attempt to activate service identity for compute.googleapis.com (#​628) (777092c)
11.2.1 (2021-09-23)
Bug Fixes
  • plumb grant_services_network_role for root module (#​619) (560396d)

v11.2.3

Compare Source

v11.2.2

Compare Source

v11.2.1

Compare Source

v11.2.0

Compare Source

Features
  • added the grant_services_network_role flag to control network IAM (#​618) (f116dd5)
  • Give VPC Access Agent Service Account for Cloud Run permissions on Shared VPC (#​615) (87d2df0)
11.1.1 (2021-07-29)
Bug Fixes
  • Added dependancies on Shared VPC attachment to work with VPC service controls (#​608) (59b7b96)

v11.1.1

Compare Source

v11.1.0

Compare Source

Features
Bug Fixes
  • Using project_id output is not forcing to wait for the fabric-project creation (#​601) (551833a)

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • Buckets now enable uniform bucket-level access by default. See the upgrade guide for details.
Features
  • Add support for enforcing uniform IAM access to project GCS bucket (#​585) (d9bd377)
Bug Fixes
10.3.2 (2021-04-05)
Bug Fixes
  • Simplify project_id output in core_project_factory (#​572) (1bde0af)
10.3.1 (2021-03-30)
Bug Fixes
  • Add force_destroy option for included GCS bucket (#​545) (1774999)
  • Change quota manager submodule required versions to allow 0.14 (#​569) (448456c)
  • Replace "true"/"false" strings with bool values (#​559) (2d082f3)

v10.3.3

Compare Source

10.3.3 (2021-05-27)
Bug Fixes
  • Increasing versions of null & random providers to support arm (#​583) (28547ed)

v10.3.2

Compare Source

v10.3.1

Compare Source

v10.3.0

Compare Source

Features
Bug Fixes
  • Provide correct Cloud Composer roles for Shared VPC acces (#​567) (1f3130f)
10.2.2 (2021-03-17)
Bug Fixes
  • Enable configuring shared_vpc resources at folder level (#​560) (d3fa559)
10.2.1 (2021-03-11)
Bug Fixes
  • Add explicit depends_on for budget project data source (#​556) (454076a)

[v10.2.2](https://togithub.com/terraform-google-modules/terraform-google-project-factory/blob/HEAD


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from Jberlinsky as a code owner August 26, 2023 17:46
@dpebot
Copy link
Collaborator

dpebot commented Aug 26, 2023

/gcbrun

@renovate renovate bot changed the title chore(deps): update tf modules (major) fix(deps): update tf modules (major) Aug 28, 2023
@renovate renovate bot force-pushed the renovate/major-tf-modules branch from 6d89680 to 6cf16d0 Compare September 11, 2023 21:38
@dpebot
Copy link
Collaborator

dpebot commented Sep 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/major-tf-modules branch from 6cf16d0 to 70e11d0 Compare September 11, 2023 22:14
@renovate renovate bot changed the title fix(deps): update tf modules (major) chore(deps): Update TF modules (major) Sep 11, 2023
@dpebot
Copy link
Collaborator

dpebot commented Sep 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/major-tf-modules branch from 70e11d0 to d84269d Compare October 4, 2023 21:16
@dpebot
Copy link
Collaborator

dpebot commented Oct 4, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/major-tf-modules branch from d84269d to ca9578e Compare October 10, 2023 02:20
@dpebot
Copy link
Collaborator

dpebot commented Oct 10, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/major-tf-modules branch from ca9578e to 9c3abbd Compare November 4, 2023 07:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 4, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/major-tf-modules branch from 9c3abbd to 104d821 Compare November 11, 2023 05:30
@dpebot
Copy link
Collaborator

dpebot commented Nov 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/major-tf-modules branch from 104d821 to a1f0cb7 Compare December 11, 2023 23:13
@dpebot
Copy link
Collaborator

dpebot commented Dec 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/major-tf-modules branch from a1f0cb7 to 97f7c93 Compare December 20, 2023 02:26
@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2023

/gcbrun

@bharathkkb bharathkkb closed this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants