Fernando Hoyos
Fernando Hoyos
### Describe the change The `apiVersion` value is added to the Istio config object in those use cases when the value is not cached previously (e.g., the Istio object is...
### Describe the change Upgrade React router to v6 ### Steps to test the PR Test that Kiali works as expected, paying special attention to routing. ### Automation testing Unit...
### Describe the bug If you create any Istio object using `kubectl`, Kiali does not provide the `apiVersion` value of that Istio object when the Istio config list API is...
### What do you want to improve? I want to improve the Kiali wizards to be more consistent across the Kiali application and to follow the best UX practices. ###...
Currently, github actions use v3 of actions/checkout, which internally runs on Node 16 (https://github.com/actions/checkout/blob/v3/action.yml#L90). This PR upgrades github actions to v4, which internally runs Node on 20 (https://github.com/actions/checkout/blob/v4/action.yml#L102)
Currently, github actions use v3 of actions/checkout, which internally runs on Node 16 (https://github.com/actions/checkout/blob/v3/action.yml#L90). This PR upgrades github actions to v4, which internally runs Node on 20 (https://github.com/actions/checkout/blob/v4/action.yml#L102)
### Describe the change Upgrade Patternfly to version 5.4 ### Steps to test the PR Verify that Kiali works as expected and CI tests pass ### Automation testing N/A ###...
### Describe the change Adapt cypress tests to run them with OSSMC ### Steps to test the PR Recommendations for how to test this PR. Reminder that each PR should...
### Which dependency needs to be upgraded, and why? Patternfly. The latest version includes some features needed for our PF topology graph. ### What is the current version of the...
### What do you want to improve? Redirecting a non-existent Kiali URL to a `Not Found` page. ### What is the current behavior? When a user navigates to a non-existent...