All notable changes to this project will be documented in this file.
v0.7.4 (2019-10-15)
Closed issues:
- Output is Garbled if contention occurs on GPG random_seed. #68
Merged pull requests:
v0.7.3 (2019-04-25)
Fixed bugs:
- Fix uninitialized constant `Hiera::Backend::Eyaml::Encryptors::GpgVer… #65 (alexjfisher)
v0.7.2 (2019-04-24)
Fixed bugs:
- Remove gem dependency on
puppet
#63 (alexjfisher)
v0.7.1 (2019-04-24)
Merged pull requests:
- Use correct travis-ci.com secret #61 (alexjfisher)
v0.7.0 (2019-04-24)
This is the first release of hiera-eyaml-gpg
since the project was migrated to Vox Pupuli. We're pleased to announce that this project should now work with Puppet 6 (jruby 9k puppetserver). Special thanks to seanmil for his work on this.
From this point onwards, all releases made to rubygems will have corresponding tags in the github project and a changelog will be maintained with GitHub Changelog Generator. The project will use semantic versioning.
Implemented enhancements:
- Expose plugin version #58 (alexjfisher)
- Use Puppet::Util::Execution for RubyGpg #48 (seanmil)
- Allow gnupghome to be set from an environment variable #46 (seanmil)
Fixed bugs:
- blank lines in a recipients file results in the first key in the being used to encrypt the secrets #37
- Fix
uninitialized constant Puppet \(NameError\)
#55 (alexjfisher) - Make the list of keys to encrypt with accurate #38 (grahamhar)
Merged pull requests:
- Refactoring and fixing of remaining rubocop violations #57 (alexjfisher)
- Fix
\<module:Encryptors\>: Gpg is not a class \(TypeError\)
#56 (alexjfisher) - Document installation of gems on puppetserver #53 (ghoneycutt)
- Document usage with Hiera 5 #51 (ghoneycutt)
- Document which versions of Puppet this should work with #50 (ghoneycutt)
Implemented enhancements:
- Improve GPG home handling #30 (sihil)
- Add support for comments in hiera-eyaml-gpg.recipients file #29 (tampakrap)
Fixed bugs:
- Add missing curly brace. #31 (danny-cheung)
Implemented enhancements:
- Adapt code for Puppetserver #24 (raphink)
- Set GPG home directory without an environment variable #19 (mattbostock)
Closed issues:
- Support for puppetserver (jruby) #23
v0.4 (2013-11-26)
Closed issues:
- Encryption should fail if don't have hiera-gpg key on my keyring #7
Merged pull requests:
v0.3 (2013-11-22)
Implemented enhancements:
- Use gpg-agent when using the edit option #2
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator