Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.12 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.

[Unreleased]

[0.0.6]

Changed

  • changed flag --nameSuffix to --keyNameSuffix to be more clean
  • changed flag --nameSuffix to append into secret name

[0.0.5]

Changed

  • changed flag --middleName to not print values

[0.0.4]

Added

  • add flag --middleName to add extra name inside secret key.

[0.0.3] - 2021-02-18

Added

  • scan-secrets and scan-configmaps to scan secrets or config maps using a label to search and copy them to secret receiver
  • secret-subvalue command to scan secrets and sync just a subkey.

[0.0.2] - 2021-02-08

Changed

  • Update golang version to 1.15
  • Removed travis-ci files

Added

  • Add Labels

[0.0.1] - 2019-12-10

Added

  • Sub-commands: create, update, check, delete to manage secrets and exist to check if one secret already exist and is up-to-date.
  • ENCODING_REQUEST variable to accepted only encoded requests.