Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 20:34
· 135 commits to main since this release
709ae82

🚨 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 for endpoints CRD (see here)

Security

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)