Skip to content

Release v0.22.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 09:13
· 18 commits to main since this release
60c1340

Changes included in v0.22.0:

🚀 Features

  • add exact name predicate #149
    • [DEVELOPER][FEATURE] The pkg/controller library now has an ExactNamePredicate that allows to filter for a specific name and namespace.
  • add constant for k8s max name length #148
    • [DEVELOPER][FEATURE] The pkg/controller package now has a constant K8sMaxNameLength that holds the maximum length for k8s resource names. This is useful in combination with the package's ShortenToXCharacters function.
    • [DEVELOPER][FEATURE] In addition to the pkg/controller package's ShortenToXCharacters function, there is now also a ShortenToXCharactersUnsafe function which panics instead of returning an error if something goes wrong.
  • add func to shorten strings, deprecate old hash funcs #145
    • [DEVELOPER][FEATURE] feat: add func to shorten strings
      chore: deprecate old hash funcs