Skip to content

Releases: Versent/unicreds

1.7.0

27 Mar 23:47
7135c85
Compare
Choose a tag to compare

Changelog
291f7df Fix printSecret bug when input contains fmt verb
b60ff8f Allow using AWS_PROFILE env variable in combination with ~/.aws/config
3fbd8ba Use the shared config region when region is not set by command line flag.
8890770 Update readme to include information on using credentials/config file and environment variables
27853d4 Migrate hmac to []byte and handle transition
d55ce9a Prepare for 1.7.0 release

1.6.0

05 Mar 23:55
Compare
Choose a tag to compare

Changelog
89b6b99 fix(Makefile) Corrected GOPATH env var.
574cfe6 fix(deps) Added vendoring of deps.
366b688 fix(Deps) Updated deps to recent versions.
cdae1b2 Prepare for 1.6.0 release

1.5.2

08 Jul 00:14
Compare
Choose a tag to compare

Changelog
fda5e9d Fix for makefile release changes.
ac43455 Add nuget manifest for packaging in chocolatey format
7f19df0 Fix #54 ListSecrets() and GetAllSecrets() returns only the first page
ab1f9f9 getall was not passing encryption contexts to decrypt functions so not listing available secrets. Also needed to handle secrets that the hmac could not be decrypted due to wrong encryption context.
21f8652 use switch/case instead of nested if for error rewriting
fca2698 add support of environment variables for the name of the table and the key alias
1fb92b6 Update manifest and install script based on feedback from package review process
3a82283 fix(packaging) Small fix for path changes.
f992d7b doc(README) Added demonstration gif to README.
7ef82f5 *you're
3bdd417 fix(Test) Updated DynamoDBAPI mock.
e23f40d Add AssumeRole support
fbe5d40 Prepare for release.

1.5.1

18 Oct 22:12
efa3569
Compare
Choose a tag to compare

Changelog
65fb179 Updated this with some tests to fix #47
b7111b5 add execute feature
f62b4ff #50 Fixed credential name dose not show after using put-file command
c1f5c77 #50 Removed travis go 1.5 test because Golint requires Go 1.6 or later
3470ad5 code refactoring
c942611 update README.md
f370068 improved description of the exec command
a11fd7c Add to README.md information related to docker entrypoint
efa3569 Prepare for release.

v1.5.0

26 Aug 07:37
8ddef5f
Compare
Choose a tag to compare
  • Fixes auto-versioning to support left-padding see #45 @alsmola
  • Supports getting a specific version of a secret see #46 @alsmola

v1.4.0

09 Aug 06:09
Compare
Choose a tag to compare

new features

  • Added encryption context support see #35
  • Added option to print secret with no newline see #41.
  • Added DynamoDB read and write capacity flags see #37
  • Added the AWS profile option
  • Updated README and expanded setup section.
  • Added the short flag for key and table for compatible with credstash see #32

fixes

  • Move to using the built in marshall / unmarshall in the golang aws SDK.

v1.3.0

17 May 09:57
Compare
Choose a tag to compare
  • Added support for custom dynamo tables @ojongerius
  • Initial work on JSON output @ojongerius
  • Added support for -k and -t switches for compatibility with credstash @wolfeidau

v1.2.1

12 May 22:56
Compare
Choose a tag to compare
  • Removed headers from CSV to maintain compatibility with credstash

v1.2.0

08 May 11:25
Compare
Choose a tag to compare
Prepare for 1.2.0 release

v1.1.0

15 Mar 10:24
Compare
Choose a tag to compare
Prepare for 1.1.0 release.