New release v2.18.8rc1 (#85619)

pull/85620/head v2.18.8rc1
Matt Martz 4 months ago committed by GitHub
parent 4f4afb8a84
commit e38807be5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,30 @@ ansible-core 2.18 "Fool in the Rain" Release Notes
.. contents:: Topics
v2.18.8rc1
==========
Release Summary
---------------
| Release Date: 2025-08-04
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__
Minor Changes
-------------
- ansible-test - Improve formatting of generated coverage config file.
- 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 - Always exclude the ``tests/output/`` directory from a collection's code coverage. (https://github.com/ansible/ansible/issues/84244)
- ansible-test - Limit package install retries during managed remote instance bootstrapping.
- ansible-test - Use a consistent coverage config for all collection testing.
- plugins config, get_option_and_origin now correctly displays the value and origin of the option.
v2.18.7
=======

@ -909,3 +909,32 @@ releases:
- pull_changed_fix.yml
- user_passphrase.yml
release_date: '2025-07-08'
2.18.8rc1:
changes:
bugfixes:
- ansible-test - Always exclude the ``tests/output/`` directory from a collection's
code coverage. (https://github.com/ansible/ansible/issues/84244)
- ansible-test - Limit package install retries during managed remote instance
bootstrapping.
- ansible-test - Use a consistent coverage config for all collection testing.
- plugins config, get_option_and_origin now correctly displays the value and
origin of the option.
minor_changes:
- ansible-test - Improve formatting of generated coverage config file.
- 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-08-04
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__
'
codename: Fool in the Rain
fragments:
- 2.18.8rc1_summary.yaml
- ansible-test-bootstrap-retry.yml
- ansible-test-coverage-config.yml
- ansible-test-freebsd-bootstrap.yml
- ansible-test-remotes.yml
- plugins_fix_origin.yml
release_date: '2025-08-04'

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2025-08-04
| `Porting Guide <https://docs.ansible.com/ansible-core/2.18/porting_guides/porting_guide_core_2.18.html>`__

@ -17,6 +17,6 @@
from __future__ import annotations
__version__ = '2.18.7.post0'
__version__ = '2.18.8rc1'
__author__ = 'Ansible, Inc.'
__codename__ = "Fool in the Rain"

Loading…
Cancel
Save