diff options
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r-- | changelogs/changelog.yaml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 18bf7b13..f0137291 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1304,3 +1304,41 @@ releases: - ansible-test-utcnow.yml - pep517-backend-traceback-fix.yml release_date: '2023-05-15' + 2.14.7: + changes: + release_summary: '| Release Date: 2023-06-20 + + | `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__ + + ' + codename: C'mon Everybody + fragments: + - 2.14.7_summary.yaml + release_date: '2023-06-20' + 2.14.7rc1: + changes: + bugfixes: + - ansible-test - Fix a traceback that occurs when attempting to test Ansible + source using a different ansible-test. A clear error message is now given + when this scenario occurs. + - ansible-test local change detection - use ``git merge-base <branch> HEAD`` + instead of ``git merge-base --fork-point <branch>`` (https://github.com/ansible/ansible/pull/79734). + - man page build - Remove the dependency on the ``docs`` directory for building + man pages. + - uri - fix search for JSON type to include complex strings containing '+' + minor_changes: + - Removed ``straight.plugin`` from the build and packaging requirements. + release_summary: '| Release Date: 2023-06-12 + + | `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__ + + ' + codename: C'mon Everybody + fragments: + - 2.14.7rc1_summary.yaml + - 79734-ansible-test-change-detection.yml + - ansible-test-source-detection.yml + - build-no-straight.yaml + - man-page-build-docs-dependency.yml + - update-maybe-json-uri.yml + release_date: '2023-06-12' |