-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release plan #74
Comments
@MarkusTeufelberger @ctrufan @puiterwijk As maintainers of |
This looks very reasonable to me! 👍 |
That sounds reasonable to me. Though I'll admit I haven't followed the collections migration super closely (in terms of how various modules are handling migration, especially with regards to versioning/docs). |
I wrote a little bit about maybe adding a Roadmap section to the README (so it is clear beyond some discussions in Github Issues when/how pyopenssl support will be dropped) in #75, but that's optional. I agree to the rest of the plan, looking forward to 1.0.0 landing in Ansible 2.10! :-) |
@MarkusTeufelberger depending on how fast the new modules get done, there could also be 1.x.0 with x > 0 in Ansible 2.10 ;-) About the roadmap section: good idea! I'll write up something later and probably create a new PR for that. |
@ctrufan if you are interested in how it works for the large community collections, see https://github.com/ansible/community/wiki/VersioningLargeCommunityCollections (The Ansible/RedHat controlled collections prefer to use date-based deprecation. The community working group decided against that.) |
Branching wise I think we can stay on master for now after the release and branch off a |
@MarkusTeufelberger sounds good to me! (I think I wanted to write that in the proposal, but apparently I forgot...) |
Does anyone mind if we release 1.0.0 tomorrow or on Friday (once #80 is done)? |
If nobody complains, I'll release 1.0.0 tomorrow afternoon. |
I've just released version 1.0.0 (thanks @gundalow for helping when Zuul had problems). I've bumped the version in galaxy.yml to 1.1.0 for the next release (tenatively; we can change it to 1.0.1 if we want to release a bugfix first). |
My suggestion would be to release 1.1.0 somewhen before 2020-08-18, so we can include all new features in Ansible 2.10.0 (see #99). There are currently a couple of open feature PRs, most of them ready for reviews or even for merging:
All but the first can definitely make it into 1.1.0 IMO (the first depends a bit when I find time to properly work on it again ;) ). |
There's one more PR for the review list: #102 Would be happy if someone could look through the PRs listed here and above, would be nice to get them merged for 1.1.0 and thus for Ansible 2.10. |
Ok, I will make a 1.1.0 release later today. @MarkusTeufelberger should I just merge #63? Also, could anyone take a look at #90 and #92? Would be nice if they could make it in as well! |
Yeah, let's just squash + merge #63. It would be great if the first commit could be preserved, since that's the initial implementation and that one is not by me. |
|
I've triggered a 1.1.0 release (see the tag for the contents). |
I just noticed we have wrong version numbers in meta/runtime.yml (#108). My suggestion is to fix this, and release a 1.1.1 version soon (before 2020-09-15, which is bugfix freeze for Ansible 2.10.0, so 1.1.1 will get included in 2.10.0). We don't have merged new features yet anyway (which would require 1.2.0). Is that ok for everyone? |
#109 is another small bugfix that could go into a 1.1.1 release. |
I released 1.1.1, unfortunately without #109. |
FYI: There's a security vulnerability in |
1.2.0 is being released right now. Next release will be 1.3.0, date TBD. |
FYI: the security issues are new to this collection (and were contained in all releases of this collection which contained the modules in question). They were not included in Ansible 2.9 and before. |
We probably should have one issue per (planned) release to link the merged PRs etc. to, this thread is starting to get cluttered a bit. |
Good idea! #126 tracks 1.3.0. Should we keep this issue open for announcements, or close it (and/or replace by a new issue for release planning announcements)? |
I think we can open a new one for announcements as well as one for 2.0.0 |
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 (https://gist.github.com/felixfontein/2bad8517b70008ab9be90387ee4090c8). So how about the following?
(I think Support otherName in subAltName in CSR for UTF8 strings #53 and cryptography backend: parse dirName, RID and otherName names #9 should get in in some form first, because they slightly change behavior of existing things).What do you think @MarkusTeufelberger @Shaps @gundalow?
We can also start with some pre-1.0.0 releases, but honestly I don't see why. New features can easily end up in post-1.0.0 releases; it's only backwards compatibility breaking (no matter how hard) changes that should go in at least for 1.0.0.
And right now, the only candidates I see for that are #9 and #53 since they change the output ofcryptography_decode_name
.The text was updated successfully, but these errors were encountered: