Skip to content

Commit

Permalink
Release Notes v1.89
Browse files Browse the repository at this point in the history
  • Loading branch information
jshaughn committed Aug 17, 2024
1 parent 25aaa7c commit b95c40d
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 53 deletions.
44 changes: 4 additions & 40 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,55 +227,23 @@ enable = false
url = "https://v1-87.kiali.io"

[[ params.versions ]]
version = "v1.86"
version = "v1.86 [istio v1.22]"
url = "https://v1-86.kiali.io"

[[ params.versions ]]
version = "v1.85"
url = "https://v1-85.kiali.io"

[[ params.versions ]]
version = "v1.84"
url = "https://v1-84.kiali.io"

[[ params.versions ]]
version = "v1.83"
url = "https://v1-83.kiali.io"

[[ params.versions ]]
version = "v1.82"
url = "https://v1-82.kiali.io"

[[ params.versions ]]
version = "v1.81"
version = "v1.81 [istio v1.21]"
url = "https://v1-81.kiali.io"

[[ params.versions ]]
version = "v1.80"
url = "https://v1-80.kiali.io"

[[ params.versions ]]
version = "v1.79"
url = "https://v1-79.kiali.io"

[[ params.versions ]]
version = "v1.78"
version = "v1.78 [istio v1.20]"
url = "https://v1-78.kiali.io"

[[ params.versions ]]
version = "v1.77"
url = "https://v1-77.kiali.io"

[[ params.versions ]]
version = "v1.76"
url = "https://v1-76.kiali.io"

[[ params.versions ]]
version = "v1.75 [istio v1.19]"
url = "https://v1-75.kiali.io"

[[ params.versions ]]
version = "v1.73 [ossm v2.5]"
version = "v1.73 [ossm v2.5/6]"
url = "https://v1-73.kiali.io"

[[ params.versions ]]
Expand Down Expand Up @@ -306,10 +274,6 @@ enable = false
version = "v1.54 [istio v1.14]"
url = "https://v1-54.kiali.io"

[[ params.versions ]]
version = "v1.49 [istio v1.13]"
url = "https://v1-49.kiali.io"

[[params.versions]]
version = "staging"
url = "https://staging.kiali.io"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ If you are running Red Hat OpenShift Service Mesh (OSSM), use only the bundled v

| <div style="width:100px">OSSM</div> | <div style="width:100px">Kiali</div> | Notes |
| ----------------------------------- | ------------------------------------ | -------------------------- |
| 2.6 | 1.73 | Same version as 2.5 |
| 2.5 | 1.73 | |
| 2.4 | 1.65 | |
| 2.3 | 1.57 | |
| 2.3 | 1.57 | OSSM 2.3 is out of support |
| 2.2 | 1.48 | OSSM 2.2 is out of support |

<br />
Expand Down
19 changes: 19 additions & 0 deletions content/en/news/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ weight: 1

For additional information check our [sprint demo videos](https://www.youtube.com/channel/UCcm2NzDN_UCZKk2yYmOpc5w) and [blogs](https://medium.com/kialiproject).

## 1.89.0
Sprint Release: Aug 19, 2024

Features:

* [Maintenance - Upgrade go from 1.22.1 to 1.22.5](https://github.com/kiali/kiali/issues/7480)
* [Maintenance - Move to node 20](https://github.com/kiali/kiali/issues/7503)
* [Mesh page - Hide mesh page for non istio-system users](https://github.com/kiali/kiali/issues/7527)
* [Perf - Kiali Performance improvements.](https://github.com/kiali/kiali/issues/7076)
* [UX - Align the notification badge with PF standards](https://github.com/kiali/kiali/issues/7553)

Fixes:

* [Auth - k8s api token not auto refreshing for calls to fetch cacerts](https://github.com/kiali/kiali/issues/7542)
* [Mesh page - Display full yaml from `istio` configmap](https://github.com/kiali/kiali/issues/7459)
* [Operator - when installing OSSMC, make sure the Kiali version is the same.](https://github.com/kiali/kiali/issues/7619)
* [OSSMC - cannot update namespace or create Istio objects](https://github.com/kiali/openshift-servicemesh-plugin/issues/330)
* [OSSMC - Upgrade api from v1alpha1 to v1](https://github.com/kiali/kiali/issues/7622)

## 1.88.0
Sprint Release: Jul 29, 2024

Expand Down
6 changes: 5 additions & 1 deletion data/compatibility/istio.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# The Compatible Version Matrix between upstream Istio and Kiali
# See: content/en/docs/Installation/installation-guide/prerequisites.md -> {{<compat-table-istio>}}
versionRange:
- meshVersion: "1.23"
kialiMinimumVersion: "1.87.0"
kialiMaximumVersion: ""
- meshVersion: "1.22"
kialiMinimumVersion: "1.82.0"
kialiMaximumVersion: ""
kialiMaximumVersion: "1.86.1"
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"
Expand All @@ -12,6 +15,7 @@ versionRange:
- meshVersion: "1.20"
kialiMinimumVersion: "1.76.0"
kialiMaximumVersion: "1.78.0"
notes: "Istio 1.20 is out of support."
- meshVersion: "1.19"
kialiMinimumVersion: "1.72.0"
kialiMaximumVersion: "1.75.0"
Expand Down
26 changes: 15 additions & 11 deletions data/compatibility/maistra.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# The Compatible Version Matrix between Maistra and Kiali
# See: content/en/docs/Installation/installation-guide/prerequisites.md -> {{<compat-table-maistra>}}
versionRange:
- maistraVersion: "2.6"
smcpCRVersion: "2.6"
kialiVersion: "1.73"
notes: "Using Maistra 2.6 to install service mesh control plane 2.6 requires Kiali Operator v1.73. Other versions are not compatible."
- maistraVersion: "2.6"
smcpCRVersion: "2.5"
kialiVersion: "1.73"
notes: "Using Maistra 2.6 to install service mesh control plane 2.5 requires Kiali Operator v1.73. Other versions are not compatible."
- maistraVersion: "2.6"
smcpCRVersion: "2.4"
kialiVersion: "1.65"
notes: "Using Maistra 2.6 to install service mesh control plane 2.4 requires Kiali Operator v1.73. Other versions are not compatible."
- maistraVersion: "2.5"
smcpCRVersion: "2.5"
kialiVersion: "1.73"
Expand All @@ -9,22 +21,14 @@ versionRange:
smcpCRVersion: "2.4"
kialiVersion: "1.65"
notes: "Using Maistra 2.5 to install service mesh control plane 2.4 requires Kiali Operator v1.73. Other versions are not compatible."
- maistraVersion: "2.5"
smcpCRVersion: "2.3"
kialiVersion: "1.57"
notes: "Using Maistra 2.5 to install service mesh control plane 2.3 requires Kiali Operator v1.73. Other versions are not compatible."
- maistraVersion: "2.4"
smcpCRVersion: "2.4"
kialiVersion: "1.65"
notes: "Using Maistra 2.4 to install service mesh control plane 2.4 requires Kiali Operator v1.65. Other versions are not compatible."
- maistraVersion: "2.4"
smcpCRVersion: "2.3"
kialiVersion: "1.57"
notes: "Using Maistra 2.4 to install service mesh control plane 2.3 requires Kiali Operator v1.65. Other versions are not compatible."
- maistraVersion: "2.3"
- maistraVersion: "n/a"
smcpCRVersion: "2.3"
kialiVersion: "1.57"
notes: "Using Maistra 2.3 to install service mesh control plane 2.3 requires Kiali Operator v1.57. Other versions are not compatible."
kialiVersion: "n/a"
notes: "Service mesh control plane 2.3 is out of support."
- maistraVersion: "n/a"
smcpCRVersion: "2.2"
kialiVersion: "n/a"
Expand Down

0 comments on commit b95c40d

Please sign in to comment.