Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release v2.12.4 #77374

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions changelogs/CHANGELOG-v2.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ansible-core 2.12 "Dazed and Confused" Release Notes
.. contents:: Topics


v2.12.4rc1
==========
v2.12.4
=======

Release Summary
---------------

| Release Date: 2022-03-21
| Release Date: 2022-03-28
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__


Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,17 @@ releases:
- ssh_use_right_host.yml
- v2.12.3rc1_summary.yaml
release_date: '2022-02-23'
2.12.4:
changes:
release_summary: '| Release Date: 2022-03-28

| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

'
codename: Dazed and Confused
fragments:
- v2.12.4_summary.yaml
release_date: '2022-03-28'
2.12.4rc1:
changes:
bugfixes:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.12.4_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2022-03-28
| `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.4rc1.post0'
__version__ = '2.12.4'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'