CHANGELOG ========= 0.5.0 ----- 2018-12-26 Closed Pull Requests: * [#22](https://github.com/voxpupuli/ra10ke/pull/22) Add rudimentary r10k:install task * [#26](https://github.com/voxpupuli/ra10ke/pull/26) make use of the forge command in puppetfile * [#29](https://github.com/voxpupuli/ra10ke/pull/29) Abort (exit 1) if Puppetfile syntax check fails * [#30](https://github.com/voxpupuli/ra10ke/pull/30) enable travis deployment 0.4.0 ----- 2018-06-17 * [#13](https://github.com/voxpupuli/ra10ke/pull/13) Avoid using `desired_ref` directly for Git * [#14](https://github.com/voxpupuli/ra10ke/pull/14) Set required Ruby version as `>= 2.1.0` * [#15](https://github.com/voxpupuli/ra10ke/pull/15) ignore invalid ref * [#16](https://github.com/voxpupuli/ra10ke/pull/16) Use Semantic Versioning for Git tags * [#17](https://github.com/voxpupuli/ra10ke/pull/17) Be careful around trimming Git tags * [#19](https://github.com/voxpupuli/ra10ke/pull/19) Ensure Puppetfile gets parsed with absolute path Many thanks to the following contributors for submitting the PRs: * [Valter Jansons](https://github.com/sigv) * [Martin Alfke](https://github.com/tuxmea) * [Matthias Baur](https://github.com/baurmatt) 0.3.0 ----- 2017-10-08 * [#6](https://github.com/voxpupuli/ra10ke/pull/6) Add a dependency solver based on the Ruby Solve library (thanks to [Jarkko Oranen](https://github.com/oranenj)) * [#8](https://github.com/voxpupuli/ra10ke/pull/8) Add numeric tag convention support (thanks to [Hervé MARTIN](https://github.com/HerveMARTIN)) 0.2.0 ----- 2017-01-03 * Moved to [Vox Pupuli](https://voxpupuli.org/) * [#3](https://github.com/voxpupuli/ra10ke/pull/3) Update ra10ke with r10k 2.4.0 support * [#4](https://github.com/voxpupuli/ra10ke/pull/4) Added git support Many thanks to [Alexander "Ace" Olofsson](https://github.com/ace13) and [James Powis](https://github.com/james-powis) for their contributions! 0.1.1 ----- 2016-08-22 * [#1](https://github.com/tampakrap/ra10ke/issues/1) update docs to mention Gemfile and Rakefile * properly advertise the user agent 0.1.0 ----- 2015-12-07 * Initial release