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

Define the Versioning Strategy #18

Open
Pokom opened this issue Nov 30, 2023 · 4 comments
Open

Define the Versioning Strategy #18

Pokom opened this issue Nov 30, 2023 · 4 comments

Comments

@Pokom
Copy link
Contributor

Pokom commented Nov 30, 2023

While 0 is the new 1.0, we should have a well defined strategy on how we version and release cloudcost-exporter.

Define a release workflow in github actions.

@nikimanoledaki
Copy link
Contributor

nikimanoledaki commented Nov 13, 2024

Out of curiosity, what is the current release process? Is it manually done through --> https://github.com/grafana/cloudcost-exporter/releases/new where a new tag is also created manually?

As for the cadence, it looks like it's weekly to bi-monthly. Could you share more on the reason for the patches, such as 0.4.x, versus new minor versions?

@Pokom
Copy link
Contributor Author

Pokom commented Nov 13, 2024

@nikimanoledaki see https://github.com/grafana/cloudcost-exporter/blob/main/docs/contribute/releases.md for a very brief guide on the release process. For versioning, we try to stick with semver as best as we can, but it's always a judgement call. Fixes/dependencies end up being patches, whereas new features is a minor version update. Since we're still in alpha, we make no gaurantees of backwards compatibility so we've stuck with 0.x.x until we're ready .

As for the cadence, it looks like it's weekly to bi-monthly.

Cadence is so far as we need it, but mostly aligning with PR's merged in or dependency updates.

@nikimanoledaki
Copy link
Contributor

nikimanoledaki commented Nov 13, 2024

Thank you, hadn't seen the release docs on this!

Happy to add a goreleaser workflow if you agree to this approach :) That way we can start hacking at it. We would still need to create new tags manually. The workflow would listen to new tags that are created. How does that sound?

@Pokom
Copy link
Contributor Author

Pokom commented Dec 12, 2024

Great work @nikimanoledaki! From your perspective, is there anything else we should do on this issue? Or is having release notes automatically generated good enough for now?

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