Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
93 lines (49 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

93 lines (49 loc) · 3.23 KB

Change Log

All notable changes to the "puppetfile-resolver" repository will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

Unreleased

0.6.2 - 2022-07-21

Fixed

  • (GH-38) Support using commits for GClone spec searcher, correctly print errors (beechtom)

0.6.1 - 2022-06-23

Fixed

0.6.0 - 2022-06-13

Added

  • (GH-33) Adds git clone method to search for metadata file (logicminds)
  • (GH-29) Add GitLab URL support

0.5.0 - 2020-12-16

Added

Changed

  • (GH-21) Migrated to GitHub Actions

Removed

  • (Commit) Removed support for Ruby 2.1 (Puppet 4)

0.4.0 - 2020-09-09

Fixed

  • (GH-15) Accept forge module specifications without versions as valid (beechtom)
  • (GH-16) Support version ranges when resolving dependencies (beechtom)

Added

  • (GH-14) Read Puppetfile document model from resolution result (beechtom)

0.3.0 - 2020-07-11

Fixed

  • (GH-7) Sample usage file doesn't work
  • (GH-10) Fix for legacy style metadata.json dependencies

0.2.0 - 2020-03-20

Added

  • (Commit) Add flag to ignore :latest validation errors

0.1.0 - 2020-03-04

Added

  • (Commit) Add magic comments for Puppetfile parser

0.0.3 - 2019-11-25

Fixed

  • (Commit) OpenSSL errors cause resolution to fail

0.0.2 - 2019-11-21

Added

  • (Commit) Added support for Ruby 2.1.9

Fixed

  • (Commit) Use plain version range

0.0.1 - 2019-11-04

Added

  • Initial release of the puppetfile-resolver