Renovate 43.129.1 breaks on my setup #42772
-
How are you running Renovate?Self-hosted Renovate CLI Which platform you running Renovate on?Gitea Which version of Renovate are you using?43.129.1 Please tell us more about your question or problemI've been running Renovate for a long time as a Kubernetes cronjob and I have enabled auto-merge. This has worked until now, but it broke early this morning - more precisely since the upgrade to 43.129.1. All repo scanning fails with a strange SSH error - even though I use HTTPS to access my Gitea server. Downgrading to 43.129.0 solves the problem. I use the stock Renovate image Configuration is basically done using environment variables from a Kubernetes secret. Everything is setup to use HTTPS, so I wonder why I get SSH errors? (See the log snippet below) The error is logged over and over for each and every repo on the Gitea host. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hm - upgrading to |
Beta Was this translation helpful? Give feedback.
Hm - upgrading to
43.135.0also solves the problem, but43.129.1still fails.