-
Notifications
You must be signed in to change notification settings - Fork 32
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
Could the provider adhere to the semantic versioning standards? #319
Comments
Hi @hkraal, thanks for being active in providing feedback. Unfortunately, I think there are some potentially large breaking changes that could come (#211 being one that will likely be disruptive, but worth addressing). This is why I've been sticking to a 0.x.y release number, which I'm indicating that a breaking change could come at any time. I have taken special care to keep backwards compatibility in mind (#267, #300), but there are still some rough edges in the current functionality that can only be solved by a breaking change. Looking at the semver spec, it seems the area before 1.0 is a bit of a gray area. However, it does mention that 1.0.0 defines the public API and matches my hesitation for moving past a 0.x.y release.
|
Let me start with the fact that you do follow SemVer and I was jumping the gun here, sorry for causing noise wrongfully. I do understand your reasoning to stick to a 0.x.y release state as a developer but from a user perspective it would be very nice to know when things are expected to break. It's there but the release notes weren't very clear about this either but I certainly could have been more wary about the provider version <1.0.0 and thus not being crystallised out yet ;) With all buzz around VMware and Vates it's clear intentions towards harbouring those which have been ditched by the Broadcom takeover; shielding the new users from breaking changes in minor releases might be worth something as well despite being valid in the 0.x.y release cycle |
After renovate upgraded the xenorchestra provider from 0.24.2 -> 0.26.1 I noticed that there was a breaking change introduced on the
xenorchestra_network
resource by #260 (thanks for the fix btw, lost track of it, sorry for that).While it's easy to fix it would be very nice if breaking changes would introduce a new major version so minor/patch level updates can be installed with relative safety.
The text was updated successfully, but these errors were encountered: