Skip to content

Release v0.15.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 10:49
· 73 commits to main since this release
c0325d3

Changes included in v0.15.0:

🔨 Refactoring

  • [other] [developer] move smart requeue action into reconcile result #103: The information, how the object should be requeued when the smart requeuing logic is used with the status updater integration has been moved from the WithSmartRequeue call into the ReconcileResult.

🚀 Features

  • release v0.15.0 #104.
  • [feature] [developer] integrate smart requeue logic into status updater #102: The smart requeuing logic is now easier to use in combination with the status updater by using WithSmartRequeue.

🔧 Chores

  • [feature] [developer] add ConditionsToRemove field to ReconcileResult struct #101: The status updater's ReconcileResult struct now has a ConditionsToRemove field that takes a slice of condition types. If the condition updater is configured on the status updater, all conditions with the listed types are removed from the list of conditions.