Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (31 loc) · 1.5 KB

File metadata and controls

44 lines (31 loc) · 1.5 KB

Change Log

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.

[%RELEASE_VERSION%] - [%RELEASE_DATE%]

Added

  • deployment configuration used with ecsctl.sh dep create now permits optional configuration of:
    • TLS versions and ciphers - see tls_versions and tls_ciphers properties of the deployment configuration file - by default these are set using Mozilla's Security/Server Side TLS nginx and modern settings 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_version property in the deployment configuration file - by default the images tagged with latest are deployed

Changed

  • tornado 4.5 -> 4.5.2
  • pep8 -> pycodestyle

Removed

  • ...

[0.9.0] - [2016-05-01]

Changed

  • 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

[0.8.0] - [2015-05-10]

  • not really the initial release but intro'ed CHANGELOG.md late
  • initial clf commit to github was 25 Jan '16