From 4362220ee7fc62480bdb2fecadef438032c58ec5 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 14 Aug 2023 11:18:23 -0700 Subject: [PATCH] New release v2.15.3 (#81506) --- changelogs/CHANGELOG-v2.15.rst | 6 +++--- changelogs/changelog.yaml | 11 +++++++++++ changelogs/fragments/2.15.3_summary.yaml | 3 +++ lib/ansible/release.py | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/2.15.3_summary.yaml diff --git a/changelogs/CHANGELOG-v2.15.rst b/changelogs/CHANGELOG-v2.15.rst index e00e535068d..8d5197f638f 100644 --- a/changelogs/CHANGELOG-v2.15.rst +++ b/changelogs/CHANGELOG-v2.15.rst @@ -5,13 +5,13 @@ ansible-core 2.15 "Ten Years Gone" Release Notes .. contents:: Topics -v2.15.3rc1 -========== +v2.15.3 +======= Release Summary --------------- -| Release Date: 2023-08-07 +| Release Date: 2023-08-14 | `Porting Guide `__ diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9507683b36d..dfe587f67bb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -973,6 +973,17 @@ releases: - dnf5-test-env-groups.yml - long-collection-paths-fix.yml release_date: '2023-07-10' + 2.15.3: + changes: + release_summary: '| Release Date: 2023-08-14 + + | `Porting Guide `__ + + ' + codename: Ten Years Gone + fragments: + - 2.15.3_summary.yaml + release_date: '2023-08-14' 2.15.3rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.15.3_summary.yaml b/changelogs/fragments/2.15.3_summary.yaml new file mode 100644 index 00000000000..5ad65d96ac4 --- /dev/null +++ b/changelogs/fragments/2.15.3_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2023-08-14 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 336cdb6bef2..f90bbc00c41 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -19,6 +19,6 @@ from __future__ import (absolute_import, division, print_function) __metaclass__ = type -__version__ = '2.15.3rc1.post0' +__version__ = '2.15.3' __author__ = 'Ansible, Inc.' __codename__ = "Ten Years Gone"