Skip to content

v0.6.2 馃檯

Compare
Choose a tag to compare
@release-drafter release-drafter released this 03 Aug 20:32
· 12 commits to master since this release
2da0e28

Notable Changes

This release brings a new EnforcePodAnnotations AdmitFunc for enforcing a set of annotations (and validating their values) on admitted Pods.

The AdmitFunc takes a map[string]func(string) bool of required annotations, which allows you to dynamically validate annotation values (e.g. DNS names, JSON schemas, etc.) during admission - where string is the current value and the returned bool determines whether the value is acceptable or not.

EnforcePodAnnotations can inspect Pods, Deployments, StatefulSets, DaemonSets & Jobs, as these all create Pods.

CHANGELOG