Skip to content

Commit

Permalink
New release v2.8.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed May 1, 2019
1 parent f03d9c1 commit 22d7b7e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelogs/.changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1513,3 +1513,11 @@ releases:
- win_reboot-psrp-command.yaml
- win_region-format.yaml
release_date: '2019-04-25'
2.8.0rc2:
codename: How Many More Times
fragments:
- 55515-use-active-state-for-any_errors_fatal.yaml
- bad_empty_play.yml
- ps-basic-json.yaml
- v2.8.0rc2_summary.yaml
release_date: '2019-05-01'
17 changes: 17 additions & 0 deletions changelogs/CHANGELOG-v2.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Ansible 2.8 "How Many More Times" Release Notes
.. contents:: Topics


v2.8.0rc2
=========

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

| Release Date: 2019-05-01
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Bugfixes
--------

- Ansible.Basic - Fix issue when deserilizing a JSON string that is not a dictionary - https://github.com/ansible/ansible/pull/55691
- Be sure to use the active state when checking for any_errors_fatal
- re allow empty plays for now, but add deprecation msg.

v2.8.0rc1
=========

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.8.0rc2_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2019-05-01
| `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.8.0rc1.post0'
__version__ = '2.8.0rc2'
__author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times'

0 comments on commit 22d7b7e

Please sign in to comment.