Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 877 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 877 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[5.0.0-beta.2] 2020-08-23

Changed

  • If we get a 403 from Vault, stop trying to rotate secrets

[5.0.0-beta.1] 2020-08-23

Changed

  • Upgrade to TypeScript 4.

[5.0.0-alpha.1] 2020-08-23

Changed

  • All Secretfile entries must now have the form VAR_NAME path/to/secret:key. We no longer support values which are missing :key, or which have or nested :key1:key1.
  • The return type of parseSecretfile has changed.
  • The VAULT_SECRETS option now has type Record<string, { vaultPath: string, vaultProp: string }>.
  • The code has been ported to TypeScript.
  • All dependencies have been updated.