From c8d93a4aec86c3cb9136892c3b7576a67c13c9e3 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 6 Feb 2018 13:13:10 +0000 Subject: [PATCH] Accepting request 572424 from home:mnhauke - Update to version 2.4.3.0: * Fix `pamd` rule args regexp to match file paths. * Check if SELinux policy exists before setting. * Set locale to `C` in `letsencrypt` module to fix date parsing errors. * Fix include in loop when stategy=free. * Fix save parameter in asa_config. * Fix --vault-id support in ansible-pull. * In nxos_interface_ospf, fail nicely if loopback is used with passive_interface. * Fix quote filter when given an integer to quote. * nxos_vrf_interface fix when validating the interface. * Fix for win_copy when sourcing files from an SMBv1 share. * correctly report callback plugin file. * restrict revaulting to vault cli. * Fix python3 tracebacks in letsencrypt module. * Fix ansible_*_interpreter variables to be templated prior to being used. * Fix setting of environment in a task that uses a loop * Fix fetch on Windows failing to fetch files or particular block size. * preserve certain fields during no log. * fix issue with order of declaration of sections in ini inventory. * Fix win_iis_webapppool to correctly stop a apppool. * Fix CloudEngine host failed. * Fix ios_config save issue. * Handle vault filenames with nonascii chars when displaying messages. * Fix win_iis_webapppool to not return passwords. OBS-URL: https://build.opensuse.org/request/show/572424 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=98 --- ansible-2.4.2.0.tar.gz | 3 -- ansible-2.4.3.0.tar.gz | 3 ++ ansible.changes | 68 ++++++++++++++++++++++++++++++++++++++++++ ansible.spec | 4 +-- 4 files changed, 73 insertions(+), 5 deletions(-) delete mode 100644 ansible-2.4.2.0.tar.gz create mode 100644 ansible-2.4.3.0.tar.gz diff --git a/ansible-2.4.2.0.tar.gz b/ansible-2.4.2.0.tar.gz deleted file mode 100644 index b52d34d..0000000 --- a/ansible-2.4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:315f1580b20bbc2c2f1104f8b5e548c6b4cac943b88711639c5e0d4dfc4d7658 -size 6503595 diff --git a/ansible-2.4.3.0.tar.gz b/ansible-2.4.3.0.tar.gz new file mode 100644 index 0000000..c42088e --- /dev/null +++ b/ansible-2.4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e98b3a56928d03979d5f8e7ae5d8e326939111b298729b03f00b3ad8f998a3d +size 6511115 diff --git a/ansible.changes b/ansible.changes index 1260249..1bc530c 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,71 @@ +------------------------------------------------------------------- +Sun Feb 4 16:36:34 UTC 2018 - mardnh@gmx.de + +- Update to version 2.4.3.0: + * Fix `pamd` rule args regexp to match file paths. + * Check if SELinux policy exists before setting. + * Set locale to `C` in `letsencrypt` module to fix date parsing + errors. + * Fix include in loop when stategy=free. + * Fix save parameter in asa_config. + * Fix --vault-id support in ansible-pull. + * In nxos_interface_ospf, fail nicely if loopback is used with + passive_interface. + * Fix quote filter when given an integer to quote. + * nxos_vrf_interface fix when validating the interface. + * Fix for win_copy when sourcing files from an SMBv1 share. + * correctly report callback plugin file. + * restrict revaulting to vault cli. + * Fix python3 tracebacks in letsencrypt module. + * Fix ansible_*_interpreter variables to be templated prior to + being used. + * Fix setting of environment in a task that uses a loop + * Fix fetch on Windows failing to fetch files or particular + block size. + * preserve certain fields during no log. + * fix issue with order of declaration of sections in ini + inventory. + * Fix win_iis_webapppool to correctly stop a apppool. + * Fix CloudEngine host failed. + * Fix ios_config save issue. + * Handle vault filenames with nonascii chars when displaying + messages. + * Fix win_iis_webapppool to not return passwords. + * Fix extended file attributes detection and changing. + * correctly ensure 'ungrouped' membership rules. + * made warnings less noisy when empty/no inventory is supplied. + * Fixes a failure which prevents to create servers in module + cloudscale_server. + * Fix win_firewall_rule "Specified cast is invalid" error when + modifying a rule with all of Domain/Public/Private profiles set. + * Fix case for multilib when installing from a file in the yum + module. + * Fix WinRM parsing/escaping of IPv6 addresses. + * Fix win_package to detect MSI regardless of the extension case. + * Updated win_mapped_drive docs to clarify what it is used for. + * Fix file related modules run in check_mode when the file being + operated on does not exist. + * Make eos_vlan idempotent. + * Fix win_iis_website to properly check attributes before setting. + * Fixed the removal date for ios_config save and force parameters. + * cloudstack: fix timeout from ini config file being ignored. + * fixes memory usage issues with many blocks/includes. + * Fixes maximum recursion depth exceeded with include_role. + * Fix to win_dns_client module to take ordering of DNS servers to + resolve into account. + * Fix for the nxos_banner module where some nxos images nest the + output inside of an additional dict. + * Fix failure message "got multiple values for keyword argument + id" in the azure_rm_securitygroup module (caused by changes to + the azure python API). + * Bump Azure storage client minimum to 1.5.0 to fix + deserialization issues. + This will break Azure Stack until it receives storage API + version 2017-10-01 or changes are made to support multiple + versions. + * Flush stdin when passing the become password. Fixes some cases + of timeout on Python 3 with the ssh connection plugin. + ------------------------------------------------------------------- Thu Nov 30 06:58:48 UTC 2017 - tbechtold@suse.com diff --git a/ansible.spec b/ansible.spec index 1217721..3c68a52 100644 --- a/ansible.spec +++ b/ansible.spec @@ -1,7 +1,7 @@ # # spec file for package ansible # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright 2013 by Lars Vogdt # Copyright 2014 by Boris Manojlovic # @@ -24,7 +24,7 @@ BuildArch: noarch %endif Name: ansible -Version: 2.4.2.0 +Version: 2.4.3.0 Release: 0 Summary: Software automation engine License: GPL-3.0