uktrade / fargatespawner

Spawns JupyterHub single user servers in Docker containers running in AWS Fargate
MIT License
47 stars 21 forks source link

(feat) Change interface to allow full customisation of RunTask arguments #19

Closed michalc closed 4 years ago

michalc commented 4 years ago

This change offloads some of the behaviour of FargateSpawner to client code.

This is a breaking change. Existing users can pin (and I would argue, should have pinned) to a previous version to keep the same interface. The version format hints at SemVer, and which explicitly allows any pre 1.0.0 change to be breaking.