-
Notifications
You must be signed in to change notification settings - Fork 598
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
Please make proper releases and keep a Changelog #489
Comments
What do you mean by proper releases? Keep in mind we need to make a release for each minor release of k8s if it changes metrics, etc. At the moment, our minor releases follow that. You can see more info in this discussion: https://kubernetes.slack.com/archives/CAX9GU941/p1596108610030400 |
I think what is meant to maintain a changelog and a release in the release page of github https://github.com/kubernetes-monitoring/kubernetes-mixin/releases ? If yes, then I am definitely 👍 on compiling a list of changes for a given release. In addition to bumping a Kubernetes compatibility version we merge in a lot of changes which are worth explicitly being called out. |
That would be awesome! So do we then require people to add stuff to changelog and how do we make sure that happens? |
@povilasv probably two options:
I feel option 1. is good enough for a starter. |
That would work for one-off, what about new PRs and cherry picks to other branches? |
Yes, I'm definitely for the first option. We never really intended for these mixins to have any release really. They are mostly a collection of working rules, alerts, and dashboards. We try to maintain compatibility with the last 3 Kubernetes versions and that's about it. |
👍 first option SGTM. |
This issue has not had any activity in the past 30 days, so the
Thank you for your contributions! |
Making proper tagged releases and keeping a changelog would make managing and upgrading kubernetes-mixin much easier.
I suggest following the keepachangelog.com standard
Thanks!
The text was updated successfully, but these errors were encountered: