GoogleCloudPlatform / terraform-google-cloud-functions

Deploys Cloud Functions (Gen 2)
https://registry.terraform.io/modules/GoogleCloudPlatform/cloud-functions/google
Apache License 2.0
30 stars 25 forks source link

chore(main): release 0.5.0 #69

Closed release-please[bot] closed 1 month ago

release-please[bot] commented 11 months ago

:robot: I have created a release beep boop

0.5.0 (2024-05-22)

⚠ BREAKING CHANGES

Features

Bug Fixes


This PR was generated with Release Please. See documentation.

dpebot commented 11 months ago

/gcbrun

dpebot commented 10 months ago

/gcbrun

dpebot commented 10 months ago

/gcbrun

dpebot commented 10 months ago

/gcbrun

dpebot commented 9 months ago

/gcbrun

github-actions[bot] commented 7 months ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

dpebot commented 7 months ago

/gcbrun

dpebot commented 6 months ago

/gcbrun

dpebot commented 6 months ago

/gcbrun

dpebot commented 5 months ago

/gcbrun

dpebot commented 5 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 4 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 3 months ago

/gcbrun

dpebot commented 2 months ago

/gcbrun

dpebot commented 2 months ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

eeaton commented 1 month ago

I've identified this PR as a blocker in a chain of dependencies that is blocking https://github.com/terraform-google-modules/terraform-example-foundation/pull/1221 .

I'll work on addressing the failing test terraform-google-cloud-functions-int-trigger (cloud-foundation-cicd)

apeabody commented 1 month ago

I've identified this PR as a blocker in a chain of dependencies that is blocking terraform-google-modules/terraform-example-foundation#1221 .

  • The blocked PR needs to upgrade to terraform-google-project-factory v15.0.1 for a functional fix. That PR fails due to GoogleCloudPlatform/cloud-functions/google v0.4.1 having provider constraints version = <5.0.
  • Latest tagged version of GoogleCloudPlatform/cloud-functions/google is 0.4.1, but does not include the fix to this repo Update to Terraform Provider Google 5+ #89

I'll work on addressing the failing test terraform-google-cloud-functions-int-trigger (cloud-foundation-cicd)

Hi @eeaton - I just merged https://github.com/GoogleCloudPlatform/terraform-google-cloud-functions/pull/125 about an hour ago so that this release will now be TPG v5 compatible. This particular test was likely a flake, so I've re-triggered.

release-please[bot] commented 1 month ago

:robot: Release is at https://github.com/GoogleCloudPlatform/terraform-google-cloud-functions/releases/tag/v0.5.0 :sunflower:

eeaton commented 1 month ago

Thanks, glad it's merged now. As an FYI, I looked into the causes of flaky CI failures here, most seem to be related to the core project factory. From checking the last 12 flaky failures...

apeabody commented 1 month ago
  • 5/12 had a 409 project already exists error (haven't identified a root cause explanation)

It's possible some could be random naming conflicts, although seems unlikely all for that qty.

  • 3/12 had a 409 service account already exists error.

Are you seeing those in this PR? https://github.com/terraform-google-modules/terraform-example-foundation/pull/1221 Otherwise the repo hasn't been fully updated to v15.0.1. There are also SAs created by other modules besides project_factory...