Skip to content

Release v0.20.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 09:14
· 43 commits to main since this release
a7d231f

Changes included in v0.20.0:

🚀 Features

  • new, shorter hash function for k8s resource names #141
    • [DEVELOPER][FEATURE] feat: new, shorter hash function for k8s resource names
  • add helper function for logging requeues #137
    • [DEVELOPER][FEATURE] The pkg/logging package's Logger now has a LogRequeue function that can be used to easily log a message if the object that was just reconciled is going to be requeued.