constellation/CHANGELOG.md

48 lines
1.2 KiB
Markdown
Raw Normal View History

<!--
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]
2022-08-02 16:49:55 +00:00
### Added
2022-08-09 07:13:05 +00:00
- Loadbalancer for control-plane recovery
- K8s conformance mode
2022-08-19 12:58:07 +00:00
### Changed
2022-08-16 16:48:33 +00:00
<!-- For changes in existing functionality. -->
2022-08-19 12:58:07 +00:00
### Deprecated
<!-- For soon-to-be removed features. -->
### Removed
<!-- For now removed features. -->
2022-08-29 12:43:01 +00:00
2022-08-19 12:58:07 +00:00
### Fixed
### Security
<!-- In case of vulnerabilities. -->
### Internal
2022-09-12 13:17:27 +00:00
## [2.0.0] - 2022-09-12
2022-09-12 13:17:27 +00:00
Initial release of Constellation.
2022-09-12 13:17:27 +00: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