diff --git a/changelogs/CHANGELOG-v2.17.rst b/changelogs/CHANGELOG-v2.17.rst index 3c935ca97e3..65bd4112e06 100644 --- a/changelogs/CHANGELOG-v2.17.rst +++ b/changelogs/CHANGELOG-v2.17.rst @@ -4,15 +4,20 @@ ansible-core 2.17 "Gallows Pole" Release Notes .. contents:: Topics -v2.17.1rc1 -========== +v2.17.1 +======= Release Summary --------------- -| Release Date: 2024-06-10 +| Release Date: 2024-06-17 | `Porting Guide `__ +Minor Changes +------------- + +- ansible-test - Update ``pypi-test-container`` to version 3.1.0. + Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 686322ab5f2..3020a6fcf7f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -687,6 +687,20 @@ releases: - psrp-version-req.yml - uri_follow_redirect_bool.yml release_date: '2024-05-13' + 2.17.1: + changes: + minor_changes: + - ansible-test - Update ``pypi-test-container`` to version 3.1.0. + release_summary: '| Release Date: 2024-06-17 + + | `Porting Guide `__ + + ' + codename: Gallows Pole + fragments: + - 2.17.1_summary.yaml + - ansible-test-pypi-test-container-update.yml + release_date: '2024-06-17' 2.17.1rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.17.1_summary.yaml b/changelogs/fragments/2.17.1_summary.yaml new file mode 100644 index 00000000000..4b5460d487b --- /dev/null +++ b/changelogs/fragments/2.17.1_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2024-06-17 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 7477e0bcf1c..7ed9fdf8cd2 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.17.1rc1.post0' +__version__ = '2.17.1' __author__ = 'Ansible, Inc.' __codename__ = "Gallows Pole"