From 2b25862c33b1811be0f114ec238d776662bd091a Mon Sep 17 00:00:00 2001 From: katexochen <49727155+katexochen@users.noreply.github.com> Date: Tue, 16 Aug 2022 18:48:33 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89855ed1..57ea6dc8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Support MacOS (arm64 and amd64) for Constellation CLI. +- Create multiple load balancers to enable load balacing TCP traffic for different backend services. All load balancers currently share the same public IP address. +- Improve rollback on GCP resource termination. You can now terminate multiple times. +- Implement SSH peer to peer distribution between debugd nodes. ### Changed + +- Use IP from Constellation ID file in init and verify instead of IPs from state file. +- Change cdbg to use load balancer for deploy. ### Deprecated