Skip to content

Commit

Permalink
Update for 2.3.4 z stream release with 3 fixed issues that are OSSM-4…
Browse files Browse the repository at this point in the history
…009, OSSM-3993, and OSSM-3586.
  • Loading branch information
gwynnemonahan committed Jun 9, 2023
1 parent 267348b commit d768eee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/ossm-rn-fixed-issues.adoc
Expand Up @@ -18,11 +18,19 @@ The following issues been resolved in the current release:

[id="ossm-rn-fixed-issues-ossm_{context}"]
== {SMProductShortName} fixed issues
//NEWNEWNEWNEW
* https://issues.redhat.com/browse/OSSM-4009[OSSM-4009] Previously, when you upgraded a Kiali Custom Resource (CR) from one `spec.version` to another, a variable sometimes caused the upgrade to fail. Now, the variable has been renamed and the upgrade completes as expected.

//NEWNEWNEW
* https://issues.redhat.com/browse/OSSM-3993[OSSM-3993] Previously, Kiali only supported OpenShift OAuth via a proxy on the standard HTTPS port of `443`. Now, Kiali supports it over a non-standard HTTPS port. To enable it, you must define `spec.server.web_port` in the Kiali CR to the proxy's non-standard HTTPS port.

* https://issues.redhat.com/browse/OSSM-3644[OSSM-3644] Previously, the federation egress-gateway received the wrong update of network gateway endpoints, causing extra endpoint entries. Now, the federation-egress gateway has been updated on the server side so it receives the correct network gateway endpoints.

* https://issues.redhat.com/browse/OSSM-3595[OSSM-3595] Previously, the `istio-cni` plugin sometimes failed on {op-system-base} because SELinux did not allow the utility `iptables-restore` to open files in the `/tmp` directory. Now, SELinux passes `iptables-restore` via `stdin` input stream instead of via a file.

//NEWNEWNEWNEW
* https://issues.redhat.com/browse/OSSM-3586[OSSM-3586] Previously, Istio proxies were slow to startup when Google Cloud Platform (GCP) metadata servers were not available. Now, Istio proxies startup as expected.

* https://issues.redhat.com/browse/OSSM-3025[OSSM-3025] Istiod sometimes fails to become ready. Sometimes, when a mesh contained many member namespaces, the Istiod pod did not become ready due to a deadlock within Istiod. The deadlock is now resolved and the pod now starts as expected.

* https://issues.redhat.com/browse/OSSM-2493[OSSM-2493] Default `nodeSelector` and `tolerations` in SMCP not passed to Kiali. The `nodeSelector` and `tolerations` you add to `SMCP.spec.runtime.defaults` are now passed to the Kiali resource.
Expand Down

0 comments on commit d768eee

Please sign in to comment.