"Failed to decrypt field" after upgrading to Renovate >= 37.317.0 #28934
What would you like help with?I think I found a bug How are you running Renovate?Self-hosted If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.Bitbucket Cloud; Renovate >= 37.317.0 Please tell us more about your question or problemHello! Since upgrading our self-hosted Renovate to versions >= Poking through the release notes for What we've observed is that With all of that said, my questions are:
My concern is that anyone who's using a newer GnuPG might run into this issue, and with the recent release of Ubuntu 24.04 - which defaults to GnuPG Logs (if relevant)Logs |
Replies: 3 comments 10 replies
|
|
I would like to take advantage of this thread to mention a problem I encountered: if your ciphertext is less than 500 characters long, you will encounter an error during decryption. This can happen when your key is 2048 bits and your secret is short. This problem is caused by this condition : renovate/lib/config/decrypt/kbpgp.ts Lines 9 to 12 in 01d4d0d |
|
It should now be possible to use AEAD with renovate v42 when setting |
It should now be possible to use AEAD with renovate v42 when setting
RENOVATE_X_PGP_RUNTIME=wasm-javawhich will become the default on renovate v43