Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes v2.1.0 #832

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions content/en/news/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions data/compatibility/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading