Revert "New release v2.15.11 (#83044)" (#83057)

Should've been an rc1- reverting to use normal release process.

This reverts commit f0f806c022.
pull/83063/head
Matt Davis 7 months ago committed by GitHub
parent f0f806c022
commit 42688586b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,26 +5,6 @@ ansible-core 2.15 "Ten Years Gone" Release Notes
.. contents:: Topics
v2.15.11
========
Release Summary
---------------
| Release Date: 2024-04-15
| `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__
Bugfixes
--------
- Fixes permission for cache json file from 600 to 644 (https://github.com/ansible/ansible/issues/82683).
- allow_duplicates - fix evaluating if the current role allows duplicates instead of using the initial value from the duplicate's cached role.
- 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).
- dnf5 - replace removed API calls
- unarchive modules now uses zipinfo options without relying on implementation defaults, making it more compatible with all OS/distributions.
- winrm - Do not raise another exception during cleanup when a task is timed out - https://github.com/ansible/ansible/issues/81095
v2.15.10
========

@ -905,34 +905,6 @@ releases:
- ansible-test-pytest-8.yml
- winrm-timeout.yml
release_date: '2024-03-18'
2.15.11:
changes:
bugfixes:
- Fixes permission for cache json file from 600 to 644 (https://github.com/ansible/ansible/issues/82683).
- allow_duplicates - fix evaluating if the current role allows duplicates instead
of using the initial value from the duplicate's cached role.
- 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).
- dnf5 - replace removed API calls
- unarchive modules now uses zipinfo options without relying on implementation
defaults, making it more compatible with all OS/distributions.
- 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-15
| `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.11_summary.yaml
- 82574-ansible-test-ansible-doc-underscore.yml
- 82683-ansible-fact_cache-permissions-changed-after-ansible-coreupdate.yml
- dnf5-api-breaks.yml
- fix-allow-duplicates.yml
- unarchive_fix.yml
- winrm-task-timeout.yml
release_date: '2024-04-15'
2.15.1rc1:
changes:
bugfixes:

@ -1,3 +0,0 @@
release_summary: |
| Release Date: 2024-04-15
| `Porting Guide <https://docs.ansible.com/ansible-core/2.15/porting_guides/porting_guide_core_2.15.html>`__

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.15.11'
__version__ = '2.15.10.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Ten Years Gone"

Loading…
Cancel
Save