From 10522fac45ffc5e288906bc8ad2d163f8b16e385 Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Fri, 23 Apr 2021 10:06:02 -0600
Subject: [PATCH] add upgrade notice for istio

---
 CHANGELOG.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c602a46503..57739013fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 ---
 ## [1.6.0]
 
+### Upgrade Notice
+
+This update includes several major changes to istio. Kiali and Jaeger are now separated into their own repos, helmreleases, and namespaces.
+
+A manual cleanup task is required to delete the previous Kiali and Jaeger deployments post upgrade:
+```bash
+kubectl delete deploy -n istio-system -l app=kiali
+kubectl delete deploy -n istio-system -l app=jaeger
+```
+
 ### Known Issues
 
 This update includes an update to the Anchore chart. There is a [known issue](https://github.com/anchore/anchore-engine/issues/882) with running this version (and some previous versions) on FIPS enabled nodes. All Anchore services continue to function properly on non-FIPS nodes. Once an upstream fix is pushed, we will update the BB version accordingly.
-- 
GitLab