Update CHANGELOG

This commit is contained in:
Malte Poll 2022-08-19 14:35:36 +02:00 committed by Malte Poll
parent 8d642be204
commit 5216de0803

View File

@ -28,7 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add a configurable list of enforced measurements to the config. If an expected measurement can not be verified during attestation, but it is not in the list of enforced measurements, only a warning is logged.
### Changed
<!-- For changes in existing functionality. -->
- Use Azure CVMs instead of Trusted Launch VMs.
### Deprecated
<!-- For soon-to-be removed features. -->
### Removed
@ -36,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fix timeout issue during cilium installation.
### Security
<!-- In case of vulnerabilities. -->
### Internal