From 8d7bb9905c1894200965cd70294661b8747552b0 Mon Sep 17 00:00:00 2001 From: Nils Hanke Date: Thu, 8 Sep 2022 10:59:04 +0200 Subject: [PATCH] Add CLI create & verify changes to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed34db734..f39fd3ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,6 +146,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New `constellation-activation-service` offloads Kubernetes node activation from monolithic Coordinator to Kubernetes native micro-service. [[ReadMe]](https://github.com/edgelesssys/constellation/blob/main/activation/README.md) - Improve user-friendliness of error messages in Constellation CLI. - Move verification from extracting attestation statements out of aTLS handshake to a dedicated `verify-service` in Kubernetes with gRPC and HTTP endpoints. +- `constellation create` and `constellation verify` do not require specifying the provider anymore (automatically parsed from config) ### Security