v0.30.2
Fixes
- AllowUnknownFields when unmarshalling a kube spec into a resource. Previously,
unknown fields would cause an error. This is safe, because for the spec to be persisted
in the first place, it must respect the CRD validation schema definition. (#505)