2022-07-05 16:07:15 +02:00
|
|
|
<!--
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
2022-05-27 16:53:16 +02:00
|
|
|
# Changelog
|
2022-07-29 09:52:47 +02:00
|
|
|
|
2022-05-27 16:53:16 +02:00
|
|
|
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).
|
2022-08-12 15:59:45 +02:00
|
|
|
|
2022-05-27 16:53:16 +02:00
|
|
|
## [Unreleased]
|
2022-08-12 15:59:45 +02:00
|
|
|
|
2022-08-02 18:49:55 +02:00
|
|
|
### Added
|
2022-08-09 09:13:05 +02:00
|
|
|
|
2022-09-14 13:25:42 +02:00
|
|
|
- Loadbalancer for control-plane recovery
|
2022-09-20 10:07:55 +02:00
|
|
|
- K8s conformance mode
|
2022-09-26 15:52:31 +02:00
|
|
|
- Local cluster creation based on QEMU
|
2022-10-04 16:44:44 +02:00
|
|
|
- Verification of Azure trusted launch attestation keys
|
2022-09-14 13:25:42 +02:00
|
|
|
|
2022-08-19 14:58:07 +02:00
|
|
|
### Changed
|
2022-08-16 18:48:33 +02:00
|
|
|
<!-- For changes in existing functionality. -->
|
2022-09-19 15:09:35 +02:00
|
|
|
- Autoscaling is now directly managed inside Kubernetes, by the Constellation node operator.
|
2022-09-27 09:22:29 +02:00
|
|
|
- The `constellation create` on GCP now uses Terraform to create and destroy cloud resources.
|
|
|
|
- GCP instances are now created without public IPs by default.
|
2022-08-19 14:58:07 +02:00
|
|
|
|
|
|
|
### Deprecated
|
|
|
|
<!-- For soon-to-be removed features. -->
|
|
|
|
### Removed
|
|
|
|
<!-- For now removed features. -->
|
2022-09-19 15:09:35 +02:00
|
|
|
- CLI options for autoscaling, as this is now managed inside Kubernetes.
|
2022-08-29 14:43:01 +02:00
|
|
|
|
2022-08-19 14:58:07 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
### Security
|
|
|
|
<!-- In case of vulnerabilities. -->
|
|
|
|
### Internal
|
|
|
|
|
2022-09-12 15:17:27 +02:00
|
|
|
## [2.0.0] - 2022-09-12
|
2022-07-29 09:52:47 +02:00
|
|
|
|
2022-09-12 15:17:27 +02:00
|
|
|
Initial release of Constellation.
|
2022-05-27 16:53:16 +02:00
|
|
|
|
2022-09-12 15:17:27 +02:00
|
|
|
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v2.0.0...HEAD
|
|
|
|
[2.0.0]: https://github.com/edgelesssys/constellation/releases/tag/v2.0.0
|