Releases: spiffe/spire-controller-manager
Releases · spiffe/spire-controller-manager
v0.3.0
🚨 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-role
ClusterRole, which includes additional permissions for the newClusterStaticEntry
CRD (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)
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.0
First official release! The SPIRE controller manager supports:
- Registering workloads using the ClusterSPIFFEID custom resource
- Establishing federation relationships with foreign trust domains using the ClusterFederatedTrustDomain resource
- Full management of the Validating Admission Controller webhook credentials