My two cents.
In a ideal world we should just skip milestones and release when we either 1) need to or 2) have a new major release for a new OpenStack coordinated release.
That said, there is the painpoint of having to update metadata.json and it's been on my todo list to template all metadata.json and have the OpenStack release tooling handle it instead, ever since I fixed the automatic upload to Puppet Forge [1].
Another thing I have wanted to do is pretty much have a CI job running integration testing by simply installing modules from Puppet Forge (with r10k for example) so that we can actually test that our constraints in metadata.json actually results in a working deployment as well.
All this is due to lack of contributors (and time on my part).
I would support changes to improve releasing, if somebody wants to take that on. However I would really like it to be finished and not halfway through which would make it even worse than today.
Best regards
[1] https://review.opendev.org/c/openstack/project-config/+/627573
On 3/25/21 9:22 PM, Thomas Goirand wrote:
> Hi Alex,
>
> Thanks for your time replying to my original post.
>
> On 3/25/21 5:39 PM, Alex Schultz wrote:
>> It feels like the ask is for more manual version management on the
>> Puppet OpenStack team (because we have to manually manage metadata.json
>> before releasing), rather than just automating version updates for your
>> packaging.
>
> Not at all. I'm asking for dependency to vaguely reflect reality, like
> we've been doing this for years in the Python world of OpenStack.
>
>> This existing release model has been in place for at least 5
>> years now if not longer
>
> Well... hum... how can I put it nicely... :) Well, it's been wrong for 5
> years then! :)
Let me give an example. Today, puppet-ironic got released in version
18.3.0. The only thing that changed in it since 18.2.0 is a bunch of
metadata bumping to 18.2.0...
Why haven't we just kept version 18.2.0? It's the exact same content...
Cheers,
Thomas Goirand (zigo)