New release v2.9.4

pull/66661/head v2.9.4
Matt Davis 5 years ago
parent e283c180d1
commit 818c66163e

@ -1539,3 +1539,9 @@ releases:
- junos
- sros
release_date: '2020-01-15'
2.9.4:
codename: Immigrant Song
fragments:
- 66549-enablerepo-not-honored-when-used-with-disablerepo-all.yml
- v2.9.4_summary.yaml
release_date: '2020-01-20'

@ -5,6 +5,21 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics
v2.9.4
======
Release Summary
---------------
| Release Date: 2020-01-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
Bugfixes
--------
- yum - fix bug that caused ``enablerepo`` to not be honored when used with disablerepo all wildcard/glob (https://github.com/ansible/ansible/issues/66549)
v2.9.3
======

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2020-01-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.9.3.post0'
__version__ = '2.9.4'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'

Loading…
Cancel
Save