Releases: spiffe/spire-controller-manager
Releases · spiffe/spire-controller-manager
v0.6.0
🚨 PLEASE READ BEFORE UPGRADING 🚨
This version contains changes in the ClusterSPIFFEID
CRD. Before upgrading you MUST do the following:
- Update the CRD in your cluster (see here).
Added
- Hint field to the ClusterSPIFFEID CRD that controls the hint on resulting entries (#416)
- Fallback field to the ClusterSPIFFEID CRD which causes the CR to only apply if no other non-fallback CRs have been applied to a given pod (#415)
- Missing documentation for the className on the ClusterFederatedTrustDomain CRD (#413)
v0.5.0
🚨 PLEASE READ BEFORE UPGRADING 🚨
This version contains changes in the ClusterStaticEntry
CRD. Before upgrading you MUST do the following:
- Update the CRD in your cluster (see here).
Added
v0.4.4
Security
- Updated Golang to 1.21.9 to address CVE-2023-45288 (#338)
v0.4.3
v0.4.2
v0.4.1
v0.4.0
🚨 PLEASE READ BEFORE UPGRADING 🚨
This version contains changes in the ClusterSPIFFEID
CRD, ClusterFederatedTrustDomain
CRD and ClusterStaticEntry
CRD. Before upgrading you MUST do the following, in order:
- Update those CRDs into your cluster (see here, here and here).
- Update the
manager-role
ClusterRole, which includes additional permissions forendpoints
CRD (see here)
Security
- Updated to google.golang.org/grpc v1.59.0 to address CVE-2023-44487 (#231)
Added
- ClusterSPIFFEID CRD support for DNS name auto-population (#122)
- Support for multiple SPIRE clusters running in the same K8S cluster using ClassName's (#230)
Fixed
- Missing status subresource definitions (#223)
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)