summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <rooftopcellist@gmail.com>2021-10-11 10:39:46 -0400
committerGitHub <noreply@github.com>2021-10-11 10:39:46 -0400
commite76bfa16f239041b853b8c79d48f9573fdfe0383 (patch)
tree41e4b59f6d13724153c95d35186974e61b230e05
parentbf4b75db0866943abeae5d2f1243c560d6791e1c (diff)
downloadansible-e76bfa16f239041b853b8c79d48f9573fdfe0383.tar.gz
New release v2.9.27 (#75997)
-rw-r--r--changelogs/.changes.yaml5
-rw-r--r--changelogs/CHANGELOG-v2.9.rst6
-rw-r--r--changelogs/fragments/v2.9.27_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 12 insertions, 4 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index 6da302f3f1..db6efa2ebc 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1932,6 +1932,11 @@ releases:
- attributes_compat.yml
- v2.9.26rc1_summary.yaml
release_date: '2021-09-08'
+ 2.9.27:
+ codename: Immigrant Song
+ fragments:
+ - v2.9.27_summary.yaml
+ release_date: '2021-10-11'
2.9.27rc1:
codename: Immigrant Song
fragments:
diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst
index 22d610514d..eb084e87a6 100644
--- a/changelogs/CHANGELOG-v2.9.rst
+++ b/changelogs/CHANGELOG-v2.9.rst
@@ -5,13 +5,13 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics
-v2.9.27rc1
-==========
+v2.9.27
+=======
Release Summary
---------------
-| Release Date: 2021-10-04
+| Release Date: 2021-10-11
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/fragments/v2.9.27_summary.yaml b/changelogs/fragments/v2.9.27_summary.yaml
new file mode 100644
index 0000000000..c5a6196842
--- /dev/null
+++ b/changelogs/fragments/v2.9.27_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-10-11
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 9f247f93da..e215463e11 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.9.27rc1.post0'
+__version__ = '2.9.27'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'