- @qedgardo ssh: filter instances by PingStatus to ensure only get online instances #26
- @mkhinda29 Fix regression when using -t (tags) or -n (Name tag)
- @andreclaro add AWS System Manager support to connect to non-EC2 instances using their Name tag (use of
-m
flag)
- @phamtriduy Support remote tunnel host with AWS-StartPortForwardingSessionToRemoteHost document (via use of
-i
flag)
- @meirshal Add bpkg support
- @adam-prickett Use the default region if no region configured for a profile
- @meirshal Exit with an error if the SSM command does not complete successfully
- @davegallant Let the shell find bash for better portability
- @Lugoues support tunnels other than ssh (via use of
-f
flag)
- @Lugoues Better handling of regions and reading of AWS_REGION env var
- @jValdron Allow passing a document to all sessions
- Hotfixed a default profile bug
- Added sha256 auto generation to version releases.
- Added the ability to specify if the command is long running
- Added addition feature to be able to run ssm documents on an instance
- @JonaC22 check for session manager plugin in additional location
- Support for specifying an instance by tag
- Update readme
- Change interactive flag to be consistent with other tooling
- added -x flag to pass in instance ID directly
- Added some additional help
- added github action to release
- Added version flag
- Moved session manager check
- Check for AWS CLI version
- Install session manager plugin if not present
- Fixed session manager plugin check
- Inital release