Releases: dotnet/dotnet-operator-sdk
Releases · dotnet/dotnet-operator-sdk
v6.0.3
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2021-10-11)
Bug Fixes
Features
- Combine resource events created,updated,notmodified. (#293) (7789296), closes #292
- CRDs: Allow ShortNames to be configured. (#297) (766bc55), closes #271
- Error Retry: Allow configurable backoff and count. (#296) (9254bb1), closes #276
- Webhooks: Make StatusCode/StatusMessage public. (#295) (2bd5166), closes #288
BREAKING CHANGES
- This removes the separat methods
for "created", "updated", and "not modified" events.
Those events are combined into one event "reconcile".
According to https://en.wikipedia.org/wiki/Control_loop,
this is considered good practice. To migrate, remove
all references to the mentioned events and replace
them with one call to "reconcileasync".