Releases: springload/aws-ssh
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1
v2.0
Changelog
747ef71 tidy go.mod
a389809 Update docs for ec2 connect
d892194 clarify some errors
5f3f705 Dynamically generate ssh config for ec2 connect if instance id is provided
b07cebe reworked ec2 connect to use cache
99c139b Refer to ProxyJump by instance id
137dcab Move sorter functions to util.go
edc3aca Allow env-var based configuration and update docs
130f120 Up the Go version to 1.16
9d4c15b Move most of the instance parsing login into lib/aws.go
a0c80b7 improve debug logging a bit
cdcba04 remove sync.Mutex from ProfileSummary as it's not used
c762c65 reconf: sort instances in ssh config by name
4c6fb67 Add some tests to reconf
03fbd6c Refactor reconf to include Names as all aliases
518bbfe Move ec2connect to a separate library
v1.3.6
v1.3.4
v1.3.3
Changelog
48c158c Use bastion custom port on ProxyJump
3e0de4b Add option to not prefix host name with profile
34ede85 Dont append number if no instance with same name
940e070 Allow setting port via instance tags
509717e fix goreleaser
4f2f9a8 Add meta tags. Set up deployment pipeline
eef87db remove private download strategy because the repository is public now
f9660b4 Add connect command to connect to an instance
d426273 Merge pull request #6 from springload/feature/instanceid
1ccf381 Write instance_id to the ssh config as well
5f4f226 Merge pull request #5 from springload/chore/golint
c221d43 Address golint issues
894e235 Automatically load ~/.aws/credentials as well as ~/.aws/config
2595784 Correctly describe test command. Remove some commented stuff
07f5d1c Add suffix to hostname ip addresses
f6656bc Add ip address to Hostname line
bcc63ed Try to make the private releases work
32a370e Use the target dir as a temp file dir.
63488a3 Disabling private brew as it was deprecated for some reason
e468364 Allow downloading brew release from private github repo
43140c6 First working version
v1.3.1
Changelog
3e0de4b Add option to not prefix host name with profile
34ede85 Dont append number if no instance with same name
940e070 Allow setting port via instance tags
509717e fix goreleaser
4f2f9a8 Add meta tags. Set up deployment pipeline
eef87db remove private download strategy because the repository is public now
f9660b4 Add connect command to connect to an instance
d426273 Merge pull request #6 from springload/feature/instanceid
1ccf381 Write instance_id to the ssh config as well
5f4f226 Merge pull request #5 from springload/chore/golint
c221d43 Address golint issues
894e235 Automatically load ~/.aws/credentials as well as ~/.aws/config
2595784 Correctly describe test command. Remove some commented stuff
07f5d1c Add suffix to hostname ip addresses
f6656bc Add ip address to Hostname line
bcc63ed Try to make the private releases work
32a370e Use the target dir as a temp file dir.
63488a3 Disabling private brew as it was deprecated for some reason
e468364 Allow downloading brew release from private github repo
43140c6 First working version