0.16.0
This release changes the method that resources are applied in a cluster to use the server-side apply strategy. See the Kubernetes documentation on what that may entail for your clusters, but because of this, you will need to ensure you are running kubernetes 1.22 or greater. https://kubernetes.io/docs/reference/using-api/server-side-apply/
What's Changed
- Implement server-side apply in reconcilers by @Starttoaster in #275
- Set controller defaults for 0.16.0 by @Starttoaster in #276
Full Changelog: 0.15.4...0.16.0