mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-06 21:56:05 -05:00
prepare release
This commit is contained in:
parent
c4f15cd30b
commit
7e1c898870
18
CHANGELOG.md
18
CHANGELOG.md
@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
### Internal
|
||||||
|
|
||||||
|
## [1.1.0] - 2022-06-02
|
||||||
|
### Added
|
||||||
- CLI
|
- CLI
|
||||||
- Command `constellation recover` to re-initialize a completely stopped cluster.
|
- Command `constellation recover` to re-initialize a completely stopped cluster.
|
||||||
- Command `constellation config generate` to generate a default configuration file for a specific cloud provider.
|
- Command `constellation config generate` to generate a default configuration file for a specific cloud provider.
|
||||||
@ -13,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Option to enable dm-integrity in a StorageClass.
|
- Option to enable dm-integrity in a StorageClass.
|
||||||
- Support volume expansion.
|
- Support volume expansion.
|
||||||
- Support volume snapshots.
|
- Support volume snapshots.
|
||||||
|
- KMS
|
||||||
|
- Deploy Key Management Service (KMS) in Constellation clusters to handle key derivation.
|
||||||
- Option to add SSH users on init.
|
- Option to add SSH users on init.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@ -50,5 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [1.0.0] - 2022-04-28
|
## [1.0.0] - 2022-04-28
|
||||||
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.0.0...HEAD
|
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v1.1.0...HEAD
|
||||||
|
[1.1.0]: https://github.com/edgelesssys/constellation/releases/tag/v1.1.0
|
||||||
[1.0.0]: https://github.com/edgelesssys/constellation/releases/tag/v1.0.0
|
[1.0.0]: https://github.com/edgelesssys/constellation/releases/tag/v1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user