Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Releases: buzzsurfr/cloudkey

v0.2-alpha

10 Mar 02:43
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Changelog

6917cd9 Add Codecov badge to README
0cd1763 Add FromEnviron coverage
eb84790 Add Github action for Codecov.io
91bd3cf Add Github action for Codecov.io
ae7fb20 Add Github action for Codecov.io
faaa76e Add IAM interface to Profile
7e5848d Add Lookup test case for AWS error
a23912d Add STS interface, client and test Lookup
fecef5f Add String() and Lookup() functions to aws profile
8561fcf Add commands to README TOC
7e4f6e5 Add coverage for part of Current()
3be20fd Add emojis to title on README
562e0e5 Add tests for FromAccessKey conversion
d197a97 Add tests for Session(), change Session() to also return error
4fbe8c7 Add version cmd
142f1a9 Change ParseConfigFile to use full path+file instead of just path
dcd448e Change assertProfileSource to use reflect.DeepEqual
4f13e0a Change assertProfileSource to use reflect.DeepEqual
8270af8 Change parseConfigFile to use profile name as string instead of bool, move error definitions to separate file
ef1425d Check coverage in sub-packages
862471f Comment debug logs going to stdout
1280287 Explicitly define cobra command functions (to incorporate testing)
1d199c0 Fix concurrency issue with list and lookup
ce0edef Fix runtime issue with list
c7260c6 Fixed version to support build flags
48f16d7 Found error in credential from testing :-)
f73fcb9 GoReleaser support
04a1347 Ignore dist directory
dfd0a3d Move init() to bottom of file
453d1bf Move init() to bottom of file
66e6532 Move profile sort from profile to list cmd
fa4c6f0 Move vars from version to vars file
5b5180f Refactor tests moving p and profileName to package scope, add coverage for WriteConfigAs
c682437 Remove debug print from TestWriteConfigAs
ecb8b03 Remove duplicate codecov call in Github action
a6ed7a0 Remove duplicate test vars for access key
a91b7b3 Remove unnecessary comment (old code)
e057b60 Remove version package comment
23c39bb Separate parse from FromConfigFile function
8d5c4af Setup buildflags to work from main package
9a68d9b Spacing issue on README
585bb76 Start testing on credential struct
d662257 Update .gitignore and packages to support Windows color output
10aa185 Update Codecov badge
296273d Update README and Usage text
54a7868 Update list to support wide format (queries STS)
f626308 Update profile tests to cover parse
17b74f9 Update rotate to use profile.NewSession
855df50 Update test order for coverage
a659ff5 comment RotateKey (for now)
f04cbe0 refactor TestSession()

Initial release

01 Mar 16:43
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release of cloudkey, with list and rotate commands.