Skip to content
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

Consider adding a changelog or useful notes to Github releases #1146

Open
gunzy83 opened this issue Sep 6, 2024 · 1 comment
Open

Consider adding a changelog or useful notes to Github releases #1146

gunzy83 opened this issue Sep 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@gunzy83
Copy link

gunzy83 commented Sep 6, 2024

Is your feature request related to a problem?

This is not really a feature request for the helm charts, but the repo itself. When operating a cluster, we have to check changelogs of all the applications we are running to ensure there are no breaking changes or changes that would affect how we operate the application.

We are now also using Renovate to automate helm upgrades (via PRs) to our Pulumi managed EKS clusters and this repo does not include either a CHANGELOG.md file anywhere and the Github releases do not include any useful information about what was actually released. Adding either of these will ease the burden of checking all commits between versions.

Is your feature request related to a specific Helm chart, if yes mention name of the chart?
aws-load-balancer-controller is the main pain point for us right now.

Describe the solution you'd like
Generation of a changelog file for each chart or a release for each chart version bump so that humans can discover what has changed more easily and automated tools like Renovate can read them and populate PRs.

Describe alternatives you've considered
Going through the commits between version bumps on the helm chart I am concerned with. A very tedious process. If there is another way, I am all ears.

@gunzy83 gunzy83 added the enhancement New feature or request label Sep 6, 2024
@ebarped
Copy link

ebarped commented Sep 18, 2024

I support this opinion. Renovate just sent a PR updating the ALB controller, but we don't have idea what are the changes! 😨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants