File tree 4 files changed +39
-1
lines changed
4 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -378,6 +378,17 @@ releases:
378
378
- win_copy-empty-dir.yaml
379
379
- win_lineinfile-output.yaml
380
380
release_date : ' 2019-01-17'
381
+ 2.6.13 :
382
+ codename : Heartbreaker
383
+ fragments :
384
+ - fix_pull_extra.yml
385
+ - junos_commit_error_fix.yaml
386
+ - ssh_connection_invalid_password.yaml
387
+ - systemd-warn-on-chroot.yaml
388
+ - v2.6.13_summary.yaml
389
+ - vmware_guest-documentation_fix.yaml
390
+ - win_power_plan-windows10.yaml
391
+ release_date : ' 2019-02-07'
381
392
2.6.2 :
382
393
codename : Heartbreaker
383
394
fragments :
Original file line number Diff line number Diff line change 2
2
Ansible 2.6 "Heartbreaker" Release Notes
3
3
========================================
4
4
5
+ v2.6.13
6
+ =======
7
+
8
+ Release Summary
9
+ ---------------
10
+
11
+ | Release Date: 2019-02-07
12
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
13
+
14
+
15
+ Minor Changes
16
+ -------------
17
+
18
+ - Fixed typo in vmware documentation fragment. Changed "supported added" to "support added".
19
+
20
+ Bugfixes
21
+ --------
22
+
23
+ - Fix mandatory statement error for junos modules (https://github.com/ansible/ansible/pull/50138)
24
+ - fix ansible-pull hanlding of extra args, complex quoting is needed for inline JSON
25
+ - ssh connection - do not retry with invalid credentials to prevent account lockout (https://github.com/ansible/ansible/issues/48422)
26
+ - systemd - warn when exeuting in a chroot environment rather than failing (https://github.com/ansible/ansible/pull/43904)
27
+ - win_power_plan - Fix issue where win_power_plan failed on newer Windows 10 builds - https://github.com/ansible/ansible/issues/43827
28
+
5
29
v2.6.12
6
30
=======
7
31
Original file line number Diff line number Diff line change
1
+ release_summary : |
2
+ | Release Date: 2019-02-07
3
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
Original file line number Diff line number Diff line change 19
19
from __future__ import (absolute_import , division , print_function )
20
20
__metaclass__ = type
21
21
22
- __version__ = '2.6.12.post0 '
22
+ __version__ = '2.6.13 '
23
23
__author__ = 'Ansible, Inc.'
24
24
__codename__ = 'Heartbreaker'
You can’t perform that action at this time.
0 commit comments