Releases: intel/trusted-certificate-issuer
Releases · intel/trusted-certificate-issuer
0.5.0
Release v0.4.0
What's Changed
- Support for key provisioning using KMRA v2.2+.
- Added back the 'use-random-nonce' command-line argument.
- Upgrade all dependencies
- Few security fixes to Dockerfile and deployments reported by
trivy
tool.
New Contributors
- @astronaut0131 made their first contribution at #63
Full Changelog: 0.3.0...0.4.0
Release v0.3.0
What's Changed
- Minor fixes to ReadMe #56
- controller/issuer: make sure the signer is loaded from the token #57
- internal/sgx: support for AES-GCM key unwrapping #58
- Validate SGX Quote if provided inside CSR #60
- Dockerfile: update SGX-SDK and DCAP to the latest versions #61
Full Changelog: 0.2.0...0.3.0
Release v0.2.0
What's Changed
- go.mod: update dependencies
- QuoteAttestation API: remove support for multiple signers
- Do not share quote between multiple issuers
- [helm] Update documentation
- Increase pod resource limits
- Fix issue in keep reconciling for attestation ready
- Fix crash in remove signer code path
- Support for setting sub-object labels for TCSIssuer
- README.md: Add diagrams, asciinema videos, and update copyrights
- Use random nonce with the timestamp for quote generation [KMRA >= v2.2]
Full Changelog: v0.1.0...v0.2.0
Initial release
Features:
- Automatic key provisioning using Trusted Certificate Controller