Skip to content

Latest commit

 

History

History
118 lines (74 loc) · 3.66 KB

HISTORY.md

File metadata and controls

118 lines (74 loc) · 3.66 KB

v1.0.0 (2020-02-08)

2020-02-08

Closed Pull Requests:

  • #44 - Fix the faulty docs for Ra10ke::Validate#all_refs after #42
  • #45 - Add a duplicates check
  • #48 - Allow semverse 3.x

0.6.2

2019-08-26

Closed Pull Requests:

  • #42 - Fix lost refs in validation

Again many thanks to the following contributors for submitting PRs:

0.6.1

2019-08-17

Closed Pull Requests:

  • #40 - Fix a fault in the mod handling behaviour

Closed Issues:

  • #25 - Consider making r10k:install have a default path of '.'

Many thanks to the following contributors for submitting PRs:

0.6.0

2019-07-30

Closed Pull Requests:

  • #35 Adds new validate task for verifying the integrity of all modules specified in the Puppetfile
  • #33 Refactor tasks, Version tag handling fix, purge option
  • #32 Make it possible to configure the tasks in the rakefile

Many thanks to the following contributors for submitting PRs:

0.5.0

2018-12-26

Closed Pull Requests:

  • #22 Add rudimentary r10k:install task
  • #26 make use of the forge command in puppetfile
  • #29 Abort (exit 1) if Puppetfile syntax check fails
  • #30 enable travis deployment

0.4.0

2018-06-17

  • #13 Avoid using desired_ref directly for Git
  • #14 Set required Ruby version as >= 2.1.0
  • #15 ignore invalid ref
  • #16 Use Semantic Versioning for Git tags
  • #17 Be careful around trimming Git tags
  • #19 Ensure Puppetfile gets parsed with absolute path

Many thanks to the following contributors for submitting the PRs:

0.3.0

2017-10-08

  • #6 Add a dependency solver based on the Ruby Solve library (thanks to Jarkko Oranen)
  • #8 Add numeric tag convention support (thanks to Hervé MARTIN)

0.2.0

2017-01-03

  • Moved to Vox Pupuli
  • #3 Update ra10ke with r10k 2.4.0 support
  • #4 Added git support

Many thanks to Alexander "Ace" Olofsson and James Powis for their contributions!

0.1.1

2016-08-22

  • #1 update docs to mention Gemfile and Rakefile
  • properly advertise the user agent

0.1.0

2015-12-07

  • Initial release