New release v2.17.14rc1 (#85789)

pull/85793/head v2.17.14rc1
Matt Clay 3 months ago committed by GitHub
parent 1efe8d0c4b
commit 42d34f0960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,27 @@ ansible-core 2.17 "Gallows Pole" Release Notes
.. contents:: Topics
v2.17.14rc1
===========
Release Summary
---------------
| Release Date: 2025-09-02
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
Minor Changes
-------------
- ansible-test - Implement new authentication methods for accessing the Ansible Core CI service.
- ansible-test - Replace remote FreeBSD 13.3 with 13.5.
- ansible-test - Use OS packages to satisfy controller requirements on FreeBSD 13.5 during managed instance bootstrapping.
Bugfixes
--------
- ansible-test - Limit package install retries during managed remote instance bootstrapping.
v2.17.13
========

@ -831,6 +831,30 @@ releases:
- ansible-test-rhel-10.yml
- user_passphrase.yml
release_date: '2025-07-08'
2.17.14rc1:
changes:
bugfixes:
- ansible-test - Limit package install retries during managed remote instance
bootstrapping.
minor_changes:
- ansible-test - Implement new authentication methods for accessing the Ansible
Core CI service.
- ansible-test - Replace remote FreeBSD 13.3 with 13.5.
- ansible-test - Use OS packages to satisfy controller requirements on FreeBSD
13.5 during managed instance bootstrapping.
release_summary: '| Release Date: 2025-09-02
| `Porting Guide <https://docs.ansible.com/ansible-core/2.17/porting_guides/porting_guide_core_2.17.html>`__
'
codename: Gallows Pole
fragments:
- 2.17.14rc1_summary.yaml
- ansible-test-auth-update.yml
- ansible-test-bootstrap-retry.yml
- ansible-test-freebsd-bootstrap.yml
- ansible-test-remotes.yml
release_date: '2025-09-02'
2.17.1rc1:
changes:
bugfixes:

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

Loading…
Cancel
Save