secret-manager icon indicating copy to clipboard operation
secret-manager copied to clipboard

Deprecate support for Kubernetes <1.15

Open mcavoyk opened this issue 4 years ago • 0 comments

Keeping legacy CRD's adds support overhead (like https://github.com/itscontained/secret-manager/issues/43). These legacy CRD's also do not support resource conversion so can only use the storage version for each CRD.

My suggestion would be maintain best-effort support until Kubernetes v1.21 is released upstream (~March 2021) and then deprecate these and move the require kubeVersion in the chart.yaml from v1.11 to v1.16.

mcavoyk avatar Oct 21 '20 04:10 mcavoyk