Skip to content

Commit

Permalink
New release v2.15.10 (#82906)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel committed Mar 25, 2024
1 parent 7bed756 commit 2c7e567
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
7 changes: 4 additions & 3 deletions changelogs/CHANGELOG-v2.15.rst
Expand Up @@ -5,13 +5,13 @@ ansible-core 2.15 "Ten Years Gone" Release Notes
.. contents:: Topics


v2.15.10rc1
===========
v2.15.10
========

Release Summary
---------------

| Release Date: 2024-03-18
| Release Date: 2024-03-25
| `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__

Expand All @@ -24,6 +24,7 @@ Bugfixes
--------

- Fix an issue when setting a plugin name from an unsafe source resulted in ``ValueError: unmarshallable object`` (https://github.com/ansible/ansible/issues/82708)
- ansible-test - The ``libexpat`` package is automatically upgraded during remote bootstrapping to maintain compatibility with newer Python packages.
- winrm - does not hang when attempting to get process output when stdin write failed

v2.15.9
Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Expand Up @@ -868,6 +868,21 @@ releases:
fragments:
- 2.15.1_summary.yaml
release_date: '2023-06-20'
2.15.10:
changes:
bugfixes:
- ansible-test - The ``libexpat`` package is automatically upgraded during remote
bootstrapping to maintain compatibility with newer Python packages.
release_summary: '| Release Date: 2024-03-25
| `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.10_summary.yaml
- ansible-test-alpine-libexpat.yml
release_date: '2024-03-25'
2.15.10rc1:
changes:
bugfixes:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/2.15.10_summary.yaml
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-03-25
| `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Expand Up @@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.15.10rc1.post0'
__version__ = '2.15.10'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"

0 comments on commit 2c7e567

Please sign in to comment.