New release v2.6.13

pull/51918/head v2.6.13
Toshio Kuratomi 7 years ago
parent de1c9ff56c
commit 97a37b9ebc

@ -378,6 +378,17 @@ releases:
- win_copy-empty-dir.yaml
- win_lineinfile-output.yaml
release_date: '2019-01-17'
2.6.13:
codename: Heartbreaker
fragments:
- fix_pull_extra.yml
- junos_commit_error_fix.yaml
- ssh_connection_invalid_password.yaml
- systemd-warn-on-chroot.yaml
- v2.6.13_summary.yaml
- vmware_guest-documentation_fix.yaml
- win_power_plan-windows10.yaml
release_date: '2019-02-07'
2.6.2:
codename: Heartbreaker
fragments:

@ -2,6 +2,30 @@
Ansible 2.6 "Heartbreaker" Release Notes
========================================
v2.6.13
=======
Release Summary
---------------
| Release Date: 2019-02-07
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
Minor Changes
-------------
- Fixed typo in vmware documentation fragment. Changed "supported added" to "support added".
Bugfixes
--------
- Fix mandatory statement error for junos modules (https://github.com/ansible/ansible/pull/50138)
- fix ansible-pull hanlding of extra args, complex quoting is needed for inline JSON
- ssh connection - do not retry with invalid credentials to prevent account lockout (https://github.com/ansible/ansible/issues/48422)
- systemd - warn when exeuting in a chroot environment rather than failing (https://github.com/ansible/ansible/pull/43904)
- win_power_plan - Fix issue where win_power_plan failed on newer Windows 10 builds - https://github.com/ansible/ansible/issues/43827
v2.6.12
=======

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2019-02-07
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.6.12.post0'
__version__ = '2.6.13'
__author__ = 'Ansible, Inc.'
__codename__ = 'Heartbreaker'

Loading…
Cancel
Save