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 v1.72.0 #682

Merged
merged 1 commit into from
Aug 4, 2023
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
2 changes: 1 addition & 1 deletion content/en/docs/Configuration/p8s-jaeger-grafana/jaeger.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ EOF

Note the name of the bucket where the traces will be stored in our example is
called `object-storage`. Check the
[Tempo Operator](https://github.com/grafana/tempo-operator/blob/main/docs/tempostack/object_storage.md)
[Tempo Operator](https://grafana.com/docs/tempo/next/setup/operator/object-storage)
documentation to know more about what storages are supported and how to create
the secret properly to provide it to your Tempo instance.

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

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

## 1.72.0
Sprint Release: Aug 04, 2023

Features:

* [Remove option to disable kube caching](https://github.com/kiali/kiali/issues/5599)
* [Multi-cluster view for Istio config wizards](https://github.com/kiali/kiali/issues/5923)
* [Multi-cluster - hack scripts work with kind](https://github.com/kiali/kiali/issues/6358)
* [K8s Gateway API - improve graph support](https://github.com/kiali/kiali/issues/6397)
* [create Istio configs for services in Ambient Namespace](https://github.com/kiali/kiali/issues/6423)

Fixes:

* [Multi-cluster Some pages are broken when meshID is not set](https://github.com/kiali/kiali/issues/6249)
* [Unwanted "fit" on refresh](https://github.com/kiali/kiali/issues/6248)
* [Helm Chart 1.66.1 is missing](https://github.com/kiali/kiali/issues/6362)
* [Multicluster - unbound variable in kiali-deploy](https://github.com/kiali/kiali/issues/6366)
* [App health - Inconsistency in Overview page](https://github.com/kiali/kiali/issues/6372)
* [Kiali pod fails to start because of "failed to list *v1beta1.Gateway: gateways.gateway.networking.k8s.io is forbidden"](https://github.com/kiali/kiali/issues/6380)
* [openshift auth logout not behaving](https://github.com/kiali/kiali/issues/6381)
* [Traces tab - 500 errors](https://github.com/kiali/kiali/issues/6405)
* [Service Traffic Wizard - Autogenerated Gateways shown](https://github.com/kiali/kiali/issues/6404)
* [(hack) run-kiali.sh not working with OpenShift](https://github.com/kiali/kiali/issues/6402)
* [Slider CSS affects Openshift console look and feel (OSSMC plugin)](https://github.com/kiali/kiali/issues/6417)
* [Add global typestyle to OSSMC top HTML element](https://github.com/kiali/openshift-servicemesh-plugin/issues/180)
* [Convert all custom static CSS to typestyle](https://github.com/kiali/kiali/issues/6349)

## 1.71.0
Sprint Release: Jul 14, 2023

Expand Down