Skip to content

Latest commit

 

History

History
260 lines (174 loc) · 15.3 KB

CHANGELOG.md

File metadata and controls

260 lines (174 loc) · 15.3 KB

chef-vault Change Log

v4.1.12 (2023-03-27)

Merged Pull Requests

Changes not yet released to rubygems.org

Merged Pull Requests

v4.1.11 (2023-02-17)

Merged Pull Requests

  • add support for client_key_contents #402 (Tyrael)

v4.1.10 (2022-04-18)

Merged Pull Requests

v4.1.5 (2021-12-16)

Merged Pull Requests

v4.1.4 (2021-09-09)

Merged Pull Requests

v4.1.3 (2021-09-07)

Merged Pull Requests

v4.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)

v4.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)

v4.0.11 (2020-08-21)

Merged Pull Requests

v4.0.10 (2020-08-21)

Merged Pull Requests

v4.0.6 (2020-08-13)

Merged Pull Requests

  • 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)

v4.0.1 (2019-12-30)

Merged Pull Requests

  • add documentation for sparse mode #325 (jeunito)
  • Send a better error message when an invalid SSL key is encountered when creating a vault item #330 (MarkGibbons)
  • Switch from require to require_relative #335 (tas50)
  • Migrate to Buildkite for PR testing #336 (tas50)
  • API docs: Fix YARD warnings #331 (olleolleolle)
  • Ensure search is not empty when refreshing #332 (jeremy-clerc)
  • Sparse mode converter #327 (jeunito)
  • Drop Ruby 2.2/2.3 support and resolve Chefstyle warnings #337 (tas50)
  • Use Chef 14 to avoid license failures in test + use config.rb where we can #338 (tas50)

v3.4.3 (2018-10-25)

Merged Pull Requests

  • Don't ship the readme in the gem #326 (tas50)

v3.4.2 (2018-09-22)

Merged Pull Requests

  • Fix license string in gemspec + ship gemspec / readme #324 (tas50)

v3.4.1 (2018-09-22)

Merged Pull Requests

v3.4.0 (2018-09-19)

  • Switch from github changelog generator to Expeditor #322 (tas50)
  • Resolve Chefstyle warnings
  • Move test deps into the Gemfile and unpin versions
  • Fix undefined method unpack for nil class error
  • Fix FrozenError when calling 'knife vault remove'
  • Allow to force reencryption of keys during refresh
  • Only bundle the necessary files in the Gem

v3.3.0 (2017-07-28)

Full Changelog

Closed issues:

  • With recreated nodes, existing keys are not updated #286

v3.2.0 (2017-07-11)

Full Changelog

Closed issues:

  • offline network installation of the chef-vault gem #279

v3.1.0 (2017-07-04)

Full Changelog

v2.9.2 (2017-06-21)

Full Changelog

Implemented enhancements:

Fixed bugs:

v3.0.3 (2017-05-03)

Full Changelog

Fixed bugs:

  • Reduce the search response limit from 100k to 10k #275 (btm)
  • Replace edit_data() with edit_hash() in vault_edit.rb #274 (tmaczukin)

v3.0.2 (2017-04-20)

Full Changelog

v3.0.1 (2017-04-11)

Full Changelog

Fixed bugs:

  • Change the chef dependency to development only #266 (thommay)

v3.0.0 (2017-04-10)

Full Changelog

Implemented enhancements:

  • Vault creation, list, and destruction in sparse mode #252 (rveznaver)

v2.9.1 (2017-01-19)

Full Changelog

v3.0.0.rc2 (2016-12-05)

Full Changelog

Implemented enhancements:

Fixed bugs:

v3.0.0.rc1 (2016-10-21)

Full Changelog

Implemented enhancements:

v2.9.0 (2016-04-08)

Full Changelog

Implemented enhancements:

  • Feature - knife vault update - update item_keys only when no value is provided #202 (xakraz)

Fixed bugs:

v2.8.0 (2016-02-09)

Full Changelog

v2.8.0.rc1 (2016-01-29)

Full Changelog

v2.7.1 (2016-01-25)

Full Changelog

v2.7.0 (2016-01-25)

Full Changelog

v2.6.1 (2015-05-28)

Full Changelog

v2.6.0 (2015-05-13)

Full Changelog

v2.5.0 (2015-02-09)

Full Changelog

v2.4.0 (2014-12-03)

Full Changelog

v2.3.0 (2014-10-22)

Full Changelog

v2.2.4 (2014-07-17)

Full Changelog

v2.2.3 (2014-06-24)

Full Changelog

v2.2.2 (2014-06-03)

Full Changelog

v2.2.1 (2014-02-26)

Full Changelog

* This Change Log was automatically generated by github_changelog_generator