New release v2.9.9

pull/70263/head v2.9.9
Rick Elrod 6 years ago
parent 5a0d35646d
commit 6f83b9aff4

@ -1709,3 +1709,9 @@ releases:
- v2.9.8_summary.yaml
- win_psmodule-repo-tls.yaml
release_date: '2020-05-11'
2.9.9:
codename: Immigrant Song
fragments:
- 69451-fix-fileglob-nonexistent-subdirs.yaml
- v2.9.9_summary.yaml
release_date: '2020-05-12'

@ -5,6 +5,21 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics
v2.9.9
======
Release Summary
---------------
| Release Date: 2020-05-12
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
Bugfixes
--------
- Fix an issue with the ``fileglob`` plugin where passing a subdirectory of non-existent directory would cause it to fail - https://github.com/ansible/ansible/issues/69450
v2.9.8
======

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2020-05-12
| `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.8.post0'
__version__ = '2.9.9'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'

Loading…
Cancel
Save