summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-24 10:52:31 -0500
committerGitHub <noreply@github.com>2023-04-24 10:52:31 -0500
commit1e80e4319f6a619b1c21e28767fc4b5bc60c8fc8 (patch)
tree3078f810ab5f70814d831615600aab0d48ddd08d
parent67a0cf505f895624680e02e151ce033617bfff0f (diff)
downloadansible-1e80e4319f6a619b1c21e28767fc4b5bc60c8fc8.tar.gz
New release v2.13.9 (#80610)v2.13.9
-rw-r--r--changelogs/CHANGELOG-v2.13.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/2.13.9_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 18 insertions, 4 deletions
diff --git a/changelogs/CHANGELOG-v2.13.rst b/changelogs/CHANGELOG-v2.13.rst
index a6dd5ab785..124069d50a 100644
--- a/changelogs/CHANGELOG-v2.13.rst
+++ b/changelogs/CHANGELOG-v2.13.rst
@@ -5,13 +5,13 @@ ansible-core 2.13 "Nobody's Fault but Mine" Release Notes
.. contents:: Topics
-v2.13.9rc1
-==========
+v2.13.9
+=======
Release Summary
---------------
-| Release Date: 2023-04-17
+| Release Date: 2023-04-24
| `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 989d44d5ae..1042e1d426 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1358,6 +1358,17 @@ releases:
- v2.13.8rc1_summary.yaml
- validate-module-ps-cmdlet.yml
release_date: '2023-02-20'
+ 2.13.9:
+ changes:
+ release_summary: '| Release Date: 2023-04-24
+
+ | `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.html>`__
+
+ '
+ codename: Nobody's Fault but Mine
+ fragments:
+ - 2.13.9_summary.yaml
+ release_date: '2023-04-24'
2.13.9rc1:
changes:
breaking_changes:
diff --git a/changelogs/fragments/2.13.9_summary.yaml b/changelogs/fragments/2.13.9_summary.yaml
new file mode 100644
index 0000000000..9577a75ba2
--- /dev/null
+++ b/changelogs/fragments/2.13.9_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2023-04-24
+ | `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index ccf5ae1db2..9ce3c021eb 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.13.9rc1.post0'
+__version__ = '2.13.9'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"