Skip to content

Commit

Permalink
New release v2.6.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Jun 27, 2018
1 parent bd1ecd0 commit 478ab3f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelogs/.changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,13 @@ releases:
- win_updates-async-fix.yml
- winrm_kinit-remove-pass-log.yml
release_date: '2018-06-25'
2.6.0rc5:
codename: Heartbreaker
fragments:
- fix_options.yml
- fix_password_lookup_loading.yaml
- group_by_localhost.yaml
- lineinfile-insertbefore-bof-bugfix.yaml
- v2.6.0rc5_summary.yaml
- win_iis_webapppool-output-fix.yml
release_date: '2018-06-26'
19 changes: 19 additions & 0 deletions changelogs/CHANGELOG-v2.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Ansible 2.6 "Heartbreaker" Release Notes
========================================

v2.6.0rc5
=========

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

| Release Date: 2018-06-26
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_

Bugfixes
--------

- allow set_options to be called multiple times https://github.com/ansible/ansible/pull/41913
- group_by - support implicit localhost (https://github.com/ansible/ansible/pull/41860)
- lineinfile - fix insertbefore when used with BOF to not insert duplicate lines (https://github.com/ansible/ansible/issues/38219)
- password lookup - Do not load password lookup in network filters, allowing the password lookup to be overriden (https://github.com/ansible/ansible/pull/41907)
- win_iis_webapppool - redirect some module output to null so Ansible can read the output JSON https://github.com/ansible/ansible/issues/40874

v2.6.0rc4
=========

Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.6.0rc5_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2018-06-26
| `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.6.0rc4.dev0'
__version__ = '2.6.0rc5'
__author__ = 'Ansible, Inc.'
__codename__ = 'Heartbreaker'

0 comments on commit 478ab3f

Please sign in to comment.