From 4455e60166a8271771d96c24f47b6714130d200f Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Thu, 18 Feb 2021 15:02:47 -0600 Subject: New release v2.9.18 --- changelogs/.changes.yaml | 1 + changelogs/CHANGELOG-v2.9.rst | 3 ++- changelogs/fragments/v2.9.18_summary.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml index 09b0103353..9d7b87d8b7 100644 --- a/changelogs/.changes.yaml +++ b/changelogs/.changes.yaml @@ -1721,6 +1721,7 @@ releases: 2.9.18: codename: Immigrant Song fragments: + - ansible-test-cryptography-fix.yml - v2.9.18_summary.yaml release_date: '2021-02-17' 2.9.18rc1: diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst index 60c7489894..57a42e8f4b 100644 --- a/changelogs/CHANGELOG-v2.9.rst +++ b/changelogs/CHANGELOG-v2.9.rst @@ -11,7 +11,7 @@ v2.9.18 Release Summary --------------- -| Release Date: 2021-02-17 +| Release Date: 2021-02-18 | `Porting Guide `__ @@ -89,6 +89,7 @@ Bugfixes -------- - Fix incorrect variable scoping when using ``import with context`` in Jinja2 templates. (https://github.com/ansible/ansible/issues/72615) +- ansible-test - Temporarily limit ``cryptography`` to versions before 3.4 to enable tests to function. - ansible-test - The ``--remote`` option has been updated for Python 2.7 to work around breaking changes in the newly released ``get-pip.py`` bootstrapper. - ansible-test - The ``--remote`` option has been updated to use a versioned ``get-pip.py`` bootstrapper to avoid issues with future releases. - display correct error information when an error exists in the last line of the file (https://github.com/ansible/ansible/issues/16456) diff --git a/changelogs/fragments/v2.9.18_summary.yaml b/changelogs/fragments/v2.9.18_summary.yaml index 5ab46304e3..244833667a 100644 --- a/changelogs/fragments/v2.9.18_summary.yaml +++ b/changelogs/fragments/v2.9.18_summary.yaml @@ -1,3 +1,3 @@ release_summary: | - | Release Date: 2021-02-17 + | Release Date: 2021-02-18 | `Porting Guide `__ -- cgit v1.2.1