🚨 PLEASE READ BEFORE UPGRADING 🚨
This version contains changes in the ClusterSPIFFEID CRD. It also adds a new ClusterStaticEntry CRD. Before upgrading you MUST do the following, in order:
- Update/install those CRDs into your cluster (see here and here).
- Update the the
manager-roleClusterRole, which includes additional permissions for the newClusterStaticEntryCRD (see here)
Added
- ClusterStaticEntry CRD for registering workloads that live outside the cluster (#149)
- ClusterSPIFFEID CRD can configure JWT-SVID TTL (#189)
- The namespaces to ignore can now be defined using a regex (#170)
Updated
- Minor documentation changes (#213)
Changed
- Use distroless static image as base (#198)