New release v2.17.6 (#84250)

pull/84257/head v2.17.6
Matt Martz 1 year ago committed by GitHub
parent f9929de976
commit 05e01efa85
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.6rc1
==========
v2.17.6
=======
Release Summary
---------------
| Release Date: 2024-10-29
| Release Date: 2024-11-04
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
Minor Changes

@ -926,6 +926,17 @@ releases:
- delay_type.yml
- fix_errors.yml
release_date: '2024-09-30'
2.17.6:
changes:
release_summary: '| Release Date: 2024-11-04
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
'
codename: Gallows Pole
fragments:
- 2.17.6_summary.yaml
release_date: '2024-11-04'
2.17.6rc1:
changes:
bugfixes:

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

Loading…
Cancel
Save