-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
terraform module references through git are included in pinDigests and break #14790
Comments
Hi there, Help us by making a minimal reproduction repository. Before we can start work on your issue we first need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. To get started, please read our guide on creating a minimal reproduction to understand what is needed. We may close the issue if you (or someone else) have not provided a minimal reproduction within two weeks. If you need more time, or are stuck, please ask for help or more time in a comment. Good luck, The Renovate team |
I've set up a reproduction repo here: https://github.com/mikebryant/renovate-repro-14790 Logs
|
Thanks @mikebryant. Is the first thing "wrong" in the logs the facts that a "pin" update is being proposed? I.e. it should never happen, which would then mean the branch update would never be attempted? |
Yes |
I guess we need a way of disabling digests for |
🎉 This issue has been resolved in version 32.22.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
How are you running Renovate?
WhiteSource Renovate hosted app on github.com
If you're self-hosting Renovate, tell us what version of Renovate you run.
No response
Please select which platform you are using if self-hosting.
No response
If you're self-hosting Renovate, tell us what version of the platform you run.
No response
Was this something which used to work for you, and then stopped?
I never saw this working
Describe the bug
I setup an org default.json in
renovate-config
, with"pinDigests": true,
When this was used to onboard a repository containing terraform modules referenced via git, e.g.
Renovate attempted to setup a pin PR for this repo, even though this is not supported, and failed to create/update the branch
This also had the same error for the single branch for updating this dependency (
WARN: Error updating branch: update failure
)When I updated the config with:
The branch for this dependency, and the pin-dependencies branch (no longer including this dependency), were both created successfully
Reproduction repo is here: https://github.com/mikebryant/renovate-repro-14790
Relevant debug logs
Logs
Log #611178745, Filtered with Branch
renovate/pin-dependencies
Have you created a minimal reproduction repository?
I have linked to a minimal reproduction repository in the bug description
The text was updated successfully, but these errors were encountered: