summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-07-27 16:18:51 -0700
committerMatt Clay <matt@mystile.com>2018-07-27 16:18:51 -0700
commitc997811f45601493ffbfd386d725a30bfba7a413 (patch)
treef0d6edb2a5d7181a5cc6aea3668a22068bd9270e
parentaee1d42fe72aaabdceaed847cfa8408baa62e48b (diff)
downloadansible-2.6.2.tar.gz
New release v2.6.2v2.6.2
-rw-r--r--changelogs/.changes.yaml46
-rw-r--r--changelogs/CHANGELOG-v2.6.rst65
-rw-r--r--changelogs/fragments/v2.6.2_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 115 insertions, 1 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index e9fd20c643..7235157d76 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -345,3 +345,49 @@ releases:
- win_group_membership-sid-bugfix.yml
- wrcwd_ansible.cfg.yml
release_date: '2018-07-05'
+ 2.6.2:
+ codename: Heartbreaker
+ fragments:
+ - 40839-docker_container_init.yml
+ - 42042-inventory_with_no_region.yaml
+ - 42647-win_updates.yaml
+ - clarify_error_message.yml
+ - doc_fix.yml
+ - docfix.yml
+ - docker-default-ssl.yml
+ - empty_gh_error.yaml
+ - ensure_text_source.yaml
+ - eos_l2_interface_fix.yaml
+ - fix_fact_clean.yaml
+ - fix_ios_vlan.yaml
+ - fix_pagination_cloudfront_facts.yml
+ - fix_sysvinit_typo.yml
+ - fix_tls_mail.yaml
+ - inventory_dir_ext_compare_fix.yaml
+ - ios_l2_interface-fix.yml
+ - junos_facts_fix.yaml
+ - lineinfile-empty-regexp.yml
+ - nxos_CI_failures_fix.yaml
+ - nxos_cliconf.yaml
+ - nxos_facts.yaml
+ - nxos_module_utils_nxapi_get_capabilities.yaml
+ - nxos_nxapi_default_http_behavior_fix.yaml
+ - nxos_vxlan_vtep_vni_fix.yaml
+ - openvswitch_db_make_key_optional.yaml
+ - pause-stdout-redirection.yaml
+ - pause-try-except-curses.yaml
+ - preserve_delegate_nolog.yml
+ - remote_tmp_de-escalated_user.yaml
+ - sysvinit_bugxif.yml
+ - user-freebsd-createhome-name-fix.yaml
+ - user_freebsd_always_changed_bugfix.yaml
+ - v2.6.2_summary.yaml
+ - vmware_remove_vm_sceanrio.yaml
+ - vultr-parameters-parsing.yaml
+ - vyos_command_retry.yml
+ - win_chocoalatey_install_tls12.yml
+ - win_reboot-fixes.yml
+ - win_security_policy-empty-value.yaml
+ - win_unzip_share-discard-cmdlet-output.yaml
+ - win_user-validate-fixes.yaml
+ release_date: '2018-07-27'
diff --git a/changelogs/CHANGELOG-v2.6.rst b/changelogs/CHANGELOG-v2.6.rst
index 394ad31892..897d9ff124 100644
--- a/changelogs/CHANGELOG-v2.6.rst
+++ b/changelogs/CHANGELOG-v2.6.rst
@@ -2,6 +2,71 @@
Ansible 2.6 "Heartbreaker" Release Notes
========================================
+v2.6.2
+======
+
+Release Summary
+---------------
+
+| Release Date: 2018-07-27
+| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_
+
+
+Minor Changes
+-------------
+
+- Sceanrio guide for removing an existing virtual machine is added.
+- lineinfile - add warning when using an empty regexp (https://github.com/ansible/ansible/issues/29443)
+
+Bugfixes
+--------
+
+- Add text output along with structured output in nxos_facts (https://github.com/ansible/ansible/pull/42886).
+- Allow more than one page of results by using the right pagination indicator ('NextMarker' instead of 'NextToken').
+- Fix an atomic_move error that is 'true', but misleading. Now we show all 3 files involved and clarify what happened.
+- Fix eos_l2_interface eapi (https://github.com/ansible/ansible/pull/42270).
+- Fix fetching old style facts in junos_facts module (https://github.com/ansible/ansible/pull/42351)
+- Fix get_device_info nxos zero or more whitespace regex (https://github.com/ansible/ansible/pull/43178).
+- Fix nxos CI failures (https://github.com/ansible/ansible/pull/42240).
+- Fix nxos_nxapi default http behavior (https://github.com/ansible/ansible/pull/41817).
+- Fix nxos_vxlan_vtep_vni (https://github.com/ansible/ansible/pull/42240).
+- Fix regex network_os_platform nxos (https://github.com/ansible/ansible/pull/42288).
+- Refactor nxos cliconf get_device_info for non structured output supported devices (https://github.com/ansible/ansible/pull/42089).
+- To fix the NoneType error raised in ios_l2_interface when Access Mode VLAN is unassigned (https://github.com/ansible/ansible/pull/42312)
+- emtpy host/group name is an error https://github.com/ansible/ansible/issues/42044
+- fix default SSL version for docker modules https://github.com/ansible/ansible/issues/42897
+- fix mail module when using starttls https://github.com/ansible/ansible/issues/42338
+- fix nmap config example https://github.com/ansible/ansible/pull/42925
+- fix ps detection of service https://github.com/ansible/ansible/pull/43014
+- fix the remote tmp folder permissions issue when becoming a non admin user - https://github.com/ansible/ansible/issues/41340, https://github.com/ansible/ansible/issues/42117
+- fix typoe in sysvinit that breaks update.rc-d detection https://github.com/ansible/ansible/issues/42734
+- fixes docker_container compatibilty with docker-py < 2.2
+- get_capabilities in nxapi module_utils should not return empty dictionary (https://github.com/ansible/ansible/pull/42688).
+- inventory - When using an inventory directory, ensure extension comparison uses text types (https://github.com/ansible/ansible/pull/42475)
+- ios_vlan - fix unable to identify correct vlans issue (https://github.com/ansible/ansible/pull/42247)
+- nxos_facts warning message improved (https://github.com/ansible/ansible/pull/42969).
+- openvswitch_db - make 'key' argument optional https://github.com/ansible/ansible/issues/42108
+- pause - do not set stdout to raw mode when redirecting to a file (https://github.com/ansible/ansible/issues/41717)
+- pause - nest try except when importing curses to gracefully fail if curses is not present (https://github.com/ansible/ansible/issues/42004)
+- plugins/inventory/openstack.py - Do not create group with empty name if region is not set
+- preseve delegation info on nolog https://github.com/ansible/ansible/issues/42344
+- remove ambiguity when it comes to 'the source'
+- remove dupes from var precedence
+- restores filtering out conflicting facts https://github.com/ansible/ansible/issues/41684
+- user - fix bug that resulted in module always reporting a change when specifiying the home directory on FreeBSD (https://github.com/ansible/ansible/issues/42484)
+- user - use correct attribute name in FreeBSD for creat_home (https://github.com/ansible/ansible/pull/42711)
+- vultr - Do not fail trying to load configuration from ini files if required variables have been set as environment variables.
+- vyos_command correcting conditionals looping (https://github.com/ansible/ansible/pull/43331).
+- win_chocolatey - enable TLSv1.2 support when downloading the Chocolatey installer https://github.com/ansible/ansible/issues/41906
+- win_reboot - fix for handling an already scheduled reboot and other minor log formatting issues
+- win_reboot - fix issue when overridding connection timeout hung the post reboot uptime check - https://github.com/ansible/ansible/issues/42185 https://github.com/ansible/ansible/issues/42294
+- win_reboot - handle post reboots when running test_command - https://github.com/ansible/ansible/issues/41713
+- win_security_policy - allows an empty string to reset a policy value https://github.com/ansible/ansible/issues/40869
+- win_share - discard any cmdlet output we don't use to ensure only the return json is received by Ansible
+- win_unzip - discard any cmdlet output we don't use to ensure only the return json is received by Ansible
+- win_updates - fixed module return value is lost in error in some cases (https://github.com/ansible/ansible/pull/42647)
+- win_user - Use LogonUser to validate the password as it does not rely on SMB/RPC to be available https://github.com/ansible/ansible/issues/24884
+
v2.6.1
======
diff --git a/changelogs/fragments/v2.6.2_summary.yaml b/changelogs/fragments/v2.6.2_summary.yaml
new file mode 100644
index 0000000000..5361749a54
--- /dev/null
+++ b/changelogs/fragments/v2.6.2_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2018-07-27
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 035b8f7c95..1c1c314e6d 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.6.1.post0'
+__version__ = '2.6.2'
__author__ = 'Ansible, Inc.'
__codename__ = 'Heartbreaker'