Releases: kreuzwerker/awsu
Releases · kreuzwerker/awsu
v2.3.11
Changelog
- f2b3b7a chore: replace --rm-dist with --clean for goreleaser
- fe645a7 fix(build): goreleaser config (#65)
v2.3.10
Changelog
- 17f3aae Bump github.com/aws/aws-sdk-go from 1.15.32 to 1.33.0 (#62)
- 83d3bfc Bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0 (#63)
- 528b039 chore: bump to go 1.19
v2.3.8
Changelog
- 0b6f34e fix(ci): copy paster in release
v2.3.6
Changelog
3a8ddc7 chore(ci): use GitHub actions artifact cache (#58)
v2.3.5
Changelog
28cdc95 fix: ignore default.profraw due to CI
v2.3.3
Changelog
8e406ae chore: new release process (#54)
2.3.2
Added
- Add small documentation regarding the usage of the magic account ID (#35)
- Added support for command to generate OTP token on Yubikey and return it to stdout (#32)
Changed
- Updated dependencies and fixed Catalina compatibility (#39) - thanks @nauxliu
- Fixed typo in
README
(#37)
- Fixed wrong default for config file (#31)
2.3.0RC1
Please note the flags for cache durations have changed semantics now.
Added
- Added environment variables and config flags for all configuration mechanisms
- Added support for long-term credential console link generation
Changed
- Fixed expires output bug and added expiry hints
- Added better looking error handling
- Massive update to the
README
Internal
- Removed cache and session ttl mechanism and replaced it with duration and grace
- Created new client structure with explicit generators, sources and target
- Moved logic for console out of the command and into a dedicated helper
Removed