diff --git a/content/en/docs/Configuration/p8s-jaeger-grafana/jaeger.md b/content/en/docs/Configuration/p8s-jaeger-grafana/jaeger.md index 6a9e6412b..0fd715b01 100644 --- a/content/en/docs/Configuration/p8s-jaeger-grafana/jaeger.md +++ b/content/en/docs/Configuration/p8s-jaeger-grafana/jaeger.md @@ -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. diff --git a/content/en/news/release-notes.md b/content/en/news/release-notes.md index bd496c3f1..5ba2bcc73 100644 --- a/content/en/news/release-notes.md +++ b/content/en/news/release-notes.md @@ -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