Releases: springload/ecs-tool
Releases · springload/ecs-tool
1.3.1
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
Changelog
a7d9997 When using ssh command check if there are no identities in ssh-agent
1.2.2
Changelog
ccbde9e Add container name to exec command
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
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
Changelog
be1ad1d Fix parsing of new ECS task ARN
bb704aa Add brew instruction to README
0.8
Changelog
39e2875 Fix typo in ECR endpoint