Skip to content

Release v0.6.0

Choose a tag to compare

@github-actions github-actions released this 29 May 13:58
· 11 commits to main since this release
a0bab24

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)

➕ Other

[DEVELOPER]