v0.19.0
Nothing needs to be changed in an existing project to fix this issue.
See #3265 for more details.
See for more details.
For Helm-based operators to be more aligned with Helm, the condition reason was renamed to UpgradeSuccessful
for the ReleaseFailed
condition. Note that this is NOT a breaking change for Helm-based operators themselves. However, any script or code that is depending on this condition reason must be updated to use UpgradeSuccessful
instead of UpdateSuccessful
.
For Helm-based operators to be more aligned with Helm, the UpdateError
condition reason was renamed to UpgradeError
for the ReleaseFailed
condition. Note that this is NOT a breaking change for Helm-based operators themselves. However, any script or code that is depending on this condition reason must be updated to use UpgradeError
instead of UpdateError
.
See #3269 for more details.