From 0def2d136a001693a935978feaaaa7654773a6ea Mon Sep 17 00:00:00 2001 From: Jay Shaughnessy Date: Mon, 11 Nov 2024 10:47:37 -0500 Subject: [PATCH 1/2] Release Notes v2.1.0 --- content/en/news/release-notes.md | 31 +++++++++++++++++++++++++++++++ data/compatibility/istio.yaml | 4 ++-- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/content/en/news/release-notes.md b/content/en/news/release-notes.md index 879a271c..bdcf5c3f 100644 --- a/content/en/news/release-notes.md +++ b/content/en/news/release-notes.md @@ -6,6 +6,37 @@ weight: 1 For additional information check our [sprint demo videos](https://www.youtube.com/channel/UCcm2NzDN_UCZKk2yYmOpc5w) and [blogs](https://medium.com/kialiproject). +## 2.1.0 +Sprint Release: Nov 11, 2024 + +Features: + +* [Mesh Page - Consistent display format for configuration values on the Mesh page](https://github.com/kiali/kiali/issues/7623) +* [Mesh Page - Canary upgrade status only uses home cluster](https://github.com/kiali/kiali/issues/7726) +* [Operator - Operator should look for OpenShiftAPIServer to determine if its running on OCP](https://github.com/kiali/kiali/issues/7841) +* [Operator - Bump base image to 4.17 / 1.35.0](https://github.com/kiali/kiali/issues/7856) +* [Security - Move base image of Kiali Server to UBI9 / RHEL9](https://github.com/kiali/kiali/issues/7896) +* [UI - Config list items should properly use Group + Version + Kind for kube resources](https://github.com/kiali/kiali/issues/7457) +* [UI - Improve color choice for "Not Ready" icon in dark-mode](https://github.com/kiali/kiali/issues/7317) + +Fixes: + +* [Ambient - External service shown as unknown](https://github.com/kiali/kiali/issues/7875) +* [Ambient - When the graph nodes are inaccesible, the graph has duplicated edges (From L4 and L7)](https://github.com/kiali/kiali/issues/7843) +* [Ambient - Kiali doesn't show connection from ambient to sidecar injected namespace as mTLS](https://github.com/kiali/kiali/issues/7811) +* [Mesh Page - Failed to get istio deployment status when using IP in external services URLs](https://github.com/kiali/kiali/issues/7844) +* [Minigraph - Unable to navigate between workloads using the minigraph](https://github.com/kiali/kiali/issues/7839) +* [Traffic Graph - Graph hide can leave orphan edges](https://github.com/kiali/kiali/issues/7878) +* [Traffic Graph - PFT graph page throws a console error when the user navigates to the graph from a details page](https://github.com/kiali/kiali/issues/7802) +* [UI - Config list items must include apiVersion value when the Istio object is created outside of Kiali](https://github.com/kiali/kiali/issues/7452) +* [Validation - Istio validations inconsisteny - exported to other namespace](https://github.com/kiali/kiali/issues/7690) +* [Validation - Kiali states pod has no Istio sidecar under Workloads even though Istio has native sidecar support enabled](https://github.com/kiali/kiali/issues/7789) + +Deprecations: +- RedHat Community Operator + - The community operator created confusion as to which operator to use on OpenShift. It will no longer be updated and will eventually be + removed. Openshift users are encouraged to use the productized operator, which is included with licensed copies of OpenShift. + ## 2.0.0 Sprint Release: Oct 21, 2024 diff --git a/data/compatibility/istio.yaml b/data/compatibility/istio.yaml index 4f94bed2..8edea9c1 100644 --- a/data/compatibility/istio.yaml +++ b/data/compatibility/istio.yaml @@ -10,12 +10,12 @@ versionRange: notes: "Kiali v2 requires Kiali v1 non-default namespace management (i.e. accessible_namespaces) to migrate to Discovery Selectors." - meshVersion: "1.22" kialiMinimumVersion: "1.82.0" - kialiMaximumVersion: "1.86.1" + kialiMaximumVersion: "1.86.2" notes: "Kiali v1.86 is the recommended minimum for Istio Ambient users. v1.22 is required starting with Kiali v1.86.1." - meshVersion: "1.21" kialiMinimumVersion: "1.79.0" kialiMaximumVersion: "1.81.0" - notes: "Kiali 1.82 - 1.86.0 may work, but v1.22 is required starting with Kiali 1.86.1." + notes: "Istio 1.21 is out of support." - meshVersion: "1.20" kialiMinimumVersion: "1.76.0" kialiMaximumVersion: "1.78.0" From 0e5e4a537492686c93fff23e192f142088571508 Mon Sep 17 00:00:00 2001 From: John Mazzitelli Date: Mon, 11 Nov 2024 11:02:03 -0500 Subject: [PATCH 2/2] Update content/en/news/release-notes.md --- content/en/news/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/release-notes.md b/content/en/news/release-notes.md index bdcf5c3f..a056912a 100644 --- a/content/en/news/release-notes.md +++ b/content/en/news/release-notes.md @@ -35,7 +35,7 @@ Fixes: Deprecations: - RedHat Community Operator - The community operator created confusion as to which operator to use on OpenShift. It will no longer be updated and will eventually be - removed. Openshift users are encouraged to use the productized operator, which is included with licensed copies of OpenShift. + removed. OpenShift users are encouraged to use the productized operator, which is included with licensed copies of OpenShift. ## 2.0.0 Sprint Release: Oct 21, 2024