diff options
author | Rick Elrod <rick@elrod.me> | 2021-06-22 00:04:37 -0500 |
---|---|---|
committer | Rick Elrod <rick@elrod.me> | 2021-06-22 00:04:37 -0500 |
commit | ae9001ee1819f06d88022b5ea7146d7383b7d061 (patch) | |
tree | cf961e40a0a9d1240103a9469eaf4c9a82c48e1a /changelogs | |
parent | 7316e1b54a55be2cab007967056afa9a94f29e44 (diff) | |
download | ansible-ae9001ee1819f06d88022b5ea7146d7383b7d061.tar.gz |
New release v2.11.2v2.11.2
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/CHANGELOG-v2.11.rst | 6 | ||||
-rw-r--r-- | changelogs/changelog.yaml | 11 | ||||
-rw-r--r-- | changelogs/fragments/v2.11.2_summary.yaml | 3 |
3 files changed, 17 insertions, 3 deletions
diff --git a/changelogs/CHANGELOG-v2.11.rst b/changelogs/CHANGELOG-v2.11.rst index 58a0155e64..806b817d1e 100644 --- a/changelogs/CHANGELOG-v2.11.rst +++ b/changelogs/CHANGELOG-v2.11.rst @@ -5,13 +5,13 @@ ansible-core 2.11 "Hey Hey, What Can I Do" Release Notes .. contents:: Topics -v2.11.2rc1 -========== +v2.11.2 +======= Release Summary --------------- -| Release Date: 2021-06-14 +| Release Date: 2021-06-22 | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 032358b0d1..810ce8f5df 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1767,6 +1767,17 @@ releases: - v2.11.1rc1_summary.yaml - world_readable_fixes.yml release_date: '2021-05-17' + 2.11.2: + changes: + release_summary: '| Release Date: 2021-06-22 + + | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ + + ' + codename: Hey Hey, What Can I Do + fragments: + - v2.11.2_summary.yaml + release_date: '2021-06-22' 2.11.2rc1: changes: bugfixes: diff --git a/changelogs/fragments/v2.11.2_summary.yaml b/changelogs/fragments/v2.11.2_summary.yaml new file mode 100644 index 0000000000..1f157f04b7 --- /dev/null +++ b/changelogs/fragments/v2.11.2_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2021-06-22 + | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ |