New releases: ansible-core 2.13.2

45 views
Skip to first unread message

Matt Martz

unread,
Jul 18, 2022, 12:18:00 PM7/18/22
to ansible-...@googlegroups.com, ansible...@googlegroups.com, Ansible Development
Hi all- we're happy to announce the general release of:

- ansible-core 2.13.2


How to get it
-------------

$ python3 -m pip install --user ansible-core==2.13.2

The release artifacts can be found here:

* ansible-core 2.13.2
    Wheel:  https://files.pythonhosted.org/packages/e8/dd/b8bd8dfbddea1e2116d6bd189fa329481b9ebac8fba890d4e95239275f55/ansible_core-2.13.2-py3-none-any.whl
    Source: https://files.pythonhosted.org/packages/d9/17/bf5942b888027ca15b7a7e46317d250830a5616e29aaca74320f3d0c840e/ansible-core-2.13.2.tar.gz


Checksums
---------

# ansible_core-2.13.2-py3-none-any.whl: 2071159 bytes
SHA256 (ansible_core-2.13.2-py3-none-any.whl) = 331b869cf3bf9bab875f62b9a8586257bbcfb95b1db6c8d43424d70804996143
# ansible-core-2.13.2.tar.gz: 13332205 bytes
SHA256 (ansible-core-2.13.2.tar.gz) = b779d0e55a97717c0ee5e86b486aa67c07c2809ef477be2ac84ad091a8dd2ddb


What's new
----------

This release is a maintenance release containing numerous bugfixes.

The full changelog can be found here:

* ansible-core 2.13.2
  https://github.com/ansible/ansible/blob/v2.13.2/changelogs/CHANGELOG-v2.13.rst


What's the schedule for future maintenance releases?
----------------------------------------------------

The next batch of release candidates is planned to be released on 8 August 2022. The next general availability release will be one week after.


Porting Help
------------

If you discover any errors or if any of your working playbooks break when you
upgrade, please use the following link to report the regression:

  https://github.com/ansible/ansible/issues/new/choose

In your issue, be sure to mention the version that works and the one that
doesn't.

Thanks!

--
Matt Martz
@sivel
sivel.net

Nico Kadel-Garcia

unread,
Jul 21, 2022, 10:45:07 PM7/21/22
to ansible...@googlegroups.com, ansible-...@googlegroups.com, Ansible Development
On Mon, Jul 18, 2022 at 12:17 PM Matt Martz <ma...@sivel.net> wrote:
>
> Hi all- we're happy to announce the general release of:
>
> - ansible-core 2.13.2
>
>
> How to get it
> -------------
>
> $ python3 -m pip install --user ansible-core==2.13.2

On RHEL 8, you need to enable modularity, install python38 and
python38-devel first.

sudo dnf module enable python38-devel
sudo dnf module enable python38
sudo dnf install -y python38-devel python38-pip
pip3.8 install --user ansible ansible-core=2.13.2

I've built up RPM building tools, and managed to backport jinja2 3.0.3
for those dependencies. But building it with mock has problems
resolving dependencies for python38-jinja2 unless it's installed
manually, because of ther !@#$ modularity based and out of date
python38-jinja2, version 2.11.3-1.module_el8.7.0+1171+3bbf18c8.
Modularity is... well, it's not your friend if you want to build and
gracefully install updated versions of python modules. My tools are
over at https://github.com/nkadel/ansiblerepo/ .
> --
> You received this message because you are subscribed to the Google Groups "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAD8N0v81CCNgenay1eg-mWZirFYPw7vgVDTVX4SKs0-GG0901w%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages