Code Changes for Updates/Renovates📜
-
Checkout renovate/ironbank branch
-
Check upstream repo for chart updates https://github.com/kiali/helm-charts/tags
-
Check that operator image and upstream chart version match. If operator version matches upstream chart, upgrade chart with kpt.
From the root of the repo run, kpt pkg update chart@
-
Modify the
version
inChart.yaml
- you will want to append-bb.0
to the chart version from upstream. update dependencies to latest BB gluon library version.helm dependency update ./chart
-
Update
CHANGELOG.md
adding an entry for the new version and noting all changes (at minimum should includeUpdated Kiali to x.x.x
). -
Generate the
README.md
updates by following the guide in gluon. -
Push up your changes, validate that CI passes. If there are any failures follow the information in the pipeline to make the necessary updates and reach out to the team if needed.
-
Perform the steps below for manual testing. CI provides a good set of basic smoke tests but it is beneficial to run some additional checks.
Manual testing steps📜
-
Browse to https://kiali.bigbang.dev/kiali/ and log on through SSO.
-
On the main menu, choose Overview and verify that the panels that appear populate and that there are no errors.
-
Still on the main menu, choose Workloads, then kiali. Click Inbound Metrics, then Outbound Metrics. Verify that graphs populate for at least some of the items in both.
-
Click on Traces and verify that at least some traces appear on the graph.
Note: The notification bell on the upper right will be red and you will see error pop-ups near it as you move between screens if there are errors. Errors on individual application listings for labels, etc are expected and OK.