New Ansible releases 2.9.12 and 2.8.14

99 views
Skip to first unread message

Rick Elrod

unread,
Aug 11, 2020, 12:59:38 AM8/11/20
to ansibl...@googlegroups.com, ansible...@googlegroups.com, ansible-...@googlegroups.com
Hi all- we're happy to announce that the general release of Ansible 2.9.12 and
2.8.14 are now available!


How do you get it?
------------------

$ pip install ansible==2.9.12 --user
or
$ pip install ansible==2.8.14 --user

The tar.gz of the releases can be found here:

* 2.9.12
https://releases.ansible.com/ansible/ansible-2.9.12.tar.gz
SHA256: 7e95ddf719190b068fafc7d7c7877c218054cc5da4f6d9d794faf7bc66dab774
* 2.8.14
https://releases.ansible.com/ansible/ansible-2.8.14.tar.gz
SHA256: 248990ade8689126ded598c5a931b2524ff4edf4629627b10962098d1303eaa5


What's new in 2.9.12 and 2.8.14
-------------------------------

These releases contain fixes to multiple CVEs: CVE-2020-1736,
CVE-2020-14332, CVE-2020-14330

These releases are maintenance releases containing numerous bugfixes. The full
changelogs are at:

* 2.9.12
https://github.com/ansible/ansible/blob/stable-2.9/changelogs/CHANGELOG-v2.9.rst
* 2.8.14
https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v2.8.rst


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

Future maintenance releases will occur approximately every 3 weeks. So expect
the next one around 2020-08-31.


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

We've published a porting guide at
https://docs.ansible.com/ansible/devel/porting_guides/porting_guide_2.9.html to
help migrate your content to 2.9.


If you discover any errors or if any of your working playbooks break when you
upgrade to 2.9.12, 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 Ansible version that works and the one
that doesn't.

Thanks!

-Rick Elrod

Jay Amin

unread,
Aug 11, 2020, 2:28:11 PM8/11/20
to Ansible Development
Hello,
Can anyone tell me how do I upgrade Ansible v2.9.10 to 2.9.11 or 2.9.12 on RHEL 8?

System is not connected to any subscription manager or repo. I use local repo. I cannot use PIP either.

I downloaded ansible-2.9.11-1.el8.noarch.rpm but now need help on how to upgrade to this version. Where do i download 2.9.12 now that it's released (rpm)?

Thanks
Jay

Mike Sawyers

unread,
Aug 11, 2020, 3:38:08 PM8/11/20
to Jay Amin, Ansible Development
Ansible is a python module so you could install via pip like Rick showed. I am sure there are also rpm repos but last I checked
I didnt see any specific for EL8. 

--
You received this message because you are subscribed to the Google Groups "Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-deve...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-devel/5e0ff646-826e-4629-b884-e0bc388f98ben%40googlegroups.com.

Mike Sawyers

unread,
Aug 11, 2020, 3:40:47 PM8/11/20
to Jay Amin, Ansible Development
Negelected one point. Pip upgrade is 

pip install --upgrade ansible==2.9.12

If you are ever unsure of what versions you could get, just stop after the ==.  Pip will give an error message then list all possible versions.

On Tue, Aug 11, 2020, 11:28 AM Jay Amin <jay.a...@gmail.com> wrote:

Mike Sawyers

unread,
Aug 11, 2020, 3:52:16 PM8/11/20
to Jay Amin, Ansible Development

Clearly I've over multi-tasked.

You want to install but don't have access to anything other than the RPM but you do have a local repo.

You could either add the rpm to the local repo and dnf install using that repo or use `dnf install ansible-2.9.11-1.el8.noarch.rpm`. Dnf will report that you are removing the old version and updating to the new just like if you were loading from a repo.


On Tue, Aug 11, 2020, 11:28 AM Jay Amin <jay.a...@gmail.com> wrote:
Reply all
Reply to author
Forward
0 new messages