summaryrefslogtreecommitdiff
path: root/security/ruby-chef-vault
AgeCommit message (Collapse)AuthorFilesLines
2022-08-28security/ruby-chef-vault: update to 4.1.10taca2-6/+6
4.1.6 (2022-01-07) * To add a workflow for Simplecov Report 4.1.7 (2022-01-17) * Add workstation team as code-owner * Avoid loading all of chef-vault unless we're running the plugin (#385) 4.1.8 (2022-04-10) * updated the HTTPServerException to HTTPClientException * Merge pull request #391 from chef/nikhil/updating-ruby-3.0/3.1 4.1.9 (2022-04-12) * Update chef-utils requirement from = 16.6.14 to 17.10.0 #394 (dependabot[bot]) * Update pry-stack_explorer requirement from ~> 0.4.0 to ~> 0.6.1 #395 (dependabot[bot]) 4.1.10 (2022-04-18) Merged Pull Requests * To integrate test coverage % report in PR creation or merge #387 (snehaldwivedi)
2021-12-19security/ruby-chef-vault: update to 4.1.5taca2-6/+6
4.1.5 (2021-12-16) Merged Pull Requests * Fix for chef-vault command was not returning any results #383 (snehaldwivedi)
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-19security/ruby-chef-vault: update to 4.1.4taca2-7/+7
4.1.4 (2021-09-09) Merged Pull Requests * added back the begin and end #380 (nikhil2611) 4.1.3 (2021-09-07) Merged Pull Requests * Upgrade to GitHub-native Dependabot #371 (dependabot-preview[bot]) * fix-verify-pipeline #377 (jayashrig158) * Replaced exception with the warnings and removed related failing specs(used earlier for raising issue) #367 (sanga1794)
2021-01-14security/ruby-chef-vault: update to 4.1.0taca2-7/+7
4.1.0 (2020-11-13) Merged Pull Requests * Fixed problem escaping string in JSON #347 (sanga1794) * Resolve chefstyle warnings #363 (tas50) * Optimize split_vault_keys method for large bag #364 (tas50) 4.0.12 (2020-09-28) Merged Pull Requests * Fixed knife vault show -F json and knife vault list -F json don't always output valid JSON #348 (sanga1794)
2020-09-14security/ruby-chef-vault: update to 4.0.11taca2-7/+7
Update ruby-chef-vault package to 4.0.11. 4.0.11 (2020-08-21) * Fix bad code causing errors #359 (ramereth) 4.0.10 (2020-08-21) * Update simplecov-console requirement from ~> 0.2.0 to ~> 0.7.2 #344 (dependabot-preview[bot]) * Remove simplecov #356 (tas50) * Added warning if input of vault admin is other than array #352 (sanga1794) * Optimize our requires #357 (tas50) 4.0.6 (2020-08-13) * Added note in documentation regarding the vault item name #349 (sanga1794) * Replaced string with regex in sub method #351 (sanga1794) * Handled exception from vault? method #350 (sanga1794) * Update expeditor config for new gem caching #354 (tas50) * Optimize requires for non-omnibus installs #355 (tas50)
2020-05-02security/ruby-chef-vault: add package version 4.0.1taca5-0/+67
Add ruby-chef-vault package version 4.0.1. Chef-Vault Chef-Vault allows you to encrypt a Chef Data Bag Item using the public keys of a list of chef nodes. This allows only those chef nodes to decrypt the encrypted values. For a more detailed explanation of how chef-vault works, please refer to this blog post Chef Vault - what is it and what can it do for you? by Nell Shamrell-Harrington.