Show relevant changes in the platform to the user. #6818
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
sig/ui
Denotes a PR or issue as being assigned to SIG UI.
What would you like to be added? / User Story:
For some releases, we had a changelog functionality in KKP. This was done by keeping a subset of the changes for a release in form of a
changelog.json
in this repository. This had 2 major downsides:changelog.json
in this repository. Whoever curated the changelog for a new release had to make a choice what to include.changelog.json
only contained the changes for that.4
patch release), users would basically never see all relevant changes. If an admin upgrades KKP from 2.25.5 to 2.26.1, end-users would see only the.1
changes and all the big new features and improvements for 2.26.0 would be missed.For these reasons we removed the entire functionality in #6631. However in general the idea of informing end-users about relevant changes is still good and with a bit of refinement, we should bring it back.
The text was updated successfully, but these errors were encountered: