From ca99cc7e555443ee211c155d26456d0ecc2f3fec Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 8 Sep 2025 11:08:07 -0700 Subject: [PATCH] New release v2.19.2 (#85822) --- changelogs/CHANGELOG-v2.19.rst | 6 +++--- changelogs/changelog.yaml | 11 +++++++++++ changelogs/fragments/2.19.2_summary.yaml | 3 +++ lib/ansible/release.py | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 changelogs/fragments/2.19.2_summary.yaml diff --git a/changelogs/CHANGELOG-v2.19.rst b/changelogs/CHANGELOG-v2.19.rst index d3d13b2e76e..58fc578d7e9 100644 --- a/changelogs/CHANGELOG-v2.19.rst +++ b/changelogs/CHANGELOG-v2.19.rst @@ -4,13 +4,13 @@ ansible-core 2.19 "What Is and What Should Never Be" Release Notes .. contents:: Topics -v2.19.2rc1 -========== +v2.19.2 +======= Release Summary --------------- -| Release Date: 2025-09-02 +| Release Date: 2025-09-08 | `Porting Guide `__ Minor Changes diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c7839f163d0..5d6f5c05f1a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1280,6 +1280,17 @@ releases: - templating-filter-generators.yml - tqm.yml release_date: '2025-08-18' + 2.19.2: + changes: + release_summary: '| Release Date: 2025-09-08 + + | `Porting Guide `__ + + ' + codename: What Is and What Should Never Be + fragments: + - 2.19.2_summary.yaml + release_date: '2025-09-08' 2.19.2rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.19.2_summary.yaml b/changelogs/fragments/2.19.2_summary.yaml new file mode 100644 index 00000000000..3e9cc685633 --- /dev/null +++ b/changelogs/fragments/2.19.2_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2025-09-08 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 13ffd5c981e..dd8d104bb66 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -17,6 +17,6 @@ from __future__ import annotations -__version__ = '2.19.2rc1.post0' +__version__ = '2.19.2' __author__ = 'Ansible, Inc.' __codename__ = "What Is and What Should Never Be"