Skip to content

Commit

Permalink
New release v2.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
relrod committed May 24, 2021
1 parent 4f0e584 commit dc9726f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelogs/.changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 8 additions & 3 deletions changelogs/CHANGELOG-v2.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

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

0 comments on commit dc9726f

Please sign in to comment.