summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index a52eeb1072..d48213a2c9 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -458,6 +458,8 @@ releases:
instead of ``ansible.module_utils.common._collections_compat``.
- ansible-test - Update the ``base`` and ``default`` test containers with the
latest requirements.
+ - ansible-test - Update the ``default`` containers to include the ``package-data``
+ requirements update.
- ansible-test - Update the ``default`` containers to include the ``pylint``
requirements update.
- ansible-test - Updated the Azure Pipelines CI plugin to work with newer versions
@@ -821,3 +823,26 @@ releases:
- fix-handlers-callback.yml
- pkg_mgr-default-dnf.yml
release_date: '2023-04-25'
+ 2.15.0rc2:
+ changes:
+ bugfixes:
+ - ansible-galaxy - fix installing signed collections (https://github.com/ansible/ansible/issues/80648).
+ - ansible-galaxy collection verify - fix verifying signed collections when the
+ keyring is not configured.
+ minor_changes:
+ - The minimum required ``setuptools`` version is now 45.2.0, as it is the oldest
+ version to support Python 3.10.
+ - Use ``package_data`` instead of ``include_package_data`` for ``setup.cfg``
+ to avoid ``setuptools`` warnings.
+ release_summary: '| Release Date: 2023-05-01
+
+ | `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__
+
+ '
+ codename: Ten Years Gone
+ fragments:
+ - 2.15.0rc2_summary.yaml
+ - 80648-fix-ansible-galaxy-cache-signatures-bug.yml
+ - ansible-test-minimum-setuptools.yml
+ - fix-setuptools-warnings.yml
+ release_date: '2023-05-01'