You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
🚨 Breaking
[OPERATOR]
The operator no longer searches its ProviderConfig with the name "default" but now with the name that is passed via the "--provider-name" argument. (#158, @reshnm)
🚀 Features
[DEVELOPER]
Group openmcp-project/build submodule and workflow dependency updates into a single Renovate PR (#139, @moelsayed)
[OPERATOR]
user input error handling to prevent unnecessary requeues (#159, @reshnm)
🐛 Bugfixes
[USER]
Fix panic when CrossplaneVersion.Image is omitted in ProviderConfig. A nil pointer dereference in discoverCrossplaneImagePullSecrets caused the controller to crash for setups not using a private image registry. (#133, @ValentinGerlach)