Skip to content

Latest commit

 

History

History
106 lines (79 loc) · 9.32 KB

CHANGELOG.md

File metadata and controls

106 lines (79 loc) · 9.32 KB

Changelog

1.1.0 (2019-11-29)

Full Changelog

Closed issues:

  • generate-puppetfile command not found #68

Merged pull requests:

  • # update readme for pdk & bolt use cases #75 (abuxton)
  • Sort fixtures.yml, add --latest-versions flag, misc bug fixes #69 (nabertrand)
  • Make regexes case-insensitive #66 (rnelson0)

v1.0.0 (2018-01-02)

Full Changelog

Closed issues:

  • Unsecure forge url for generated Puppetfile #58
  • generate-puppetfile ignores Git modules whose name contains a slash #56
  • Add support for git repos in .fixture.yml #54
  • Add support for updating from git #25

Merged pull requests:

  • Release 1.0.0 #64 (rnelson0)
  • Process free-form repositories in a Puppetfile for fixtures #62 (rnelson0)
  • The forge module regex was not properly terminated by looking for end of line #61 (rnelson0)
  • Remove rubocop dependency #60 (rnelson0)
  • Update the forgeurl to use https #59 (rnelson0)
  • Format the Puppetfile into columns #57 (binford2k)

v0.11.0 (2017-03-22)

Full Changelog

Closed issues:

  • accept 'forge' style module name as an argument #49
  • Features: Remove all comments #44
  • Bug: Incorrect dependency version #43
  • Add option to just generate a .fixtures file and not update the versions in the Modulefile #37

Merged pull requests:

  • Add --fixtures-only option to generate fixtures without performing updates #53 (rnelson0)
  • Add --ignore-comments flag #52 (rnelson0)
  • Add ability to reference module as author-name. #51 (rnelson0)

0.10.0 (2016-11-06)

Full Changelog

Closed issues:

  • Fixtures: add symlinks to the fixtures #45
  • Generated Puppetfile missing quotes around module name #39
  • Detect renamed/expired forge modules when possible. #31
  • Specify required version of ruby 2.0.0, or find a workaround for mkmf. #30
  • Add support for 'mirroring' a Puppetfile into a .fixtures.yaml file #29
  • Add Windows support #28
  • Ensure there is a graceful failure when puppet is not available. #22
  • Is it not working? #21
  • Filter comments in Puppetfile better #20
  • Feature: Check for puppet binary #19
  • Is this a recursive lookup? #18
  • Fixtures should use source not project\_page #16
  • Error check module downloads #12
  • Add --silent flag #11
  • mktemp message on OS X #9
  • Generate .fixtures.yml at the same time #1

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator