Skip to content

Releases: pegasd/puppetfile_editor

v1.1.0

24 Oct 22:06
Compare
Choose a tag to compare

Added

  • GH-3: Ability to write local modules in legacy format using
    pfile format --legacy-local.

v1.0.0

24 Oct 22:07
e6a6688
Compare
Choose a tag to compare

Changed

  • GH-3: Write local modules in non-legacy format: , local: true.

v0.10.0

24 Oct 22:19
Compare
Choose a tag to compare

Added

  • GH-3: Able to understand local modules in various formats. Both , :local and , local: true work.

v0.9.0

24 Oct 22:19
53eab89
Compare
Choose a tag to compare

Changed

  • Add ability to compare Puppetfiles ignoring module types (git vs hg).

v0.8.0

24 Oct 22:19
Compare
Choose a tag to compare

Changed

  • GH-1: Do not downgrade modules while merging, whenever possible (see issue for
    more details).
  • Changed status message and color for modules not found in original Puppetfile (old one generated too much noise).

v0.7.1

24 Oct 22:19
Compare
Choose a tag to compare

Fixed

  • Fix for older rubies where Gem::Version broke for versions like 0.1.0-dev1.

v0.7.0

24 Oct 22:19
Compare
Choose a tag to compare

Added

  • Warn about downgrading forge, git, and hg modules while merging.

v0.6.1

24 Oct 22:18
Compare
Choose a tag to compare

Fixed

  • Changed default CLI path to Puppetfile instead of ./Puppetfile for better auditing.

v0.6.0

24 Oct 22:18
Compare
Choose a tag to compare

Changed

  • Puppetfile#compare_with now stores module type in the resulting diff.

Fixed

  • Puppetfile#compare_with didn't properly work with forge modules. It does now.

v0.5.0

24 Oct 22:18
Compare
Choose a tag to compare

Added

  • delete command for deleting modules from Puppetfile.