Browse code

New release v2.6.4

Matt Clay authored on 2018/09/07 06:50:53
Showing 4 changed files
... ...
@@ -412,3 +412,47 @@ releases:
412 412
     - vars_prompt-allow-prompting-for-play-vars.yaml
413 413
     - win_domain_controller-netlogon.yaml
414 414
     release_date: '2018-08-16'
415
+  2.6.4:
416
+    codename: Heartbreaker
417
+    fragments:
418
+    - 16748-docker_container-memory.yaml
419
+    - 33579-docker_container-log_driver.yaml
420
+    - 42380-docker_container-check-mode.yaml
421
+    - 42641-44812-docker-env-variables.yaml
422
+    - 42857-docker_container-working_dir.yaml
423
+    - 43931-strip-trailing-comments.yml
424
+    - 44054--win_domain_computer.yaml
425
+    - 44500-win_domain_computer.yaml
426
+    - 44808-docker_container-idempotency.yaml
427
+    - aws_lightsail_documentation_fix.yml
428
+    - azure_rm_storageaccount.yaml
429
+    - fips_md5_import.yaml
430
+    - fix-os_router.yaml
431
+    - fix_ios_l2_interface.yaml
432
+    - fix_ios_l2_interface_vlan.yaml
433
+    - fix_ios_user.yaml
434
+    - fix_ios_vlan_interface_issue.yaml
435
+    - fix_no_log_loop.yml
436
+    - galaxy_list_all_roles.yaml
437
+    - more-world-readable-warning-skips.yaml
438
+    - network_config_diff_fix.yml
439
+    - nios_lookup_handle_exception.yaml
440
+    - nios_network_vendor_specfic_dhcp_fix.yaml
441
+    - no-dynamic-import-tasks.yaml
442
+    - nxos_banner_text.yaml
443
+    - nxos_file_copy_md5sum.yaml
444
+    - nxos_interface.yaml
445
+    - nxos_linkagg.yaml
446
+    - nxos_non_structured_output_fix.yaml
447
+    - nxos_static_route_fix.yaml
448
+    - nxos_system.yaml
449
+    - one_host-env-fix.yml
450
+    - service.yml
451
+    - terminal_plugin.yaml
452
+    - user-properly-unexpire-new-user.yaml
453
+    - v2.6.4_summary.yaml
454
+    - win_psexec_command_arg.yaml
455
+    - win_uri-json.yml
456
+    - win_wait_for-timeout.yaml
457
+    - zypper-on-ubuntu.yaml
458
+    release_date: '2018-09-06'
... ...
@@ -2,6 +2,65 @@
2 2
 Ansible 2.6 "Heartbreaker" Release Notes
3 3
 ========================================
4 4
 
5
+v2.6.4
6
+======
7
+
8
+Release Summary
9
+---------------
10
+
11
+| Release Date: 2018-09-06
12
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_
13
+
14
+
15
+Minor Changes
16
+-------------
17
+
18
+- add azure_rm_storageaccount support to StorageV2 kind. (https://github.com/ansible/ansible/pull/44242)
19
+- import_tasks - Do not allow import_tasks to transition to dynamic if the file is missing (https://github.com/ansible/ansible/issues/44822)
20
+
21
+Bugfixes
22
+--------
23
+
24
+- Add md5sum check in nxos_file_copy module (https://github.com/ansible/ansible/pull/43423).
25
+- Allow arbitrary ``log_driver`` for docker_container (https://github.com/ansible/ansible/pull/33579).
26
+- Fix Python2.6 regex bug terminal plugin nxos, iosxr (https://github.com/ansible/ansible/pull/45135).
27
+- Fix check_mode in nxos_static_route module (https://github.com/ansible/ansible/pull/44252).
28
+- Fix glob path of rc.d Some distribtuions like SUSE has the rc%.d directories under /etc/init.d
29
+- Fix network config diff issue for lines (https://github.com/ansible/ansible/pull/43889)
30
+- Fixed an issue where ``ansible_facts.pkg_mgr`` would incorrectly set to ``zypper`` on Debian/Ubuntu systems that happened to have the command installed.
31
+- The docker_* modules respect the DOCKER_* environment variables again (https://github.com/ansible/ansible/pull/42641).
32
+- The fix for `CVE-2018-10875 <https://access.redhat.com/security/cve/cve-2018-10875>`_ prints out a warning message about skipping a config file from a world writable current working directory.  However, if the user is in a world writable current working directory which does not contain a config file, it should not print a warning message.  This release fixes that extaneous warning.
33
+- To resolve nios_network issue where vendor-encapsulated-options can not have a use_option flag. (https://github.com/ansible/ansible/pull/43925)
34
+- To resolve the issue of handling exception for Nios lookup gracefully. (https://github.com/ansible/ansible/pull/44078)
35
+- always correctly template no log for tasks https://github.com/ansible/ansible/issues/43294
36
+- ansible-galaxy - properly list all roles in roles_path (https://github.com/ansible/ansible/issues/43010)
37
+- basic.py - catch ValueError in case a FIPS enabled platform raises this exception - https://github.com/ansible/ansible/issues/44447
38
+- docker_container: fixing ``working_dir`` idempotency problem (https://github.com/ansible/ansible/pull/42857)
39
+- docker_container: makes unit parsing for memory sizes more consistent, and fixes idempotency problem when ``kernel_memory`` is set (see https://github.com/ansible/ansible/pull/16748 and https://github.com/ansible/ansible/issues/42692)
40
+- fix  example code for AWS lightsail documentation
41
+- fix the enable_snat parameter that is only supposed to be used by an user with the right policies. https://github.com/ansible/ansible/pull/44418
42
+- fixes docker_container check and debug mode (https://github.com/ansible/ansible/pull/42380)
43
+- improves docker_container idempotency (https://github.com/ansible/ansible/pull/44808)
44
+- ios_l2_interface - fix bug when list of vlans ends with comma (https://github.com/ansible/ansible/pull/43879)
45
+- ios_l2_interface - fix issue with certain interface types (https://github.com/ansible/ansible/pull/43819)
46
+- ios_user - fix unable to delete user admin issue (https://github.com/ansible/ansible/pull/44904)
47
+- ios_vlan - fix unable to work on certain interface types issue (https://github.com/ansible/ansible/pull/43819)
48
+- nxos_facts test lldp feature and fix nxapi check_rc (https://github.com/ansible/ansible/pull/44104).
49
+- nxos_interface port-channel idempotence fix for mode (https://github.com/ansible/ansible/pull/44248).
50
+- nxos_linkagg mode fix (https://github.com/ansible/ansible/pull/44294).
51
+- nxos_system idempotence fix (https://github.com/ansible/ansible/pull/44752).
52
+- nxos_vlan refactor to support non structured output (https://github.com/ansible/ansible/pull/43805).
53
+- one_host - fixes settings via environment variables (https://github.com/ansible/ansible/pull/44568)
54
+- use retry_json nxos_banner (https://github.com/ansible/ansible/pull/44376).
55
+- user - Strip trailing comments in /etc/default/passwd (https://github.com/ansible/ansible/pull/43931)
56
+- user - when creating a new user without an expiration date, properly set no expiration rather that expirining the account (https://github.com/ansible/ansible/issues/44155)
57
+- win_domain_computer - fixed deletion of computer active directory object that have dependent objects (https://github.com/ansible/ansible/pull/44500)
58
+- win_domain_computer - fixed error in diff_support
59
+- win_domain_computer - fixed error when description parameter is empty (https://github.com/ansible/ansible/pull/44054)
60
+- win_psexec - changed code to not escape the command option when building the args - https://github.com/ansible/ansible/issues/43839
61
+- win_uri -- Fix support for JSON output when charset is set
62
+- win_wait_for - fix issue where timeout doesn't wait unless state=drained - https://github.com/ansible/ansible/issues/43446
63
+
5 64
 v2.6.3
6 65
 ======
7 66
 
8 67
new file mode 100644
... ...
@@ -0,0 +1,3 @@
0
+release_summary: |
1
+   | Release Date: 2018-09-06
2
+   | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_
... ...
@@ -19,6 +19,6 @@
19 19
 from __future__ import (absolute_import, division, print_function)
20 20
 __metaclass__ = type
21 21
 
22
-__version__ = '2.6.3.post0'
22
+__version__ = '2.6.4'
23 23
 __author__ = 'Ansible, Inc.'
24 24
 __codename__ = 'Heartbreaker'