mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 23:06:08 -05:00
Update CHANGELOG for v2.3.0
This commit is contained in:
parent
5ecf945226
commit
6d199fcb36
45
CHANGELOG.md
45
CHANGELOG.md
@ -22,36 +22,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Environment variable `CONSTELL_AZURE_CLIENT_SECRET_VALUE` as an alternative way to provide the configuration value `provider.azure.clientSecretValue`.
|
|
||||||
- Automatic CSI driver deployment for Azure and GCP during Constellation init
|
|
||||||
- Improve reproducibility by pinning the Kubernetes components.
|
|
||||||
- Client verification during `constellation init`
|
|
||||||
|
|
||||||
- Release CLI with SLSA Level 3 requirements.
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
<!-- For changes in existing functionality. -->
|
<!-- For changes in existing functionality. -->
|
||||||
<!-- TODO: Remove `/next/` from URL before release -->
|
|
||||||
- Constellation operators are now deployed using Helm.
|
|
||||||
- Updated the config version to v2. Check [how to migrate your config](https://docs.edgeless.systems/constellation/next/reference/config-migration).
|
|
||||||
- OS images are now configured globally in the `images` field of the configuration file.
|
|
||||||
- The `measurements` entry in the CLI now uses an updated format, merging `enforcedMeasurements` and old `measurements` into one
|
|
||||||
- Expected measurements in the config and Constellation's Cluster-ID are now hex encoded by default. Base64 is still supported.
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
<!-- For soon-to-be removed features. -->
|
<!-- For soon-to-be removed features. -->
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
<!-- For now removed features. -->
|
<!-- For now removed features. -->
|
||||||
- `access-manager` was removed from code base. K8s native way to SSH into nodes documented.
|
|
||||||
- `SSHUsers` has been removed from the user configuration following the removal of `access-manager`.
|
|
||||||
- Azure Trusted Launch support. May come back in the future.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
<!-- For security related changes. -->
|
<!-- For security related changes. -->
|
||||||
|
|
||||||
|
## [2.3.0] - 2022-12-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Automatic CSI driver deployment for Azure and GCP during Constellation init
|
||||||
|
- Release CLI with SLSA Level 3 requirements.
|
||||||
|
- Improve reproducibility by pinning the Kubernetes components.
|
||||||
|
- Client verification during `constellation init`
|
||||||
|
- Environment variable `CONSTELL_AZURE_CLIENT_SECRET_VALUE` as an alternative way to provide the configuration value `provider.azure.clientSecretValue`.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Constellation operators are now deployed using Helm.
|
||||||
|
- Updated the config version to v2. Check [how to migrate your config](https://docs.edgeless.systems/constellation/reference/config-migration).
|
||||||
|
- OS images are now configured globally in the `images` field of the configuration file.
|
||||||
|
- The `measurements` entry in the CLI now uses an updated format, merging `enforcedMeasurements` and old `measurements` into one
|
||||||
|
- Expected measurements in the config and Constellation's Cluster-ID are now hex encoded by default. Base64 is still supported.
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- `access-manager` was removed from code base. K8s native way to SSH into nodes documented.
|
||||||
|
- `SSHUsers` has been removed from the user configuration following the removal of `access-manager`.
|
||||||
|
- Azure Trusted Launch support. May come back in the future.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- `constellation create` on GCP now always uses the local default credentials.
|
- `constellation create` on GCP now always uses the local default credentials.
|
||||||
@ -156,3 +164,8 @@ Initial release of Constellation.
|
|||||||
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v2.1.0...HEAD
|
[Unreleased]: https://github.com/edgelesssys/constellation/compare/v2.1.0...HEAD
|
||||||
[2.1.0]: https://github.com/edgelesssys/constellation/compare/v2.0.0...v2.1.0
|
[2.1.0]: https://github.com/edgelesssys/constellation/compare/v2.0.0...v2.1.0
|
||||||
[2.0.0]: https://github.com/edgelesssys/constellation/releases/tag/v2.0.0
|
[2.0.0]: https://github.com/edgelesssys/constellation/releases/tag/v2.0.0
|
||||||
|
[2.1.0]: https://github.com/edgelesssys/constellation/releases/tag/v2.1.0
|
||||||
|
[2.2.0]: https://github.com/edgelesssys/constellation/releases/tag/v2.2.0
|
||||||
|
[2.2.1]: https://github.com/edgelesssys/constellation/releases/tag/v2.2.1
|
||||||
|
[2.2.2]: https://github.com/edgelesssys/constellation/releases/tag/v2.2.2
|
||||||
|
[2.3.0]: https://github.com/edgelesssys/constellation/releases/tag/v2.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user