summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorLee Garrett <lgarrett@rocketjump.eu>2023-07-18 13:23:44 +0200
committerLee Garrett <lgarrett@rocketjump.eu>2023-07-18 13:23:44 +0200
commitaff27d44d75c760b1288814b4948fc2c4a937d6e (patch)
treecf44068a623e41bae78b03c7ee52e2e35273c20f /changelogs/changelog.yaml
parenta00ca87e07387d5be8152f7e1d2a69701f9949d6 (diff)
downloaddebian-ansible-core-aff27d44d75c760b1288814b4948fc2c4a937d6e.zip
New upstream version 2.14.8
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index f0137291..1024e9f8 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1342,3 +1342,37 @@ releases:
- man-page-build-docs-dependency.yml
- update-maybe-json-uri.yml
release_date: '2023-06-12'
+ 2.14.8:
+ changes:
+ release_summary: '| Release Date: 2023-07-18
+
+ | `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.8_summary.yaml
+ release_date: '2023-07-17'
+ 2.14.8rc1:
+ changes:
+ bugfixes:
+ - ansible-galaxy - Fix issue installing collections containing directories with
+ more than 100 characters on python versions before 3.10.6
+ minor_changes:
+ - Cache field attributes list on the playbook classes
+ - Playbook objects - Replace deprecated stacked ``@classmethod`` and ``@property``
+ - ansible-test - Use a context manager to perform cleanup at exit instead of
+ using the built-in ``atexit`` module.
+ release_summary: '| Release Date: 2023-07-10
+
+ | `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.8rc1_summary.yaml
+ - ansible-test-atexit.yml
+ - cache-fa-on-pb-cls.yml
+ - long-collection-paths-fix.yml
+ - no-stacked-descriptors.yaml
+ release_date: '2023-07-10'