Releases: dotnet/dotnet-operator-sdk
Releases · dotnet/dotnet-operator-sdk
v6.0.0-prerelease.3
Features
- Error Retry: Allow configurable backoff and count. (#296) (285b5c1), closes #276
v6.0.0-prerelease.2
Features
- Webhooks: Make StatusCode/StatusMessage public. (#295) (0450204), closes #288
v6.0.0-prerelease.1
Features
- Combine resource events created,updated,notmodified. (#293) (acde9e8), closes #292
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".
v5.4.4
5.4.4 (2021-09-17)
Bug Fixes
- deps: update dependency dotnetkubernetesclient to v2.0.11 (cb73e20)
v5.4.3
5.4.3 (2021-09-14)
Bug Fixes
- deps: update dependency dotnetkubernetesclient to v2.0.10 (85c99b1)
v5.4.2
5.4.2 (2021-09-14)
Bug Fixes
- deps: update dependencies to v5.0.10 (b792c52)
v5.4.1
5.4.1 (2021-09-08)
Bug Fixes
- crd generator: Add
selector
to generated deployment (#275) (59ecef8)
v5.4.0
5.4.0 (2021-09-08)
Features
- Only regenerate resources if the assembly changed. (#273) (94e521c)
v5.3.6
5.3.6 (2021-08-27)
Bug Fixes
- event publish: improve error handling and use default as namespace if resource does not provide one. (0fe6c66)
- localtunnel: Do not fail whole application when localtunnel cannot initialize. (31de13a)