Skip to content

Releases: springload/ecs-tool

1.3.1

13 Nov 22:04
Compare
Choose a tag to compare

Changelog

2f7802b fix panic if there are no identities loaded into ssh-agent
a1c5ad7 Merge pull request #9 from springload/chore/golint
9995a20 Address golint issues

1.3

26 Sep 23:33
Compare
Choose a tag to compare
1.3

Changelog

a7d9997 When using ssh command check if there are no identities in ssh-agent

1.2.2

28 Jul 23:52
Compare
Choose a tag to compare

Changelog

ccbde9e Add container name to exec command

1.2.1

22 Jul 23:02
Compare
Choose a tag to compare

Changelog

0a00353 Add readme for ssh
79b710e Typo
738ab4d Use profile suffix on ssh ip address
29ed6c8 Add ssh functionality
fe3ce25 Move the working dir outside of GOPATH
a65230b Fix the deps
f156774 Add Go report card

1.2

22 Jul 02:14
Compare
Choose a tag to compare
1.2

SSH access to application containers!!!

You will need to add the following section to the ecs-{environment}.toml files in the infra folder for the projects.

[ssh]
shell = "bash"
service = "app"
instance_user = "ec2-user"

Changelog

4b38d2f Merge remote-tracking branch 'origin/master' into feature/ssh
fe3ce25 Move the working dir outside of GOPATH
a65230b Fix the deps
795fa4a Add ssh functionality
f156774 Add Go report card

1.1

18 Jun 01:43
Compare
Choose a tag to compare
1.1

Changelog

f9f1159 Sets the log output to /dev/stderr
251dd9e Address go vet / golint issues
bcb6556 Update aws sdk lib
b05ff42 Migrate to go mod

1.0.1

12 Dec 20:05
Compare
Choose a tag to compare

Changelog

771f002 Add version flag

1.0

12 Dec 04:58
Compare
Choose a tag to compare
1.0

Changelog

be1ad1d Fix parsing of new ECS task ARN
bb704aa Add brew instruction to README

0.9

18 Oct 19:37
Compare
Choose a tag to compare
0.9

Changelog

ebcf124 Add brew formula
5374411 Remove commented code

0.8

11 Oct 21:06
Compare
Choose a tag to compare
0.8

Changelog

39e2875 Fix typo in ECR endpoint