-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes for helm chart #338
Comments
Yes, that would be great. This repo really needs more love because there is currently nobody pushing it forward. |
This issue has been automatically marked as stale because there wasn’t any recent activity. It will be closed soon if no further action occurs. Thank you for your contributions! |
Artifacthub has actually got a built-in functionality for this. You simply add annotations in Chart.yaml. This is how you include it in Chart.yml Simpleannotations:
artifacthub.io/changes: |
- Support for ci/cd pipelines
- Versions index to changelog modal
- Allow publishers to include screenshots in packages Advancedannotations:
artifacthub.io/changes: |
- kind: added
description: Added new login feature for enhanced user authentication.
- kind: changed
description: Updated data processing to increase efficiency.
- kind: deprecated
description: Deprecated old API endpoints in favor of newer ones.
- kind: removed
description: Removed legacy support for outdated database systems.
- kind: fixed
description: Fixed issue causing intermittent crashes in high-load scenarios.
- kind: security
description: Patched vulnerability in the authentication module. |
The releases on GitHub now have automatically generated release notes: https://github.com/WeblateOrg/helm/releases/tag/weblate-0.5.15 |
We have just added new |
Thank you for your report; the issue you have reported has just been fixed.
|
Describe the problem
Currently I can not find any kind of release notes for new releases of the weblate helm chart. The only way to see what happened and what must be changed in the yaml deployment or values files is to go trough the commit history manually and read line-by-line trough the code changes. This is very inefficient and still not save to catch all changes.
Describe the solution you'd like
I'd like to have a release note for each new weblate helm chart release which mentions what has been changed any also if and what needs to be changed to migrate from the pervious version to the new one. Something like this would be amazing: https://github.com/WeblateOrg/weblate/releases
Describe alternatives you've considered
read trough the git commit history manually, line-by-line (current approach)
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: