Skip to content

Commit

Permalink
Update 1.88 relnotes (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
josunect authored Aug 13, 2024
1 parent 3519064 commit 1f9d2bb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions content/en/news/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ weight: 1

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

## v1.88.0
Sprint Release: Jul 29, 2024

Features:

* [Ambient - Identify waypoint proxies for Istio Ambient](https://github.com/kiali/kiali/issues/7350)
* [Dependencies - React Router migration from v5 to v6](https://github.com/kiali/kiali/issues/7207)
* [Mesh page - Hide mesh page for non istio-system users](https://github.com/kiali/kiali/issues/7527)
* [Mesh page - View Tempo version in Mesh Page](https://github.com/kiali/kiali/issues/7531)
* [K8s GW API - Autodiscover gateways](https://github.com/kiali/kiali/issues/7501)
* [K8s GW API - Rework - Duplicate labels in Kiali CR and code](https://github.com/kiali/kiali/issues/7524)
* [K8s GW API - Cross-Namespace routing](https://github.com/kiali/kiali/issues/7413)
* [UI - Place alert notifications in the top right corner of the screen](https://github.com/kiali/openshift-servicemesh-plugin/issues/335)
* [UI - Align the notification badge with PF standards](https://github.com/kiali/kiali/issues/7553)

Fixes:

* [Mesh page - Grafana version checks don't use configured Grafana auth](https://github.com/kiali/kiali/issues/7475)
* [Mesh page - throws error when one of the clusters is inaccessible](https://github.com/kiali/kiali/issues/7455)
* [Tracing - The tracing service is disabled by default](https://github.com/kiali/kiali/issues/7332)
* [K8s GW API - Hardcoded ingressgateway labels in code](https://github.com/kiali/kiali/issues/7232)
* [Cypress - KIA1102 validation fails - Issue in Kiali](https://github.com/kiali/kiali/issues/7522)
* [Ambient - Hiding TCP hides HTTP](https://github.com/kiali/kiali/issues/7549)
* [Kiali operator - helmchart frequently changes the replica count when HPA is enabled](https://github.com/kiali/kiali/issues/7559)

## 1.87.0
Sprint Release: Jul 08, 2024

Expand Down
3 changes: 2 additions & 1 deletion scripts/relnotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# so the projectNumber to pass in is "34".
#
# Requires:
# - a github oauth token with public_repo and read:org scopes for kiali
# - a github oauth token with public_repo, read:project and read:org scopes for kiali
# - python (tested with 3.8.7)
#
# usage: $ ./relnotes <version: vX.Y.Z> <projectNumber: int> <githubOauthToken>
Expand Down Expand Up @@ -89,6 +89,7 @@ def run_query(query):


result = run_query(query) # Execute the query
# In case of errors: print("result: {}".format(result))
project = result["data"]["organization"]["projectV2"]
projectName = project["title"]
releaseDatePattern = re.compile('^.* - \s*([^\n]*).*$', re.DOTALL)
Expand Down

0 comments on commit 1f9d2bb

Please sign in to comment.