Releases: pegasd/puppetfile_editor
Releases · pegasd/puppetfile_editor
v1.1.0
Added
- GH-3: Ability to write local modules in legacy format using
pfile format --legacy-local
.
v1.0.0
Changed
- GH-3: Write local modules in non-legacy format:
, local: true
.
v0.10.0
Added
- GH-3: Able to understand local modules in various formats. Both
, :local
and , local: true
work.
v0.9.0
Changed
- Add ability to compare Puppetfiles ignoring module types (
git
vs hg
).
v0.8.0
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
Fixed
- Fix for older rubies where
Gem::Version
broke for versions like 0.1.0-dev1
.
v0.7.0
Added
- Warn about downgrading forge, git, and hg modules while merging.
v0.6.1
Fixed
- Changed default CLI path to
Puppetfile
instead of ./Puppetfile
for better auditing.
v0.6.0
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
Added
delete
command for deleting modules from Puppetfile.