ansible-collections / community.libvirt

Manage libvirt with Ansible
http://galaxy.ansible.com/community/libvirt
GNU General Public License v3.0
61 stars 42 forks source link

Release plan #81

Open Andersson007 opened 3 years ago

Andersson007 commented 3 years ago
SUMMARY

(partially copied from https://github.com/ansible-collections/community.crypto/issues/74)

We should decide eventually on how to release this collection (w.r.t. versioning). 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?

  1. 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 without branching https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_release_without_branches.html

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.

Andersson007 commented 3 years ago

I'm gonna release version 1.0.2 tomorrow (22.07.2021).

Andersson007 commented 3 years ago

community.libvirt 1.0.2 has just been released

Andersson007 commented 3 years ago

I'm happy to announce that the registration (free) for the Ansible Contributor Summit is open. See the registration page for details. Please register. See you at the summit!

thinkl33t commented 2 years ago

Can we push 1.1.1 (or 1.2.0) with the changes from this weekend? :)

Andersson007 commented 2 years ago

There's also a minor change made since the last release, so it should be 1.2.0:)

bturmann commented 1 year ago

Hi, can we release 1.2.x?

csmart commented 1 year ago

Oh yes, thanks for the bump. I will arrange a release once https://github.com/ansible-collections/community.libvirt/pull/157 is merged, which I expect will be this week.

csmart commented 1 year ago

Pipeline issues have been merged in #158 and #157 has been merged, so we are unblocked now to do a release, which is the next priority https://github.com/ansible-collections/community.libvirt/pull/160

csmart commented 1 year ago

1.3.0 has been tagged and is now available on Galaxy, thank you to everyone for your contributions towards this release! Please let me know if you have any issues.

bturmann commented 1 year ago

@csmart, many thanks for the new release 1.3.0.

leegarrett commented 6 months ago

Time for a new release? I've seen that #147, #156, and #162 have been merged, and I'd prefer to drop them from the Debian package of ansible-community by pulling an upstream update.

csmart commented 6 months ago

Hi @leegarrett , happy to look at another release if needed. I actually haven't merged #162 yet, see my comments on that MR. I think the others should be available already in v1.3.0? What version are you packaging for Debian?