Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (30 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 1.51 KB

Changelog

All notable changes to this project will be documented in this file.

0.3.1 - 2019-01-22

Added

  • Documentation: updated instructions for how to fetch keys from SSM and KMS after vault init. (#31, @innovia)
  • Right now you can configure the unseal-period but it's not being used. This utilizes it in the sleep. (#15, @sheldonkwok)

Changed

  • Upgrade go to 1.11.4 (#40, @JoshVanL)
  • Update dep and lock vault version to 0.9.6 (#39, @JoshVanL)
  • Upgrade alpine image to 3.8 (#38, @JoshVanL)
  • Use DOCKER_HOST: tcp://localhost:2375 for dind (#36, @JoshVanL)

0.3.0 - 2017-09-03

Added

  • Adds local mode for unseal keys in path (#21, @JoshVanL)

Changed

0.2.1 - 2018-02-12

Changed

  • Use logrus with lower case spelling #11
  • Fix handling of kv.NotFound error #5 #7

0.2.0 - 2017-11-23

Added

  • Sign binaries using GPG key

Changed

  • Move the repository from jetstack-experimental to jetstack
  • Updated to Golang 1.9.2