Skip to content

Latest commit

 

History

History
116 lines (60 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

116 lines (60 loc) · 1.96 KB

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.

Fixed

  • using -m when there's no missing secrets doesn't crash anymore

Added

  • export command now supports -C, --config-only option to only export configurations

Added

  • run command now supports -r, --removing option to remove orphan configurations or secrets

Added

  • clean-up command

Removed

  • Dropped support for DDB provider

Removed

  • Dropped support for node 8 and 10

Added

  • Prevent SSM from writing values unless it has changed

Removed

  • Dropped support for node 6

Added

  • -m, --missing To prompt only missing values in interactive mode

Added

  • fetch command. You can now fetch keys from CLI

Added

  • accountId Can now be used to fetch the aws accountId the configuration is deployed to

Fixed

  • cfOutputs allow CloudFormation stack outputs to be pushed to the parameter store

Added

  • import & export command to import/export key values from specified provider

Changed

  • run command now runs both init and configure.

Fixed

  • Terminate process with exit code 1 on errors

Changed

  • Retains DynamoDB by default to prevent accidental deletion

Changed

  • Mask secrets when parameters are listed

Added

  • Add support to DynamoDB provider

Added

  • Initial Release