Releases: desertkun/hiera-editor
Releases · desertkun/hiera-editor
0.1.5: Fixed startup issues
0.1.4: trusted.extensions support
- Hiera Editor now supports hierarchies with
%{trusted.extensions.*}
in path. It does so by downloading and parsing certificates for all nodes - It now compiles
ruby lib/puppet/parser/functions/*.rb
functions - Fixed critical issue with hierarchy resolving
- Certain nodes can be ignored now
0.1.3: Hierarchy Support
Hiera Editor now:
- Supports Hierarchy: shows changes on every level
- You can edit properties of classes generated by Puppet, or you can assign classes in Hiera Editor itself, as it detects
hiera_include
function - Automatically retrieves all nodes information from Puppet
- Automatically installs Modules locally from Puppetfile
0.1.2
Puppetfile support
Implemented Puppetfile support (with librarian).
Hiera Editor now automatically installs all required modules from a Puppetfile (if finds one in your root path or in either of environments).
Puppet files compilation is now 16 times faster (batching)
Fixed default values compilation
Fixed resolving default variables Implemented defined() function Automatic class invalidation upon fields change