v0.20.6
·
128 commits
to main
since this release
Fix for assume --exec with multiple arguments/spaces
The output from goassume
when --exec
is provided now returns the arguments with proper escaping/splitting to ensure they are evaluated when passed to sh -c
in the assume
script.
What's Changed
- Fix export lookup values when exporting credentials by @cedieio in #578
- fix: assume --exec with multiple arguments/spaces by @lyoung-confluent in #584
- Fix backwards invocation of io.Copy by @sosheskaz in #589
- Create ~/.aws/config if it does not exist by @sosheskaz in #590
Full Changelog: v0.20.5...v0.20.6