<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 1:14 PM, Doug Hellmann <span dir="ltr"><<a href="mailto:doug@doughellmann.com" target="_blank">doug@doughellmann.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Excerpts from Steve Baker's message of 2017-04-19 13:05:37 +1200:<br>
<div><div class="gmail-h5">> Other than being consumed as a library, tripleo-common is the home for a<br>
> number of tripleo related files, image building templates, heat plugins,<br>
> mistral workbooks.<br>
><br>
> I have a python-tripleoclient[1] change which is failing unit tests because<br>
> it depends on changes in tripleo-common which have landed in the current<br>
> cycle. Because tripleo-common is release-model cycle-trailing,<br>
> tripleo-common 7.0.0.0b1 exists but the unit test job pulls in the last<br>
> full release (6.0.0).<br>
><br>
> I'd like to know the best way of dealing with this, options are:<br>
> a) make the python import optional, change the unit test to not require the<br>
> newer tripleo-common<br>
> b) allow the unit test job to pull in pre-release versions like 7.0.0.0b1<br>
> c) change tripleo-common release-model to cycle-with-intermediary and<br>
> immediately release a 7.0.0<br>
><br>
> I think going with c) would mean doing a major release at the start of each<br>
> development cycle instead of at the end, then doing releases throughout the<br>
> cycle following our standard semver.<br>
><br>
> [1] <a href="https://review.openstack.org/#/c/448300/" rel="noreferrer" target="_blank">https://review.openstack.org/#<wbr>/c/448300/</a><br>
<br>
</div></div>As a library, tripleo-common should not use pre-release versioning like<br>
alphas and betas because of exactly the problem you've discovered: pip<br>
does not allow them to be installed by default, and so we don't put them<br>
in our constraint list.<br>
<br>
So, you can keep tripleo-common as cycle-trailing, but since it's a<br>
library use regular versions following semantic versioning rules to<br>
ensure the new releases go out and can be installed.<br>
<br>
You probably do want to start with a 7.0.0 release now, and from<br>
there on use SemVer to increment (rather than automatically releasing<br>
a new major version at the start of each cycle).<br>
<br><br></blockquote><div><br></div><div>OK, thanks. We need to determine now whether to release 7.0.0.0b1 as 7.0.0, or release current master:</div><div><a href="http://git.openstack.org/cgit/openstack/tripleo-common/log/">http://git.openstack.org/cgit/openstack/tripleo-common/log/</a><br></div><div><br></div></div><br></div></div>