Expected time for bug fixes to be released?

I encountered a bug in 1.9.2, did some digging, and found that a fix had been merged into ‘devel’ more than 16 months ago. However, it has still not made it into a released version of ansible.

More details in the issue I entered: https://github.com/ansible/ansible/issues/12068

What is the expected time for this sort of bug fix to be released?

Thanks!

Joel

Hi Joel, 2.0 is currently in alpha, and we’re aiming for a release this fall.

OK, so 1.5 years between a bug with patch submitted and actual release containing it. I’ll plan accordingly.

Thanks!

Snarkiness aside, the 2.0 release cycle is a bit of an anomaly. 2.0 changes quite a bit, so the time to release is pretty conservative. That your change got wrapped up into the 2.0 release is unfortunate, but not indicative of future release cycles. Prior to 2.0 the releases were more frequent, and critical bugs were pushed out in even more frequent minor releases.

That said, much of Ansible is designed so that bug fixes or enhancements can be made use of easily without waiting for an official release from Ansible.

Hey Joel, we went back to try and figure out what happened, and figured it out. This was actually only merged in on April 1st of this year, but was done on devel, so this went into what became the v1 directory of dead code - it was not cherry-picked to stable-1.9. We’re going ahead and correcting that now, so this patch will be included in 1.9.3-1, which we’re going to release today.

Sorry for the mix-up!

Hot dog! I _thought_ something seemed odd about this particular case.

Thanks so much!

Joel