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

Tag releases at specific cadence #266

Open
sunkuranganath opened this issue Jun 9, 2020 · 1 comment
Open

Tag releases at specific cadence #266

sunkuranganath opened this issue Jun 9, 2020 · 1 comment

Comments

@sunkuranganath
Copy link

sunkuranganath commented Jun 9, 2020

As some of the APIs and interfaces change over time, the dependent software like Collectd PMU plugin [1] has to watch out for changes to keep itself upto date with APIs of pmu-tools.
Since there is no release versioning, PMU plugin could abruptly fail when APIs change.

Could there be a release model specified for pmu-tools so its easy to rely on a specific release?
Whenever a new release is tagged, the plugin or any other dependent software could update itself.

Things to consider in release model:

  • release cadence - once in 6 months, etc., or adhoc release?
  • release notification - email to subscribers?
  • release notes - very valuable to rely on, especially when there are heavy changes

[1] https://github.com/collectd/collectd/blob/master/src/intel_pmu.c

@andikleen
Copy link
Owner

First tag done. Will use date based tags.

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

No branches or pull requests

2 participants