Skip to content

Commit

Permalink
New release v2.9.22rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
relrod committed May 17, 2021
1 parent a2fabbe commit a9518f8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelogs/.changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1865,6 +1865,14 @@ releases:
- v2.9.21rc1_summary.yaml
- validate-modules_found_try_except_import_fails_module_attribute.yaml
release_date: '2021-04-27'
2.9.22rc1:
codename: Immigrant Song
fragments:
- ansible-test-azp-build-api.yml
- ansible-test-markupsafe-constraint.yml
- jinja2_decorator_renames.yml
- v2.9.22rc1_summary.yaml
release_date: '2021-05-17'
2.9.3:
codename: Immigrant Song
fragments:
Expand Down
17 changes: 17 additions & 0 deletions changelogs/CHANGELOG-v2.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics


v2.9.22rc1
==========

Release Summary
---------------

| Release Date: 2021-05-17
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Bugfixes
--------

- ansible-test - Use documented API to retrieve build information from Azure Pipelines.
- ansible_test - add constraint for ``MarkupSafe`` (https://github.com/ansible/ansible/pull/74666)
- filter plugins - patch new versions of Jinja2 to prevent warnings/errors on renamed filter decorators (https://github.com/ansible/ansible/issues/74667)

v2.9.21
=======

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.9.22rc1_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-05-17
| `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.21.post0'
__version__ = '2.9.22rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'

0 comments on commit a9518f8

Please sign in to comment.