Skip to content

Commit

Permalink
New release v2.12.0rc1 (#76072)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavineau authored Oct 18, 2021
1 parent 3fa6417 commit 634916b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelogs/CHANGELOG-v2.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=========

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.12.0rc1_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-10-18
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 634916b

Please sign in to comment.