Skip to content

Releases: desertkun/hiera-editor

0.1.5: Fixed startup issues

25 Jan 13:23
Compare
Choose a tag to compare

This build fixed the application not being able to start, because of spaces in paths or incorrect gem paths.

0.1.4: trusted.extensions support

23 Jan 20:51
Compare
Choose a tag to compare
Pre-release
  • 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

20 Jan 00:41
Compare
Choose a tag to compare
Pre-release

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

10 Jan 17:13
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Migrated to electron-builder (now releases are produced as installer applications instead of zip archives)

Puppetfile support

10 Jan 10:47
Compare
Choose a tag to compare
Puppetfile support Pre-release
Pre-release

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

08 Jan 12:37
Compare
Choose a tag to compare
Pre-release
Fixed resolving default variables

Implemented defined() function
Automatic class invalidation upon fields change