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 Terraform terraform-google-modules/project-factory/google to v15 - autoclosed #71

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 10, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
terraform-google-modules/project-factory/google (source) module major ~> 3.0 -> ~> 15.0 16.0.0

Release Notes

terraform-google-modules/terraform-google-project-factory (terraform-google-modules/project-factory/google)

v15.0.1

Compare Source

Bug Fixes
  • core_project_factory: ignore if SA already exists (#​910) (cfd7f3f)

v15.0.0

Compare Source

⚠ BREAKING CHANGES
  • TPG >5.22: added vpc sc dry run mode option (#​894)
Features

v14.5.0

Compare Source

Features
Bug Fixes

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

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

Features
Bug Fixes
10.1.1 (2021-01-27)
Bug Fixes
  • Additional roles should only granted for Shared VPC when attaching to a service project (#​542) (99093de)

v10.1.1

Compare Source

v10.1.0

Compare Source

Features
Bug Fixes
10.0.1 (2020-12-16)
Bug Fixes

v10.0.2

Compare Source

10.0.2 (2021-01-06)
Bug Fixes

v10.0.1

Compare Source

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • Minimum Terraform version increased to 0.13.
  • All null_resources for executing gcloud scripts have been removed. See the upgrade guide for details.
  • Renamed the shared_vpc submodule to svpc_service_project. #​517) (86819d7)
Features
  • add TF 0.13 constraint and module attribution (#​513) (f6df34c)
  • support activate_api_identities in shared_vpc submodule (#​509) (8c5698c)
  • terraform: Add support Terraform 0.14 by bumping version constraint (#​505) (8c01c41)
Bug Fixes
  • Add billingbudgets.googleapis.com to precondition script. (#​493) (f9b53c3)
  • Add count variable to does not create the resource when value is keep (#​498) (a3deaad)
  • Add shared_vpc features back to rood module (#​446) (0a6b9b9)
  • All dependencies on gcloud have been removed. (#​491) (5886a4e)
  • readme link to svpc example (#​515) (ce1d46e)
  • Remove whitespace in test/setup-sa (#​495) (6d90ff3)
  • Support passing service project number to shared_vpc_access to be Terraform 0.13 compatible (#​500) (825d07b)

v9.2.1

Compare Source

9.2.1 (2020-11-09)
Bug Fixes

v9.2.0

Compare Source

Features
  • Add enable_shared_vpc_host_project to create project as shared VPC host project (#​465) (3b269be)
  • add apis related outputs to main module (#​470) (abc507f)
  • Add budget_monitoring_notification_channels to modules including budgets (#​476) (d1665d1)
  • Add impersonate_service_account to shared_vpc module to pass to core_project_factory (#​477) (e9f0c8f)
  • Removed preconditions script from Terraform execution (#​478) (79f7c95)
Bug Fixes
  • Fix Terraform 0.12+ warning on project_services (#​467) (e223f77)
  • Restore usage of var.enable_apis variable for project services submodule (#​473) (05d1465)

v9.1.0

Compare Source

Features
Bug Fixes

v9.0.1

Compare Source

9.0.1 (2020-09-11)
Bug Fixes

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • This change requires that you use the shared_vpc submodule to manage service account access. See the upgrade guide for details.
Features
  • Added shared_vpc_access submodule to enable GKE and Dataproc Service Account access. (#​434) (f16fd05)
Bug Fixes

v8.1.0

Compare Source

Features
  • Add support for attaching projects to a VPC Service Controls perimeter (#​428) (7ec34ef)
  • Enable GCS bucket versioning (#​431) (7a0d746)
Bug Fixes
8.0.2 (2020-07-01)
Bug Fixes
8.0.1 (2020-05-05)
Bug Fixes
  • Remove appengine.googleapis.com from required APIs (#​390) (b995924)

v8.0.2

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • Using the gcloud module now requires curl to be installed. See the upgrade guide for details.
Bug Fixes
  • Bump version of terraform-google-gcloud module to 1.0.0 (#​399) (2889db1)
Miscellaneous Chores

v7.1.1

Compare Source

7.1.1 (2020-04-16)
Bug Fixes
  • Bump version of terraform-google-gcloud module to 1.0.0 (#​399) (2889db1)

v7.1.0

Compare Source

Features
  • Add option for skipping the gcloud CLI download (#​393) (a534603)
  • Add use_tf_var_google_credentials_env_var variable (#​377) (64459de)
Bug Fixes
7.0.2 (2020-02-23)
Bug Fixes
7.0.1 (2020-02-10)
Bug Fixes
  • Allow 3.x provider version in fabric-project submodule. (#​361) (2b32b68)
  • Allow users to supply dynamically generated list of subnets (#​362) (4f372dd)

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

Fixed
  • Added back on_failure = continue to precondition's local-exec [#​357]
Added
  • The optional budget_amount variable will create a budget on the new project. Separate submodule budget for additional options. [#​354]
Changed
  • BREAKING: Addition of google_billing_budget increases google provider minimum to >=3.1. [#​354]

v6.2.1

Compare Source

Changed
  • Changed required google provider version to >= 2.1, < 4.0 [#​350]

v6.2.0

Compare Source

Added
  • The pip_executable_path variable which can be altered to support execution in a Windows environment. [#​343]
  • The modify-service-account.sh steps are now executed in the context of the terraform-google-gcloud module so there is no longer a dependency on having gcloud installed on the host. [#​343]
Fixed
  • The precondition script is fixed and will run successfully. on_failure = "continue" was also removed to prevent silent failures. [#​343]

v6.1.0

Compare Source

Added
  • The python_interpreter_path variable which can be altered to support execution in a Windows environment. [#​265]
  • Support for importing existing projects. [#​138]
Changed
  • When deleting a service account, deprivilege first to remove IAM binding [#​341]
  • The preconditions script checks for the existence of gcloud. [#​331]
  • The service account setup script only requests the specified project. [#​338]
Fixed
  • Fixed typo in default_service_account variable's default value from depriviledge to deprivilege. [#​345]
  • The feature_settings variable on the app_engine submodule has a valid default. [#​324]

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • TPG>=5.33: add support for setting cloud armor tier of the project (#​921)
Features
  • TPG>=5.33: add support for setting cloud armor tier of the project (#​921) (895b501)
Bug Fixes

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • TPG >5.22: added vpc sc dry run mode option (#​894)
Features

v4.0.1

[Compare Source](https://togithub.com/terraform-google-modules/terrafo


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@dpebot
Copy link
Collaborator

dpebot commented May 10, 2024

/gcbrun

@renovate renovate bot changed the title chore(deps): Update Terraform terraform-google-modules/project-factory/google to v15 chore(deps): Update Terraform terraform-google-modules/project-factory/google to v15 - autoclosed Aug 25, 2024
@renovate renovate bot closed this Aug 25, 2024
@renovate renovate bot deleted the renovate/terraform-google-modules-project-factory-google-15.x branch August 25, 2024 02:58
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.

1 participant