summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml27
1 files changed, 26 insertions, 1 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 40d5cdc796..aeb0957186 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -4,7 +4,7 @@ releases:
changes:
breaking_changes:
- ansible-doc - no longer treat plugins in collections whose name starts with
- ``_`` as deprecated (https://github.com/ansible/ansible/pull/79217).
+ ``_`` as deprecated (https://github.com/ansible/ansible/pull/79362).
- ansible-test - Integration tests which depend on specific file permissions
when running in an ansible-test managed host environment may require changes.
Tests that require permissions other than ``755`` or ``644`` may need to be
@@ -753,3 +753,28 @@ releases:
- dnf5-logs-api.yml
- run-command-selectors-prompt-only.yml
release_date: '2023-04-10'
+ 2.15.0b3:
+ changes:
+ bugfixes:
+ - Fix post-validating looped task fields so the strategy uses the correct values
+ after task execution.
+ - Prevent running same handler multiple times when included via ``include_role``
+ (https://github.com/ansible/ansible/issues/73643)
+ - ansible-test - Add support for ``argcomplete`` version 3.
+ - pep517 build backend - Use the documented ``import_module`` import from ``importlib``.
+ - syntax check - Limit ``--syntax-check`` to ``ansible-playbook`` only, as that
+ is the only CLI affected by this argument (https://github.com/ansible/ansible/issues/80506)
+ release_summary: '| Release Date: 2023-04-17
+
+ | `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.0b3_summary.yaml
+ - 73643-handlers-prevent-multiple-runs.yml
+ - 80476-fix-loop-task-post-validation.yml
+ - 80506-syntax-check-playbook-only.yml
+ - ansible-test-argcomplete-3.yml
+ - pep517-backend-import-fix.yml
+ release_date: '2023-04-17'