Version of collections included in Ansible distro?

Greetings,

I am trying to understand how (and when) the versions of collections included in the Ansible distro are decided?

We are building our own container image for ansible stuff, and the image is rebuilt nightly. After hitting a bug with the recent ansible 4.1.0 release, we submitted this issue to the community.crypto collection. The bug was fixed extremely fast on Friday, and version 1.7.1 of the collection was released. But still, our image is not updated today?

Our image is installing ansible from PyPi:
python -m pip install -q --no-cache-dir ansible~=${ANSIBLE_VERSION}

I can of course force-install the latest version of the collection into the image (ansible-galaxy collection install community.crypto), but I was expecting bug fixes/patches to be applied by the ansible distro - probably by some included requirements-file.

Any input that can help me understand this would be greatly appreciated!

Regards,
Erik

You might want to check this repo - https://github.com/ansible-community/ansible-build-data

This repo contains version information in which Ansible Community versions are built.

Thanks Abhijeet,

So this means we’ll have to wait for an eventual 4.1.1 release of ansible or 4.2.0, right?

Erik

mandag 14. juni 2021 kl. 10:03:26 UTC+2 skrev Abhijeet Kasurde:

Hi Erik,

So this means we'll have to wait for an eventual 4.1.1 release of
ansible or 4.2.0, right?

yes, you will (unfortunately) have to wait for 4.2.0, which will be
released in ~2 weeks.

Best,
Felix

Thanks for clearifying this Abhijeet and Felix. We are applying the workaround for now, so no problem. :slight_smile: I just wanted to understand how this works, and now I do!

Erik

mandag 14. juni 2021 kl. 10:14:44 UTC+2 skrev Felix Fontein: