All notable changes to this project will be documented in this file. Format of this file follows these guidelines. This project adheres to Semantic Versioning.
- deployment configuration used with
ecsctl.sh dep createnow permits optional configuration of:- TLS versions and ciphers - see
tls_versionsandtls_ciphersproperties of the deployment configuration file - by default these are set using Mozilla's Security/Server Side TLSnginxandmodernsettings which presents a good security posture but might prove problematic for some clients - version of the ECS docker images to be deployed - see
ecs_docker_image_versionproperty in the deployment configuration file - by default the images tagged withlatestare deployed
- TLS versions and ciphers - see
- tornado 4.5 -> 4.5.2
- pep8 -> pycodestyle
- ...
- bump API version from v1.0 -> v1.1
- removed required 'tag' property from POST to /tasks endpoint; use the image name format 'owner/image:tag' format to specify a specific, tagged version of an image; image names not in this format will result in a 400 (Bad Request) response
- not really the initial release but intro'ed CHANGELOG.md late
- initial clf commit to github was 25 Jan '16