-
Notifications
You must be signed in to change notification settings - Fork 630
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
dep: update cloudflare-go to 0.102.0 #3713
Conversation
This project handles dependency version bumps (including upstream changes from cloudflare-go) independently of the standard PR process using automation. This allows the dependency upgrades to land without causing merge conflicts in multiple branches and handled in a consistent way. The exception to this is security related dependency upgrades but they should be co-ordinated with the maintainer team privately. Please remove the changes to the |
changelog detected ✅ |
Do I need to make this change without updating the dependency? |
i think that's fine here. it's largely to prevent random fly by PRs updating it and instead relying on dependabot. i was only seeing the issue when running the acceptance test suite since it is hitting a nil deference. |
@BSFishy are you able to get this over the line? this is blocking some other PRs from landing as the access changes were part of the dependency needed. |
Of course! I don't know which tests are failing, so not sure where to go from here, though |
|
Signed-off-by: Matt Provost <[email protected]>
looking good now thanks!
|
This functionality has been released in v4.41.0 of the Terraform Cloudflare Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
cloudflare-go
v0.102.0 introduced breaking changes around Access application schemas. Update to the latest version and fix those breakages.Tested using
make test
, which seems to pass, although I didn't run the acceptance tests.