Releases: codekoala/go-aws-lanes
Releases · codekoala/go-aws-lanes
v0.4.3
Updated to build with Go 1.20, updated dependencies, and produced Apple M1-compatible binary.
Changelog
v0.4.2
Recompiled using Go 1.15.5. Also switched from glide to using go modules for dependencies.
v0.4.1
#21 - Commands to lanes sh
are easier to use now
v0.4.0
- #19 - Support for running commands in parallel using
lanes sh
- #20 - Disable tunnels when using
lanes sh
- Support for CSV output from
lanes ls
using the --csv
argument
v0.3.1
Implicitly enable batch mode when piping output
v0.3.0
- #11 - Automatically switch to a new profile upon creation
- #13 - Support a default profile for instances with no lane specified
- #14 - EC2 instance state included in server table
- #15 - New
lanes edit [profile]
helper command to quickly edit a lanes profile
- #16 - EC2 instances can be filtered by simple keyword matching
- #17 - Table output can be customized
- #18 -
~
is explicitly expanded to the user's home directory
- #9 - Initial support for some bash completion
- Added batch mode to
lanes list
for easier use in scripts
- Added
lanes profiles
to list all known profiles
v0.2.1
- Releases are built with Go 1.9
- #7 - Check profile permissions, so AWS credentials aren't too easy to find
- #8 - Automatically initialize new systems
- #12 - Clarify expectation with "Which server?" prompt
- Automatically select server when only one is listed
v0.2.0
- added helpers to create new configuration and lane profiles (#6)
- EC2 instances are now sorted case-insensitively (#1)
lanes.yml
includes more configuration options (#5)
- tables of EC2 instances can now be printed either using ASCII or UTF-8 border (#4)
- lots of documentation (#3)
v0.1.1
- Fixed a minor output bug when running on systems that do not alread…