ansible/changelogs/CHANGELOG-v2.6.rst
2018-05-21 17:26:16 -07:00

7 KiB

Ansible 2.6 "Heartbreaker" Release Notes

v2.6.0a1

Release Summary

Release Date: 2018-05-21
Porting Guide

Minor Changes

  • azure_rm_loadbalancer - add support for sku
  • azure_rm_publicipaddress - add support for sku
  • Added an encoding option to the b64encode and b64decode filters to specify the encoding of the string that is base64 encoded.
  • import/include - Cache task_vars to speed up IncludedFile.process_include_results (https://github.com/ansible/ansible/pull/39026)
  • PowerShell modules that use Convert-ToSID in Ansible.ModuleUtils.SID.psm1 like win_user_right now accept an actual SID as an input string. This means any local or domain accounts that are named like a SID need to be prefixed with the domain, hostname, or . to ensure it converts to that accounts SID https://github.com/ansible/ansible/issues/38502

Removed Features (previously deprecated)

  • win_chocolatey - removed deprecated upgrade option and choco* output return values
  • win_feature - removed deprecated reboot option
  • win_iis_webapppool - removed the ability to supply attributes as a string in favour of a dictionary
  • win_package - removed deprecated name option
  • win_regedit - removed deprecated support for specifying HKCC as HCCC

Bugfixes