mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-23 06:05:02 -04:00
Updated CHANGELOG
This commit is contained in:
parent
9c60150aa4
commit
7d94ffee28
1 changed files with 24 additions and 10 deletions
34
CHANGELOG.md
34
CHANGELOG.md
|
@ -22,29 +22,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Kubernetes operator for Constellation nodes with ability to update node images.
|
|
||||||
- CoreOS images are publicly available for GCP.
|
|
||||||
- Cilium strict pod2pod encryption.
|
|
||||||
- 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
|
### Changed
|
||||||
|
|
||||||
- Use Azure CVMs instead of Trusted Launch VMs.
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
<!-- For soon-to-be removed features. -->
|
<!-- For soon-to-be removed features. -->
|
||||||
### Removed
|
### Removed
|
||||||
<!-- For now removed features. -->
|
<!-- For now removed features. -->
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix timeout issue during cilium installation.
|
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
<!-- In case of vulnerabilities. -->
|
<!-- In case of vulnerabilities. -->
|
||||||
### Internal
|
### Internal
|
||||||
|
|
||||||
|
## [1.5.0] - 2022-08-19
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Kubernetes operator for Constellation nodes with ability to update node images.
|
||||||
|
- CoreOS images are publicly available for GCP.
|
||||||
|
- Cilium strict pod2pod encryption.
|
||||||
|
- 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.
|
||||||
|
- License check during init
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Use Azure CVMs instead of Trusted Launch VMs.
|
||||||
|
- Parallel resource creation on Azure.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix timeout issue during cilium installation.
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
|
||||||
- Run e2e tests on all supported versions.
|
- Run e2e tests on all supported versions.
|
||||||
- Run e2e tests on latest debug images, instead of release image.
|
- Run e2e tests on latest debug images, instead of release image.
|
||||||
|
- Upgrade Azure SDK
|
||||||
|
|
||||||
## [1.4.0] - 2022-08-02
|
## [1.4.0] - 2022-08-02
|
||||||
|
|
||||||
|
@ -179,7 +192,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
Initial release of Constellation. With underlying WireGuard and Kubernetes compliant.
|
Initial release of Constellation. With underlying WireGuard and Kubernetes compliant.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v1.4.0...HEAD
|
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v1.5.0...HEAD
|
||||||
|
[1.5.0]: https://github.com/edgelesssys/constellation/compare/v1.4.0...v1.5.0
|
||||||
[1.4.0]: https://github.com/edgelesssys/constellation/compare/v1.3.1...v1.4.0
|
[1.4.0]: https://github.com/edgelesssys/constellation/compare/v1.3.1...v1.4.0
|
||||||
[1.3.1]: https://github.com/edgelesssys/constellation/compare/v1.3.0...v1.3.1
|
[1.3.1]: https://github.com/edgelesssys/constellation/compare/v1.3.0...v1.3.1
|
||||||
[1.3.0]: https://github.com/edgelesssys/constellation/compare/v1.2.0...v1.3.0
|
[1.3.0]: https://github.com/edgelesssys/constellation/compare/v1.2.0...v1.3.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue