Skip to content

Releases: springload/aws-ssh

v2.1.4

17 Sep 06:38
Compare
Choose a tag to compare

Changelog

aec199a Dont fail and quit when a single (or multiple) credentials fail
1ee7adf Clarify ssh config path
3ce3d27 Reorder docs. Remove unrelevant parts.
5ddba37 improve docs

v2.1.3

29 Jul 07:53
Compare
Choose a tag to compare

Changelog

61dd8b9 Require --instanceid when -p is set for aws-ssh connect

v2.1.2

29 Jul 04:08
Compare
Choose a tag to compare

Changelog

f8f499c Honour -u flag which overrides username.

v2.1.1

25 Jul 21:14
Compare
Choose a tag to compare

Changelog

cdc822f Restore the aws-ssh-domain property in ~/.aws/config feature

v2.1

21 Jul 02:20
Compare
Choose a tag to compare

Changelog

22e4157 Add support for placeholders in connect command

v2.0

20 Jul 22:50
Compare
Choose a tag to compare

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

17 May 01:16
Compare
Choose a tag to compare

Changelog

95b3c0a Fix the goreleaser config

v1.3.4

19 Jul 21:34
Compare
Choose a tag to compare

Changelog

f7fd164 Adding domain name suffix Also comes with the ability to now add more config variables later

v1.3.3

05 Jul 21:59
Compare
Choose a tag to compare

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

05 Jul 21:33
Compare
Choose a tag to compare

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