File rubygem-r10k.changes of Package rubygem-r10k
-------------------------------------------------------------------
Sat Jan 17 21:44:14 UTC 2015 - tampakrap@opensuse.org
- Version bump 1.4.1:
* (GH-254) Puppetfile subcommands use non-zero exit codes on errors.
The Puppetfile install and purge commands would always exit with an exit
code of 0, regardless of if any errors occurred or if there was no
Puppetfile available. This has been now corrected so that runtime errors
cause r10k to exit with a non-zero exit code.
* (GH-260) Normalize deployed environment names on the command line.
Version 1.4.0 removed the environment name normalization needed to deploy
environments that had their directory names normalized; this has been
remedied so that environment names on the command line are also normalized
to match the corrections that r10k will make to the environment names.
* (GH-269) Improved error messages when trying to use non-existent Git refs.
If a Git module tried to use a Git ref that did not exist, it would output
a particularly unhelpful error message that didn't indicate what actually
failed. This has been fixed so that if an invalid ref is used, r10k will
actually report that the ref could not be used. What a brave new world we
inhabit!
* (GH-271)/(GH-275) Report the name of invalid module names.
The fix for GH-92 released in 1.4.0 added better handling and parsing of
module names, but also added stricter parsing of module names and disallowed
invalid characters that Puppet itself could not use. However when r10k
encountered such an invalid module name, it would not report the module
with the invalid name, making debugging harder than needed. In 1.4.1 r10k
when r10k encounters an invalid module name it reports the invalid module
name in the error message.
- Add requirement to puppet-master, as it doesn't make much sense without it.
-------------------------------------------------------------------
Wed Dec 10 10:58:52 UTC 2014 - tampakrap@opensuse.org
- Version bump 1.4.0
- Add subversion as Suggests, as it is not very popular for storing puppet modules
- Add patch to make it work with faraday 0.9.0
- Add patch to bump dependencies, to match the ones we provide in factory
-------------------------------------------------------------------
Wed Nov 19 13:55:54 UTC 2014 - tampakrap@opensuse.org
- Version bump 1.3.5
- Git is a recommended dependency, r10k can work just by calling puppet deploy
- Puppet is a recommended dependency for the above reason
- Convert it to the new schema for gem packages
- Rename it for the above reason
-------------------------------------------------------------------
Thu Nov 7 16:14:37 UTC 2013 - mrueckert@suse.de
- requires git
-------------------------------------------------------------------
Thu Oct 24 13:57:44 UTC 2013 - mrueckert@suse.de
- update to 1.1.0
-------------------------------------------------------------------
Tue Aug 13 16:20:19 UTC 2013 - mrueckert@suse.de
- initial package