community.docker icon indicating copy to clipboard operation
community.docker copied to clipboard

Release plan

Open felixfontein opened this issue 3 years ago • 98 comments

Small collections like this one don't need a complex plan like the one for community.general and community.network. So how about the following?

Release minor and patch releases whenever we want (like after adding new features or fixing bugs). Since this collection is small, there's no need to fix things in advance. Just add features, and after a feature either wait a bit longer for more features/bugs, or make a release.

I suggest releasing form main branch, as described here: https://github.com/ansible/community/wiki/ReleasingCollections#releasing-without-release-branches-for-smaller-collections

Once we release a 2.0.0 (with some breaking change relative to 1.x.y), we can have a stable-1 branch so we can backport bugfixes (or even features) if needed, and release more 1.x.y versions. We currently have some deprecation removals scheduled for 2.0.0 (see #1). Maybe scheduling 2.0.0 roughly for Ansible 2.12 (i.e. next summer) would be a good idea.

(This is essentially what other collections I work on are doing, like community.crypto, community.sops and community.routeros.)

About the next release(s): I plan to merge #1 today or tomorrow and then release an initial 0.1.0. I would suggest we quickly release a 1.0.0 version, so we can get it included in Ansible 2.10. We should do some testing with the current 0.1.0 release, maybe add bugfixes (or even features), if necessary release a 0.2.0 first, but not wait too long until 1.0.0.

What do you think?

felixfontein avatar Oct 29 '20 07:10 felixfontein

Sounds good

WojciechowskiPiotr avatar Oct 29 '20 11:10 WojciechowskiPiotr

I've just released community.docker 0.1.0. You can find the current state of the docs here: https://ansible.fontein.de/collections/community/docker/index.html

felixfontein avatar Oct 30 '20 06:10 felixfontein

I didn't find any problems yet (except #17, which isn't a real problem yet since support on Ansible's side is also missing, at least in the stable-2.10 branch). How about releasing 1.0.0 next week, let's say on Tuesday?

felixfontein avatar Nov 11 '20 06:11 felixfontein

I didn't find any problems yet (except #17, which isn't a real problem yet since support on Ansible's side is also missing, at least in the stable-2.10 branch). How about releasing 1.0.0 next week, let's say on Tuesday?

I think it's a good idea to release 1.0.0 then work on changes and new features (including handling the requests we have in queue)

WojciechowskiPiotr avatar Nov 12 '20 13:11 WojciechowskiPiotr

Since nobody reported anything, I'm now working on the 1.0.0 release.

felixfontein avatar Nov 17 '20 06:11 felixfontein

1.0.0 has been released :tada: I've already created a PR for inclusion in Ansible 2.10: ansible-community/ansible-build-data#36

felixfontein avatar Nov 17 '20 07:11 felixfontein

I released 1.0.1 with bugfix #43.

In case you're wondering, Ansible is switching from Shippable to Azure Pipelines. I'll continue @gundalow's work over the weekend, and hopefully we'll have proper (i.e. all green) CI back next week. (For the release I ignored AZP and only looked at Shippable in case you wonder. And the problems with AZP come from the fact that AZP runs docker containers in a user-defined network.)

felixfontein avatar Dec 11 '20 20:12 felixfontein

I think it would be great if we could release 1.1.0 with a bunch of new features and bugfixes by January 4th, so it can get included in the next Ansible 2.10.5 release (ETA January 5th).

felixfontein avatar Dec 26 '20 11:12 felixfontein

The last open PR is merged, I'll create a 1.1.0 release somewhen today.

felixfontein avatar Jan 03 '21 12:01 felixfontein

1.1.0 has been released :tada: The next expected release is 1.2.0; if some bugfixes are there earlier without a new feature, they will be released as 1.1.1.

felixfontein avatar Jan 03 '21 13:01 felixfontein

I'll work on a 1.2.0 release later today - we have one feature and two bugfixes, and the last Ansible 2.10.x release will be on one of the next days.

felixfontein avatar Jan 25 '21 16:01 felixfontein

1.2.0 has been released!

felixfontein avatar Jan 25 '21 17:01 felixfontein

I'll do a 1.2.1 bugfix release now to get #76 out.

felixfontein avatar Jan 28 '21 06:01 felixfontein

1.2.1 has been released. The next planned release is 1.3.0 (as before).

felixfontein avatar Jan 28 '21 07:01 felixfontein

1.2.2 has been released, addressing CVE-2021-20191. The next planned release is 1.3.0 (as before).

felixfontein avatar Feb 05 '21 17:02 felixfontein

1.3.0 has been released. The next expected release is 1.4.0.

felixfontein avatar Mar 08 '21 01:03 felixfontein

1.4.0 has been released with a security fix, which potentially breaks a use-case of docker_swarm. The next expected release is 1.5.0.

felixfontein avatar Mar 14 '21 22:03 felixfontein

Since #96 and #119 do not seem to make progress, I'll release 1.5.0 today including the recent bugfixes and features, so it can be included in Ansible 3.3.0 which is to be released this week.

felixfontein avatar Apr 11 '21 13:04 felixfontein

1.5.0 has been released. The next expected release is 1.6.0.

felixfontein avatar Apr 11 '21 14:04 felixfontein

I plan to release 1.6.0 latest by the beginning of next week, hopefully with both #96 and #135 included. (If released by May 11th, this will make it both into the last Ansible 3.x.0 release, and into Ansible 4.0.0.)

felixfontein avatar May 05 '21 20:05 felixfontein

1.6.0 has been released. The next expected release is 1.7.0.

felixfontein avatar May 11 '21 09:05 felixfontein

I'll release 1.6.1 with #143 later today. (It also contains the scenario guide from ansible/ansible.) Once #142 is fixed, that will probably go into a 1.6.2 release, since I don't think that will get fixed today.

felixfontein avatar May 17 '21 11:05 felixfontein

1.6.1 has been released. The next planned release is 1.7.0, though I expect there will probably be a 1.6.2.

felixfontein avatar May 17 '21 13:05 felixfontein

I'll create a 1.6.2 release beginning of next week with some doc fixes.

felixfontein avatar Jun 04 '21 19:06 felixfontein

In fact, it probably will end up as 1.7.0 since one of the doc fixes extended in a small feature (allow to tag images by ID).

felixfontein avatar Jun 05 '21 12:06 felixfontein

1.7.0 has been released. Next expected release is 1.8.0, though I guess 1.7.1 will slip in before that :)

felixfontein avatar Jun 08 '21 12:06 felixfontein

I'm currently planning for 1.8.0 by the end of this week / beginning of next week. It should include #157 and #159. If someone wants to fix / improve something else until then, feel free to do so :)

felixfontein avatar Jun 21 '21 19:06 felixfontein

According to the Ansible 5 roadmap, community.docker 2.0.0 needs to be released by October 25th (https://docs.ansible.com/ansible/devel/roadmap/COLLECTIONS_5.html) to get included in Ansible 5.0.0. I guess we can start somewhen in September by creating a stable-1 branch and start doing backwards incompatible changes in the main branch for 2.0.0.

felixfontein avatar Jun 27 '21 14:06 felixfontein

I released 1.8.0. Thanks to @Ajpantuso for all the additions! :tada:

felixfontein avatar Jun 28 '21 20:06 felixfontein

I'm planning to release 1.9.0 tomorrow, if nobody complains.

felixfontein avatar Aug 02 '21 17:08 felixfontein