ansible-community / images

Ansible container image definitions meant for ansible-test and Execution Environments
GNU General Public License v3.0
14 stars 12 forks source link

Updates ansible-core & collection versions for Base and Minimal #97

Closed anweshadas closed 3 weeks ago

felixfontein commented 3 weeks ago

ansible.utils (5.1.2) and ansible.posix (1.6.1) have newer verisons BTW.

samccann commented 3 weeks ago

@felixfontein -were these newer versions available when the PR was created? Just wondering if we need to update process docs somewhere to remind us to pull in the appropriate versions. Since both EEs are tied to a core version, I guess it's just pull in the most recent collection version, right?

felixfontein commented 3 weeks ago

@samccann yes there were. ansible.posix 5.0.0 even got released four months ago.

I'm wondering whether the versions are related to the collection versions included in Ansible 10. That would explain the version numbers that they use right now.

samccann commented 3 weeks ago

Good question. I originally thought they were the collections in Ansible 10, but now I don't really know. The EE includes ansible-core, so it 'could' work with the most recent collection....

felixfontein commented 2 weeks ago

If they are supposed to be the same versions that are included in Ansible 10, then everything's ok.