From 5f891fc25ccfd86dfce381ca842e0c29b93f08a1 Mon Sep 17 00:00:00 2001 From: Boris Manojlovic Date: Tue, 31 Mar 2015 18:54:06 +0000 Subject: [PATCH] Accepting request 293762 from home:bmanojlovic:branches:systemsmanagement Updated to latest release 1.9.0.1 OBS-URL: https://build.opensuse.org/request/show/293762 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=42 --- ansible-1.8.4.tar.gz | 3 --- ansible-1.9.0.1.tar.gz | 3 +++ ansible.changes | 43 ++++++++++++++++++++++++++++++++++++++++++ ansible.spec | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 ansible-1.8.4.tar.gz create mode 100644 ansible-1.9.0.1.tar.gz diff --git a/ansible-1.8.4.tar.gz b/ansible-1.8.4.tar.gz deleted file mode 100644 index aa75a39..0000000 --- a/ansible-1.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37c04b3abce9b036a6c8311fccb360c5cbc3ec895445f805243b0448d239ec1 -size 758916 diff --git a/ansible-1.9.0.1.tar.gz b/ansible-1.9.0.1.tar.gz new file mode 100644 index 0000000..2da6f59 --- /dev/null +++ b/ansible-1.9.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2193fd9a4061ab624fa67311796419a759de06b4f321d37169b22ba3831331c +size 916591 diff --git a/ansible.changes b/ansible.changes index 8cff117..aa42c31 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Mon Mar 30 22:45:57 UTC 2015 - boris@steki.net + +- updated to version 1.9.0.1 + * Added kerberos support to winrm connection plugin. + * Tags rehaul: added 'all', 'always', 'untagged' and 'tagged' special + tags and normalized tag resolution. Added tag information to + --list-tasks and new --list-tags option. + * Privilege Escalation generalization, new 'Become' system and variables + now will handle existing and new methods. Sudo and su have been kept + for backwards compatibility. New methods pbrun and pfexec in 'alpha' + state, planned adding 'runas' for winrm connection plugin. + * Improved ssh connection error reporting, now you get back the specific + message from ssh. + * Added facility to document task module return values for registered + vars, both for ansible-doc and the docsite. Documented copy, stats and + acl modules, the rest must be updated individually (we will start doing + so incrementally). + * Optimize the plugin loader to cache available plugins much more + efficiently. For some use cases this can lead to dramatic improvements + in startup time. + * Overhaul of the checksum system, now supports more systems and more + cases more reliably and uniformly. + * Fix skipped tasks to not display their parameters if no_log is specified. + * Many fixes to unicode support, standarized functions to make it easier + to add to input/output boundries. + * Added travis integration to github for basic tests, this should speed + up ticket triage and merging. + * environment: directive now can also be applied to play and is + inhertited by tasks, which can still override it. + * expanded facts and OS/distribution support for existing facts and + improved performance with pypy. + * new 'wantlist' option to lookups allows for selecting a list typed + variable vs a command delimited string as the return. + * the shared module code for file backups now uses a timestamp resolution + of seconds (previouslly minutes). + * allow for empty inventories, this is now a warning and not an error + (for those using localhost and cloud modules). + * sped up YAML parsing in ansible by up to 25% by switching to CParser loader. +- more info at: + https://github.com/ansible/ansible/blob/devel/CHANGELOG.md#19-dancing-in-the-street---mar-25-2015 + + ------------------------------------------------------------------- Mon Feb 23 11:46:55 UTC 2015 - boris@steki.net diff --git a/ansible.spec b/ansible.spec index 7efdf24..a5cf351 100644 --- a/ansible.spec +++ b/ansible.spec @@ -19,7 +19,7 @@ Name: ansible -Version: 1.8.4 +Version: 1.9.0.1 Release: 0 Summary: Radically simple IT automation License: GPL-3.0