New release v2.9.22

This commit is contained in:
Rick Elrod 2021-05-24 14:38:26 -05:00
parent 4f0e584ea4
commit dc9726fe6c
4 changed files with 18 additions and 4 deletions

View file

@ -1865,6 +1865,12 @@ releases:
- v2.9.21rc1_summary.yaml
- validate-modules_found_try_except_import_fails_module_attribute.yaml
release_date: '2021-04-27'
2.9.22:
codename: Immigrant Song
fragments:
- ansible-test-constraints-websocket-client.yml
- v2.9.22_summary.yaml
release_date: '2021-05-24'
2.9.22rc1:
codename: Immigrant Song
fragments:

View file

@ -5,16 +5,21 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics
v2.9.22rc1
==========
v2.9.22
=======
Release Summary
---------------
| Release Date: 2021-05-17
| Release Date: 2021-05-24
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
Minor Changes
-------------
- ansible-test - cap websocket-client on python 2 because 1.0.0 stops supporting it.
Bugfixes
--------

View file

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

View file

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