mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
acdcb535c0
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
54 lines
1.6 KiB
Markdown
54 lines
1.6 KiB
Markdown
<!--
|
|
|
|
Styleguide for this document:
|
|
|
|
- Sentences should end with a period.
|
|
- This is the keepachangelog style, whereas the Microsoft Style Guide we use for other docs omits periods for short list items.
|
|
- Omit the verb if possible.
|
|
- "Early boot logging ..." instead of "Add early boot logging ...".
|
|
- If you need a verb, it should usually be imperative mood (Add instead of Added).
|
|
- Items should start with a capital letter.
|
|
|
|
-->
|
|
|
|
# Changelog
|
|
|
|
All notable changes to Constellation will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- Loadbalancer for control-plane recovery
|
|
- K8s conformance mode
|
|
- Local cluster creation based on QEMU
|
|
- Verification of Azure trusted launch attestation keys
|
|
|
|
### Changed
|
|
<!-- For changes in existing functionality. -->
|
|
- Autoscaling is now directly managed inside Kubernetes, by the Constellation node operator.
|
|
- The `constellation create` on GCP now uses Terraform to create and destroy cloud resources.
|
|
- GCP instances are now created without public IPs by default.
|
|
|
|
### Deprecated
|
|
<!-- For soon-to-be removed features. -->
|
|
### Removed
|
|
<!-- For now removed features. -->
|
|
- CLI options for autoscaling, as this is now managed inside Kubernetes.
|
|
|
|
### Fixed
|
|
|
|
### Security
|
|
<!-- In case of vulnerabilities. -->
|
|
### Internal
|
|
|
|
## [2.0.0] - 2022-09-12
|
|
|
|
Initial release of Constellation.
|
|
|
|
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v2.0.0...HEAD
|
|
[2.0.0]: https://github.com/edgelesssys/constellation/releases/tag/v2.0.0
|