summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2021-10-18 10:42:52 -0400
committerGitHub <noreply@github.com>2021-10-18 10:42:52 -0400
commit634916b9cbf5c71a362e713e7181e223c4466e6f (patch)
tree3b07afb475fb92b1661b8840432a244a79241a59
parent3fa64176afa524e2249bef06cd6867f59e552da3 (diff)
downloadansible-2.12.0rc1.tar.gz
New release v2.12.0rc1 (#76072)v2.12.0rc1
-rw-r--r--changelogs/CHANGELOG-v2.12.rst10
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.12.0rc1_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 25 insertions, 1 deletions
diff --git a/changelogs/CHANGELOG-v2.12.rst b/changelogs/CHANGELOG-v2.12.rst
index 6f6395dbed..b8c951f933 100644
--- a/changelogs/CHANGELOG-v2.12.rst
+++ b/changelogs/CHANGELOG-v2.12.rst
@@ -5,6 +5,16 @@ ansible-core 2.12 "Dazed and Confused" Release Notes
.. contents:: Topics
+v2.12.0rc1
+==========
+
+Release Summary
+---------------
+
+| Release Date: 2021-10-18
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+
v2.12.0b2
=========
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index eda25b7607..1ce480e76d 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1061,3 +1061,14 @@ releases:
- pslint-sanity-warning.yml
- v2.12.0b2_summary.yaml
release_date: '2021-10-11'
+ 2.12.0rc1:
+ changes:
+ release_summary: '| Release Date: 2021-10-18
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Dazed and Confused
+ fragments:
+ - v2.12.0rc1_summary.yaml
+ release_date: '2021-10-18'
diff --git a/changelogs/fragments/v2.12.0rc1_summary.yaml b/changelogs/fragments/v2.12.0rc1_summary.yaml
new file mode 100644
index 0000000000..c9e644041a
--- /dev/null
+++ b/changelogs/fragments/v2.12.0rc1_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-10-18
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 01a5116829..33f1bb001e 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.12.0b2.post0'
+__version__ = '2.12.0rc1'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'