Skip to content

Commit

Permalink
New release v2.14.16rc1 (#83062)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzmahone committed Apr 16, 2024
1 parent 8bcb70f commit f602f86
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
16 changes: 16 additions & 0 deletions changelogs/CHANGELOG-v2.14.rst
Expand Up @@ -5,6 +5,22 @@ ansible-core 2.14 "C'mon Everybody" Release Notes
.. contents:: Topics


v2.14.16rc1
===========

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

| Release Date: 2024-04-16
| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__

Bugfixes
--------

- ansible-test ansible-doc sanity test - do not remove underscores from plugin names in collections before calling ``ansible-doc`` (https://github.com/ansible/ansible/pull/82574).
- winrm - Do not raise another exception during cleanup when a task is timed out - https://github.com/ansible/ansible/issues/81095

v2.14.15
========

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Expand Up @@ -1073,6 +1073,24 @@ releases:
- 82708-unsafe-plugin-name-error.yml
- ansible-test-pytest-8.yml
release_date: '2024-03-18'
2.14.16rc1:
changes:
bugfixes:
- ansible-test ansible-doc sanity test - do not remove underscores from plugin
names in collections before calling ``ansible-doc`` (https://github.com/ansible/ansible/pull/82574).
- winrm - Do not raise another exception during cleanup when a task is timed
out - https://github.com/ansible/ansible/issues/81095
release_summary: '| Release Date: 2024-04-16
| `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.16rc1_summary.yaml
- 82574-ansible-test-ansible-doc-underscore.yml
- winrm-task-timeout.yml
release_date: '2024-04-16'
2.14.1rc1:
changes:
bugfixes:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/2.14.16rc1_summary.yaml
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2024-04-16
| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.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.14.15.post0'
__version__ = '2.14.16rc1'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"

0 comments on commit f602f86

Please sign in to comment.