New release v2.17.3 (#83768)

pull/83771/head v2.17.3
Matt Martz 3 months ago committed by GitHub
parent 0e435368ef
commit b8e6261cc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,13 +4,13 @@ ansible-core 2.17 "Gallows Pole" Release Notes
.. contents:: Topics .. contents:: Topics
v2.17.3rc1 v2.17.3
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2024-08-05 | Release Date: 2024-08-12
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__ | `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
Minor Changes Minor Changes

@ -784,6 +784,17 @@ releases:
- dnf-revert.yaml - dnf-revert.yaml
- package_facts_apk.yml - package_facts_apk.yml
release_date: '2024-07-09' release_date: '2024-07-09'
2.17.3:
changes:
release_summary: '| Release Date: 2024-08-12
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
'
codename: Gallows Pole
fragments:
- 2.17.3_summary.yaml
release_date: '2024-08-12'
2.17.3rc1: 2.17.3rc1:
changes: changes:
bugfixes: bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-08-12
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__

@ -17,6 +17,6 @@
from __future__ import annotations from __future__ import annotations
__version__ = '2.17.3rc1.post0' __version__ = '2.17.3'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = "Gallows Pole" __codename__ = "Gallows Pole"

Loading…
Cancel
Save