New release v2.17.4 (#83924)

pull/83927/head v2.17.4
Matt Martz 1 year ago committed by GitHub
parent 42cb55c8e7
commit 9e5294563d
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
v2.17.4rc1
==========
v2.17.4
=======
Release Summary
---------------
| Release Date: 2024-09-03
| Release Date: 2024-09-09
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
Bugfixes

@ -825,6 +825,17 @@ releases:
- ansible-test-vyos.yml
- mc_fix.yml
release_date: '2024-08-05'
2.17.4:
changes:
release_summary: '| Release Date: 2024-09-09
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
'
codename: Gallows Pole
fragments:
- 2.17.4_summary.yaml
release_date: '2024-09-09'
2.17.4rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-09-09
| `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
__version__ = '2.17.4rc1.post0'
__version__ = '2.17.4'
__author__ = 'Ansible, Inc.'
__codename__ = "Gallows Pole"

Loading…
Cancel
Save