Added
- New
azure_imdsnode attestor plugin for attesting nodes running in Microsoft Azure using the Azure Instance Metadata Service (IMDS) (#6312) - The AWS KMS key manager plugin now supports key tagging (#6410)
- The JWT-SVID profile on spire server can now be disabled using the
disable_jwt_svidsconfig (#6272) spire-server validatenow supports validating plugin configuration (#6355)- Support for ec-p384 curve in the
workload_x509_svid_key_typeconfiguration option in spire-agent (#6389) - The docker workload attestor now supports the
docker:image_config_digestselector (#6391) - GCP CAs now specify a
certificate_idinCreateCertificateRequestfor Enterprise tier compatibility (#6392) - Dummy implementations for the WIT-SVID profile (#6399)
- GCP cloudsql-proxy can now be used with postgres (#6463)
- The KeyManager directory is now validated to exist and be writeable on agent startup (#6397)
Changed
- QueryContext is now used for querying the version database version and CTE support (#6461)
- The
k8sanddockerworkload attestors now ignore cgroup mountinfo with root == / (#6462) - spire-server now stops fetching all events if a context cancelled error is returned while processing a list of events (#6472)
Removed
- Removed the deprecated 'retry_rebootstrap' agent config (#6431)
- Removed unused database model, V3AttestedNode (#6381)