Ansible modules core release

  1. How do we determine what version of the module core is released with the main ansible project?
  2. How do we determine when the devel branch has been merged into the latest release e.g. stable-1.9?

Basically want to know if a particular issue that has been fixed in the devel branch is available in the latest stable release?

I noticed recently (when we upgraded to 1.9.4) that the module repos
aren't tagged with the same release tags as the main repo. Any reason why
not? That seems like it'd be pretty convenient.

                                      -Josh (jbs@care.com)

This email is intended for the person(s) to whom it is addressed and may contain information that is PRIVILEGED or CONFIDENTIAL. Any unauthorized use, distribution, copying, or disclosure by any person other than the addressee(s) is strictly prohibited. If you have received this email in error, please notify the sender immediately by return email and delete the message and any attachments from your system.

I’m not the official voice here, but I’ll try to answer:

Thanks for this detailed response and the links. Have a better understanding now. Looking through the commit history for a specific commit seems time consuming. Hopefully they open up a public tracker at some point.