Releases: base2Services/bastion-cli
Releases · base2Services/bastion-cli
0.2.4
0.2.3
What's Changed
- Add documentation on remote port forward sessions. by @tarunmenon95 in #24
- adding volume-type and volume-encryption paramaters by @dupontz in #26
New Contributors
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- add docs on how to cancel bastion expiry by @Guslington in #21
- associate public ip address to an instance by @Guslington in #20
Full Changelog: 0.2.1...0.2.2
0.2.1
0.2.0
What's Changed
- automatically select AMI for the intance type architecture by @tarunmenon95 in #16
- Added feature to create a remote port forwarding session to a selected RDS instance by @tarunmenon95 in #17
New Contributors
- @tarunmenon95 made their first contribution in #16
Full Changelog: 0.1.5...0.2.0
0.1.5
What's Changed
- bug fix #12 - start-session for rdp doesn't copy password to the clipboard by @Guslington in #13
Full Changelog: 0.1.4...0.1.5
0.1.4
What's Changed
- fix issue where the the path was being validated instead of the AMI id by @Guslington in #10
Full Changelog: 0.1.3...0.1.4
0.1.3
- check if session manager plugin is available
- select security group on launch or optional flag to input security group id
- make build to output binary in bin directory and add to gitignore
- add support for windows RDP by opening mstsc client
- terminate bastion at end of windows sessions
- log RDP server:port details to the console for linux users
- update RDP documentation
- replaced uuid library with google/uuid
- added build support for darwin arm64
- updated to go 1.16
0.1.2
- support for mounting EFS access points
0.1.1
- support for spot instances
- subnet selector prompt when no subnet specified launch a new instance
- remove environment and az flags in favour of the subnet selector
- add support for mounting EFS file systems to linux bastions
- add support for iam profiles
- added documentation