Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 07:33

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".