Show upgrade summary when trying to upgrade a chart release
Description
Competition Assessment
None
SmartDraw Connector
Katalon Manual Tests (BETA)
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Components
Fix versions
Affects versions
Priority
More fields
Time tracking
More fields
Time trackingKatalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created April 25, 2021 at 3:16 PM
Updated July 6, 2022 at 9:00 PM
Resolved June 7, 2021 at 10:54 PM
When an upgrade for a chart release is to be done, we should show an upgrade summary for the chart release which outlines what is being upgraded like the chart itself or the docker images it is consuming are being updated as well. Plus we also have changelog available in the API which can be very nice for users to see what changes they are going to get and if there are any caveats.
❯ midclt call chart.release.upgrade_summary minioo | jq .
{
"container_images_to_update": {
"minio/minio:RELEASE.2021-04-06T23-11-00Z": {
"id": "sha256:9ea160f24871c61c1869c58daf6a14f3a9d8faed7f2451c7b17f62f7932d4f62",
"update_available": true
}
},
"latest_version": "1.2.2",
"latest_human_version": "RELEASE.2021-04-06T23-11-00Z_1.2.2",
"changelog": "<ul>\n<li>TLS Support added for Minio application. This lets users to use TrueNAS certificates with Minio Application.</li>\n</ul>"
}