summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2023-07-17 14:21:21 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2023-07-17 14:21:21 +0200
commita00ca87e07387d5be8152f7e1d2a69701f9949d6 (patch)
tree9f930fb63b5bda3aa8b40bb94b348a305ba9eb74 /changelogs
parent8d9a6d9cdf440b0a9b254a8a4bf063c0cb6a6201 (diff)
downloaddebian-ansible-core-a00ca87e07387d5be8152f7e1d2a69701f9949d6.zip
New upstream version 2.14.7
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/CHANGELOG-v2.14.rst23
-rw-r--r--changelogs/changelog.yaml38
2 files changed, 61 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG-v2.14.rst b/changelogs/CHANGELOG-v2.14.rst
index 51436b14..0c912e3b 100644
--- a/changelogs/CHANGELOG-v2.14.rst
+++ b/changelogs/CHANGELOG-v2.14.rst
@@ -5,6 +5,29 @@ ansible-core 2.14 "C'mon Everybody" Release Notes
.. contents:: Topics
+v2.14.7
+=======
+
+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>`__
+
+
+Minor Changes
+-------------
+
+- Removed ``straight.plugin`` from the build and packaging requirements.
+
+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 '+'
+
v2.14.6
=======
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'