Skip to content

Releases: silvercar/ecs-cluster

1.6.0

10 Dec 20:54
359dafc

Choose a tag to compare

Adds a keyname argument for SSH commands and better support for running ECS hosts with individual users. Previously SSH commands would use the SSH private key the ECS cluster was configured with, now the key name can be specified to allow for users with individual SSH keys

1.5.2

19 Sep 16:31
2c7b64e

Choose a tag to compare

Further modifies the update_image function + fixes a bug in get_latest_task_definition_arn. Now, the most recent task definition will always be used as the base task definition. Additionally, the most recent task definition tagged 'ecs-cluster' will always be deregistered.

1.5.1

15 Aug 15:49
9ec6f48

Choose a tag to compare

Changes ecs-cluster so that, by default, only task definitions that are created by ecs-cluster can be deregistered by ecs-cluster

1.5.0

06 Aug 22:19
7ee4664

Choose a tag to compare

This release removes the latest option from the update-image command. Default behavior is now that a new task definition is always created using the latest tagged task definition as the base (as opposed to the task definition that is currently running).

allow to override the command for the task definition

18 Jun 19:16
073d238

Choose a tag to compare

Merge pull request #38 from silvercar/adding_command_override

allowing to overwrite the command when updating the task

entrypoint argument is a string but the task definition expects a list

18 Jun 16:13
1c722c2

Choose a tag to compare

Merge pull request #37 from silvercar/add_entrypoint_override

entrypoint needs to be a list or a tuple

Allowing option to override the task definition's entrypoint

13 Jun 18:55
586f747

Choose a tag to compare

Merge pull request #35 from silvercar/add_entrypoint_override

adding --entrypoint parameter to be passed in to override the task definition

Removing service_arn dependency searching by service name

03 Jun 21:51
2403fbb

Choose a tag to compare

Merge pull request #34 from silvercar/bug-hugo-found

Resolve bug where the incorrect service would be returned.

Conditional deregistration of old task definitions in update-image

20 May 16:25
81ad32d

Choose a tag to compare

When update-image is invoked, the old task definition will no longer be deregistered if it was previously the latest task definition

1.2.0

09 May 16:00
5a20c81

Choose a tag to compare

Added option to use latest task definition instead of the active one