From 8a2963734dbb314692048cee5cb2755ea7b7d7ca Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 11 Sep 2018 09:39:27 +0000 Subject: [PATCH] - update to 2.6.4 Minor Changes: * add azure_rm_storageaccount support to StorageV2 kind. * import_tasks - Do not allow import_tasks to transition to dynamic if the file is missing Bugfixes: * Add md5sum check in nxos_file_copy module * Allow arbitrary log_driver for docker_container * Fix Python2.6 regex bug terminal plugin nxos, iosxr * Fix check_mode in nxos_static_route module * Fix glob path of rc.d Some distribtuions like SUSE has the rc%.d directories under /etc/init.d * Fix network config diff issue for lines * Fixed an issue where ansible_facts.pkg_mgr would incorrectly set to zypper on Debian/Ubuntu systems that happened to have the command installed * The docker_* modules respect the DOCKER_* environment variables again * The fix for 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. * To resolve nios_network issue where vendor-encapsulated-options can not have a use_option flag. * To resolve the issue of handling exception for Nios lookup gracefully. * always correctly template no log for tasks * ansible-galaxy - properly list all roles in roles_path * basic.py - catch ValueError in case a FIPS enabled platform raises this exception * docker_container: fixing working_dir idempotency problem OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=118 --- ansible-2.6.3.tar.gz | 3 --- ansible-2.6.4.tar.gz | 3 +++ ansible.changes | 62 ++++++++++++++++++++++++++++++++++++++++++++ ansible.spec | 4 +-- 4 files changed, 67 insertions(+), 5 deletions(-) delete mode 100644 ansible-2.6.3.tar.gz create mode 100644 ansible-2.6.4.tar.gz diff --git a/ansible-2.6.3.tar.gz b/ansible-2.6.3.tar.gz deleted file mode 100644 index d3fa7dd..0000000 --- a/ansible-2.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1027f627e6d8a2d51f3a79abb01447716a78aa646e0c2f9860cfde273256a28c -size 10748570 diff --git a/ansible-2.6.4.tar.gz b/ansible-2.6.4.tar.gz new file mode 100644 index 0000000..25df805 --- /dev/null +++ b/ansible-2.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06b795372fd7a6d0b46b8f105497fb637fbd323f5aec1d8e51fd60cd98047e1 +size 10751810 diff --git a/ansible.changes b/ansible.changes index c8dde84..63375d6 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,65 @@ +------------------------------------------------------------------- +Tue Sep 11 09:29:01 UTC 2018 - lars@linux-schulserver.de + +- update to 2.6.4 + Minor Changes: + * add azure_rm_storageaccount support to StorageV2 kind. + * import_tasks - Do not allow import_tasks to transition to dynamic + if the file is missing + Bugfixes: + * Add md5sum check in nxos_file_copy module + * Allow arbitrary log_driver for docker_container + * Fix Python2.6 regex bug terminal plugin nxos, iosxr + * Fix check_mode in nxos_static_route module + * Fix glob path of rc.d Some distribtuions like SUSE has the rc%.d + directories under /etc/init.d + * Fix network config diff issue for lines + * Fixed an issue where ansible_facts.pkg_mgr would incorrectly set + to zypper on Debian/Ubuntu systems that happened to have the + command installed + * The docker_* modules respect the DOCKER_* environment variables again + * The fix for 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. + * To resolve nios_network issue where vendor-encapsulated-options + can not have a use_option flag. + * To resolve the issue of handling exception for Nios lookup gracefully. + * always correctly template no log for tasks + * ansible-galaxy - properly list all roles in roles_path + * basic.py - catch ValueError in case a FIPS enabled platform + raises this exception + * docker_container: fixing working_dir idempotency problem + * docker_container: makes unit parsing for memory sizes more consistent, + and fixes idempotency problem when kernel_memory is set + * fix example code for AWS lightsail documentation + * fix the enable_snat parameter that is only supposed to be used by + an user with the right policies. + * fixes docker_container check and debug mode + * improves docker_container idempotency + * ios_l2_interface - fix bug when list of vlans ends with comma + * ios_l2_interface - fix issue with certain interface types + * ios_user - fix unable to delete user admin issue + * ios_vlan - fix unable to work on certain interface types issue + * nxos_facts test lldp feature and fix nxapi check_rc + * nxos_interface port-channel idempotence fix for mode + * nxos_linkagg mode fix + * nxos_system idempotence fix + * nxos_vlan refactor to support non structured output + * one_host - fixes settings via environment variables + * use retry_json nxos_banner + * user - Strip trailing comments in /etc/default/passwd + * user - when creating a new user without an expiration date, + properly set no expiration rather that expirining the account + * win_domain_computer - fixed deletion of computer active directory + object that have dependent objects + * win_domain_computer - fixed error in diff_support + * win_domain_computer - fixed error when description parameter is empty + * win_psexec - changed code to not escape the command option when building the args + * win_uri -- Fix support for JSON output when charset is set + * win_wait_for - fix issue where timeout doesn't wait unless state=drained + ------------------------------------------------------------------- Mon Aug 27 19:35:38 UTC 2018 - matthias.eliasson@gmail.com diff --git a/ansible.spec b/ansible.spec index 835ae77..dcb5509 100644 --- a/ansible.spec +++ b/ansible.spec @@ -36,12 +36,12 @@ BuildArch: noarch %endif Name: ansible -Version: 2.6.3 +Version: 2.6.4 Release: 0 Summary: Software automation engine License: GPL-3.0-or-later Group: Development/Languages/Python -URL: http://ansible.com/ +Url: http://ansible.com/ Source: https://releases.ansible.com/ansible/ansible-%{version}.tar.gz Source99: ansible-rpmlintrc # SuSE/openSuSE