summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelogs/.changes.yaml6
-rw-r--r--changelogs/CHANGELOG-v2.9.rst15
-rw-r--r--changelogs/fragments/v2.9.26rc1_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 25 insertions, 1 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index e4f4058706..852cc55687 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1921,6 +1921,12 @@ releases:
- unsafe_writes_fix.yml
- v2.9.25rc1_summary.yaml
release_date: '2021-08-10'
+ 2.9.26rc1:
+ codename: Immigrant Song
+ fragments:
+ - attributes_compat.yml
+ - v2.9.26rc1_summary.yaml
+ release_date: '2021-09-08'
2.9.3:
codename: Immigrant Song
fragments:
diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst
index d82a375cc5..066f7a621d 100644
--- a/changelogs/CHANGELOG-v2.9.rst
+++ b/changelogs/CHANGELOG-v2.9.rst
@@ -5,6 +5,21 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics
+v2.9.26rc1
+==========
+
+Release Summary
+---------------
+
+| Release Date: 2021-09-08
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+
+Bugfixes
+--------
+
+- make previous versions compatible we new attributres w/o implementing them.
+
v2.9.25
=======
diff --git a/changelogs/fragments/v2.9.26rc1_summary.yaml b/changelogs/fragments/v2.9.26rc1_summary.yaml
new file mode 100644
index 0000000000..cc47ef3d29
--- /dev/null
+++ b/changelogs/fragments/v2.9.26rc1_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-09-08
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index a579f09f92..d9809fffee 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.25.post0'
+__version__ = '2.9.26rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'