Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-08-15 21:03:26 +0300
committerGitHub <noreply@github.com>2022-08-15 21:03:26 +0300
commitc1bb0c6ab89a344bdcc07ef66887c310e661e3a6 (patch)
treedaea81508797a47a19e41a2dde5a10d4efd1461a
parent4e0f81a01f26fa60021c23e3fed1315335fd1899 (diff)
New release v2.13.3 (#78527)v2.13.3
-rw-r--r--changelogs/CHANGELOG-v2.13.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.13.3_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 79a02d43837..1f0a790ce34 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.3rc1
-==========
+v2.13.3
+=======
Release Summary
---------------
-| Release Date: 2022-08-08
+| Release Date: 2022-08-15
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index ba7242673c6..5eb38f48b34 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -924,6 +924,17 @@ releases:
- permission-denied-spwd-module.yml
- v2.13.2rc1_summary.yaml
release_date: '2022-07-11'
+ 2.13.3:
+ changes:
+ release_summary: '| Release Date: 2022-08-15
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Nobody's Fault but Mine
+ fragments:
+ - v2.13.3_summary.yaml
+ release_date: '2022-08-15'
2.13.3rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.13.3_summary.yaml b/changelogs/fragments/v2.13.3_summary.yaml
new file mode 100644
index 00000000000..ad496c066d0
--- /dev/null
+++ b/changelogs/fragments/v2.13.3_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-08-15
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 7e07371e874..d8f1207f5e3 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.3rc1.post0'
+__version__ = '2.13.3'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"