v0.7.1 (2021-09-27)
- Forked from github.com/dtan4/valec
- Set up GitHub Actions #1
- Build for M1 Mac #2
v0.7.0 (2018-02-06)
- Overwrite envs correctly by using os.Setenv #65
- Build with Go 1.9.x by dtan4 #63
- Hide values in list command by default #62
- Use tabwriter to compose secrets table #61
v0.6.2 (2017-02-02)
Features and behaviors are the same as v0.6.1. This release is made to release archives with new naming rule.
v0.6.1 (2017-02-01)
- Create directory by
valec encrypt
#58
v0.6.0 (2017-01-26)
- Implement
valec get
command #56
v0.5.6 (2017-01-23)
- Add alias
valec ns
forvalec namespaces
#54
v0.5.5 (2017-01-20)
- Read stdin with
valec exec
#52
v0.5.4 (2017-01-18)
v0.5.3 (2017-01-17)
- Divide BatchWriteItem API requests for many items #44
v0.5.2 (2016-12-27)
- Delete namespace correctly #44
v0.5.1 (2016-12-26)
v0.5.0 (2016-12-22)
- Secret YAML file schema was changed #38
- Specify KMS key per namespace #38
- Interactive encryption mode (
valec encrypt -i KEY1 KEY2
) #34 - Use aws-sdk-go 1.6.x #33
- Encrypt secrets from stdin #32
- Add
valec dotenv
command #31 - Encrypt multiple secrets at once (
valec encrypt KEY1=VALUE1 KEY2=VALUE2
) #30
v0.4.0 (2016-12-21)
- Interactive encryption mode (
valec encrypt -i KEY1 KEY2
) #34 - Use aws-sdk-go 1.6.x #33
- Encrypt secrets from stdin #32
- Add
valec dotenv
command #31 - Encrypt multiple secrets at once (
valec encrypt KEY1=VALUE1 KEY2=VALUE2
) #30
v0.3.2 (2016-12-16)
v0.3.1 (2016-12-15)
- Add
valec dump --output
flag to dump dotenv with preserved lines #25
v0.3.0 (2016-12-12)
- Show error if the given namespace does not exist #22
- Detect updated changes #21
- Sort secrets alphabetically #20
- Synchronize nested namespace #19
v0.2.1 (2016-12-05)
v0.2.0 (2016-12-02)
- Synchronize local files in the given directory by
valic sync
#13--namespace
option was deprecated.- Argument was changed from a file to a directory.
- Add new command
valec validate
#14
v0.1.1 (2016-12-01)
- Add dry-run feature to
valec sync
command #10
v0.1.0 (2016-11-30)
Initial release.