Changelog for
ruby2.1-rubygem-r10k-2.5.5-6.2.x86_64.rpm :
* Sun Oct 01 2017 tampakrapAATTopensuse.org- Version bump 2.5.5: - 2.5.5: - (#696) Move deprecated module check to install/reinstall/upgrade rather than synchronize. This fixes a major slowdown on redeployment. - (RK-290) Add deprecation warning for duplicate module names in Puppetfile. This will cause an error in r10k v3.0.0. - (RK-285) Update minitar dependency to 0.6.1 - 2.5.4: - (PF-1317) Only use deprecated attribute when it exists. - 2.5.3: - (#645) Fix undefined method error when r10.yaml empty - (#659)(RK-269) Puppetfile actions acknowledge :branch and :default_branch (Thanks to Chris Cowley for the report.) - (PF-1317) Emit a warning when syncing a deprecated Forge module. - 2.5.2: - (#699) Pin minitar dependency to 0.5.4 to avoid a bug with the 0.6.0 release. (Thanks to Logan Garrett for the report and fix.)
* Mon Jan 16 2017 tampakrapAATTopensuse.org- Version bump 2.5.1: - 2.5.1: - (RK-78) Use :prune option for #fetch in Rugged::BareRepository - 2.5.0: - (#669) Updated the behavior of the rugged based git provider to handle unexpected behavior around checkout and resets regarding file permissions, specifically, when resetting to an already checked out SHA the executable bit on files would not update. - (#664) Added to the proxy error message for changes made to libcurl which gave new, surprising errors about unsupported proxy schemes. - 2.4.3: - (RK-266) Fixed an issue where the \"puppetfile install\" action was encountering an error when operating on a Puppetfile with \"local\" content declarations. - 2.4.2: - (RK-265) The \"puppetfile install\" action will no longer overwrite local modifications to managed Git content. Instead, a message will be logged at the \"WARN\" level indicating that the content was skipped. Note: The \"deploy\" actions will still overwrite local modications. - 2.4.1: - (#634) Fix \"undefined variable\" error in \"deploy module\" action. (Special thanks to Andreas Ntaflos (antaflos) for the fix.) - (#635) Reword some documentation around environment level purging. - 2.4.0: - (RK-222) New \"install_path\" option for Git/SVN content. - (RK-246) New \"environment\" level purging and configurable purge levels. - (RK-223) Ability to track control repo branch from content declarations. - (RK-258) Symlinks inside of Forge modules will no longer cause r10k to exit non-zero. This situation used to raise an error but will now generate a WARN level log message instead. - (#483) Local modifications to managed content will now be overwritten during \"deploy\" actions. - (#616) Ensure that Forge module version strings are valid semantic versions. (Special thanks to Patrick Robinson (patrobinson) for the fix.) - (#622) Fix typos in workflow docs. (Special thanks to Yury Frolov (mrdracon) for the fix.)
* Sat Jul 30 2016 tampakrapAATTopensuse.org- Version bump 2.3.0: - 2.3.0: - (RK-236/RK-237) Added HTTP proxy support for Git operations. - (RK-238) When r10k encounters and ignores invalid file types in a module archive, it will now log the message at the DEBUG1 level instead of at WARN. - (RK-243) In certain cases, when using the \"rugged\" Git provider, specifying invalid HTTP credentials for a repository could result in an infinite loop. Authentication retry for HTTP repositories is now capped at 50 attempts which matches the existing behavior for SSH. - 2.2.2: - (RK-241) \"deploy display\" action does not properly format wrapped exceptions - 2.2.1: - (RK-229) Setting Forge proxy options breaks PE Authentication - 2.2.0: - (RK-154) Per-repo config for Git sources - (RK-220) Improved error message for unreadable SSH keys - (CODEMGMT-453) Support for running under JRuby 1.7 with shellgit provider - (MAINT) Documentation fixes- Recommend the puppetmaster instead of require, because: - r10k can be used only for syntax checking of the Puppetfile - puppetserver is an alternative to puppetmaster- lint: Remove exec bits from the files that do not contain a shebang
* Fri Nov 27 2015 tampakrapAATTopensuse.org- Version bump 2.1.1, see: https://github.com/puppetlabs/r10k/compare/1.5.1...2.1.1#files_bucket
* Wed May 27 2015 dgutuAATTsuse.com- gemspec and faraday9 patches deleted:
* faraday9.patch
* gemspec.patch
* Mon May 11 2015 tampakrapAATTopensuse.org- Version bump 1.5.1:
* 1.4.2:
* (RK-4) Raise meaningful errors on missing sources
* (GH-310, RK-36) r10k deploy display -p --detail fails on Ruby 1.8.7 https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#142
* 1.5.0:
* (GH-57) Git based modules fail to detect presence of git binary
* (GH-195) (RK-35) Allow sources to specify a custom prefix string
* (RK-17) Add rugged/libgit2 based Git implementation
* (RK-24) Add \'/etc/puppetlabs/r10k/r10k.yaml\' to config search path
* (RK-25) Warn if both \'/etc/r10k.yaml\' and \'/etc/puppetlabs/r10k/r10k.yaml\' exist
* (RK-31) Remove undocumented search for \'r10k.yaml\'
* (RK-32, RK-33, RK-38) Provide configuration options for Git providers
* (RK-37) Support higher verbosity levels for r10k version
* (RK-39, RK-66) Improved logging/messaging
* (RK-74) Improved log formatting
* (RK-75) Optional log coloring
* (GH-265) (RK-11) Unix commands with > 64KiB of output no longer deadlock
* (GH-142) Use Forge v3 API
* (RK-16) Decouple Git platform dependent and independent code
* (RK-55, GH-355) Prevent warnings on Ruby 2.2
* (RK-65) Switch to using the semantic_puppet gem
* (RK-48) Ignore deleted versions when fetching latest module version https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#150
* 1.5.1:
* (RK-62) Warn when Rugged is compiled without SSH or HTTPS transports
* (RK-79) Bump minimum required version of faraday_middlware-multi_json
* (RK-86) Git modules don\'t properly track branches https://github.com/puppetlabs/r10k/blob/master/CHANGELOG.mkd#151- Get rid of the gemspec and faraday9 patches, they were merged upstream
* Sat Jan 17 2015 tampakrapAATTopensuse.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 2014 tampakrapAATTopensuse.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 2014 tampakrapAATTopensuse.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 07 2013 mrueckertAATTsuse.de- requires git
* Thu Oct 24 2013 mrueckertAATTsuse.de- update to 1.1.0
* Tue Aug 13 2013 mrueckertAATTsuse.de- initial package