This file is used to list changes made in each version of the chef-vault cookbook.
- Adding Chef 11 guards on provides methods
- Refactor of the chef-vault resource, adding environment property
- Various test fixes
- #28, Fixes chef vault item loading and regular data bag fallback
- #24, Add ability to specify source for chef-vault gem installation
- #22, fixes
chef_gem
compile time usage, also in conjunction withchef-sugar
and Chef 11
- ripping out the
chef_gem
compile_time
stuff
chef_gem
Chef::Resource::ChefGem.method_defined?(:compile_time)
- Fixing
chef_gem
c for Chef below 12.1.0
- Being explicit about usage of the
chef_gem
'scompile_time
property. - Eliminating future deprecation warnings in Chef 12.1.0.
- COOK-4672: Make the library helper into a module instead of adding into Chef::Recipe
- Prevent variable masking
- Fix inverted existence check for
current_resource
- Adding ChefVault::Exceptions::SecretDecryption exception handling
- Fix loading of current resource in
chef_vault_secret
(Nathan Huff) - Allow
chef_vault_item
to fall back to plain data bags - Set default version of
chef-vault
gem to one required by libraries
- COOK-4591 - resource to create chef-vault-encrypted-items in recipes
- [COOK-4591]: add a resource to create chef-vault-encrypted-items in recipes
- Provide an fallback to regular data bag item loading when a "development mode" attribute is set.
- Add Chef::Recipe helper method (
chef_vault_item
)
- Initial Release