-
Notifications
You must be signed in to change notification settings - Fork 101
Description
SUMMARY
(partially copied from ansible-collections/community.crypto#74 , thanks to @felixfontein)
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?
- 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://github.com/ansible/community-docs/blob/main/releasing_collections_without_release_branches.rst
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.
(the part ^ taken from the description of ansible-collections/community.docker#4)
@bmalynovytch @bmildren @felixfontein @Jorge-Rodriguez
UPDATE: we agreed on maintaining older (stable*
) versions for 2 years (backporting bugfixes, releasing, testing) since the next major version is released. Then we do final releases announcing under major_changes
that those versions are EoL.