Skip to content

Release v0.13.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 13:52
· 112 commits to main since this release
062be38

Changes included in v0.13.0:

🚀 Features

  • release v0.13.0 #92.
  • event recording for changed conditions #87.
  • Adapt condition updater to use metav1.Condition #86.

🔧 Chores

  • add ValidatingAdmissionPolicy(Binding) resource mutators #91: Added resource mutators for ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding.

🐛 Fixes

  • fix cluster's Scheme() method in test setups #89: Improved the implementation of the Cluster type's Scheme method so it does not return nil for Clusters created via NewTestClusterFromClient.