Releases: ruimarinho/gsts
Releases · ruimarinho/gsts
v2.1.5
Changelog
- Improve error handling to catch remote validation errors like an invalid SessionDuration parameter
- Add note about oh-my-zsh incompatibility
v2.1.4
Changelog
- Spawn headful process using node environment to make
gsts
more resilient in different environments.
v2.1.3
Changelog
- Maintenance release to add missing file to the whitelisted npm package list.
v2.1.2
Changelog
- Maintenance release to fix an invalid variable identifier.
v2.1.1
Changelog
- Fix some arguments not being passed through to the headful instance
- Fix ERR_INVALID_ARG_TYPE error on Windows
- Add github ci workflow
v2.1.0
Changelog
- Fix support for multiple roles
- Fix typo on --idp-id parameter
v2.0.8
Changelog
- Fix
path
variable when attempting to read credentials
v2.0.7
Changelog
- Maintenance release to bump dependencies
v2.0.6
Changelog
- Add more verbose logging for debugging purposes
- Tweak description of daemon log paths
- Improve documentation on Amazon ECR
- Add documentation clarification on AWS_PROFILE
- Add support for AWS_SHARED_CREDENTIALS_FILE environment variable
- Revert additional code for PATH usage on child process
- Handle absent credentials file gracefully
v2.0.5
Changelog
- Revert usage of
process.cwd()
instead of relying onPATH