Skip to content

Commit

Permalink
New release v2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
relrod committed May 12, 2020
1 parent 5a0d356 commit 6f83b9a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/.changes.yaml
Expand Up @@ -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'
15 changes: 15 additions & 0 deletions changelogs/CHANGELOG-v2.9.rst
Expand Up @@ -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
======

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.9.9_summary.yaml
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2020-05-12
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Expand Up @@ -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'

0 comments on commit 6f83b9a

Please sign in to comment.