From e28cf82b785d0f81e8a09d4dbdacf59b824c2888 Mon Sep 17 00:00:00 2001 From: Boris Manojlovic Date: Fri, 31 Aug 2018 08:54:40 +0000 Subject: [PATCH] Accepting request 631847 from home:elimat:branches:systemsmanagement - update to 2.6.3 Bugfixes: * Fix lxd module to be idempotent when the given configuration for the lxd container has not changed * Fix setting value type to str to avoid conversion during template read. Fix Idempotency in case of 'no key'. * Fix the mount module's handling of swap entries in fstab * 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 explicitly specifies that the config file should be used via the ANSIBLE_CONFIG environment variable then Ansible would honor that but still print out the warning message. This has been fixed so that Ansible honors the user's explicit wishes and does not print a warning message in that circumstance. * To fix the bug where existing host_record was deleted when existing record name is used with different IP. * VMware handle pnic in proxyswitch * fix azure security group cannot add rules when purge_rule set to false. * fix azure_rm_deployment collect tags from existing Resource Group. * fix azure_rm_loadbalancer_facts list takes at least 2 arguments. * fix for the bundled selectors module (used in the ssh and local connection plugins) when a syscall is restarted after being interrupted by a signal * get_url - fix the bug that get_url does not change mode when checksum matches * nicer error when multiprocessing breaks * openssl_certificate - Convert valid_date to bytes for conversion * openstack_inventory.py dynamic inventory file fixed the plugin to the script so that it will work with current ansible-inventory. Also redirect stdout before dumping the ouptput, because not doing so will cause JSON parse errors in some cases. * slack callback - Fix invocation by looking up data from cli.options * sysvinit module: handle values of optional parameters. Don't disable service when enabled parameter isn't set. Fix command when arguments parameter isn't set. * vars_prompt - properly template play level variables in vars_prompt * win_domain - ensure the Netlogon service is up and running after promoting host to controller * win_domain_controller - ensure the Netlogon service is up and running after promoting host to controller OBS-URL: https://build.opensuse.org/request/show/631847 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=116 --- ansible-2.6.2.tar.gz | 3 --- ansible-2.6.3.tar.gz | 3 +++ ansible.changes | 44 ++++++++++++++++++++++++++++++++++++++++++++ ansible.spec | 2 +- 4 files changed, 48 insertions(+), 4 deletions(-) delete mode 100644 ansible-2.6.2.tar.gz create mode 100644 ansible-2.6.3.tar.gz diff --git a/ansible-2.6.2.tar.gz b/ansible-2.6.2.tar.gz deleted file mode 100644 index 3d852d8..0000000 --- a/ansible-2.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:747e4cca09c10833ffe3a7c53af310d2d387bd4f499ec6e1bde60662606aaff8 -size 10738149 diff --git a/ansible-2.6.3.tar.gz b/ansible-2.6.3.tar.gz new file mode 100644 index 0000000..d3fa7dd --- /dev/null +++ b/ansible-2.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1027f627e6d8a2d51f3a79abb01447716a78aa646e0c2f9860cfde273256a28c +size 10748570 diff --git a/ansible.changes b/ansible.changes index 2d09ff1..c8dde84 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Mon Aug 27 19:35:38 UTC 2018 - matthias.eliasson@gmail.com + +- update to 2.6.3 + Bugfixes: + * Fix lxd module to be idempotent when the given configuration for + the lxd container has not changed + * Fix setting value type to str to avoid conversion during template + read. Fix Idempotency in case of 'no key'. + * Fix the mount module's handling of swap entries in fstab + * 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 explicitly specifies that the + config file should be used via the ANSIBLE_CONFIG environment + variable then Ansible would honor that but still print out the + warning message. This has been fixed so that Ansible honors the + user's explicit wishes and does not print a warning message in + that circumstance. + * To fix the bug where existing host_record was deleted when existing + record name is used with different IP. + * VMware handle pnic in proxyswitch + * fix azure security group cannot add rules when purge_rule set to false. + * fix azure_rm_deployment collect tags from existing Resource Group. + * fix azure_rm_loadbalancer_facts list takes at least 2 arguments. + * fix for the bundled selectors module (used in the ssh and local + connection plugins) when a syscall is restarted after being + interrupted by a signal + * get_url - fix the bug that get_url does not change mode when checksum matches + * nicer error when multiprocessing breaks + * openssl_certificate - Convert valid_date to bytes for conversion + * openstack_inventory.py dynamic inventory file fixed the plugin to the + script so that it will work with current ansible-inventory. Also + redirect stdout before dumping the ouptput, because not doing so will + cause JSON parse errors in some cases. + * slack callback - Fix invocation by looking up data from cli.options + * sysvinit module: handle values of optional parameters. Don't disable + service when enabled parameter isn't set. Fix command when arguments + parameter isn't set. + * vars_prompt - properly template play level variables in vars_prompt + * win_domain - ensure the Netlogon service is up and running after + promoting host to controller + * win_domain_controller - ensure the Netlogon service is up and running + after promoting host to controller + ------------------------------------------------------------------- Mon Jul 30 15:05:07 UTC 2018 - lars@linux-schulserver.de diff --git a/ansible.spec b/ansible.spec index c3d104e..835ae77 100644 --- a/ansible.spec +++ b/ansible.spec @@ -36,7 +36,7 @@ BuildArch: noarch %endif Name: ansible -Version: 2.6.2 +Version: 2.6.3 Release: 0 Summary: Software automation engine License: GPL-3.0-or-later