Skip to content

Amazon ECS Agent - v1.14.4 - 2017-08-24

Compare
Choose a tag to compare
@jhaynes jhaynes released this 24 Aug 22:16
· 3933 commits to master since this release
  • Enhancement - Batch container state change events. #867
  • Enhancement - Improve the error message when reserved memory is larger than the available memory. #897
  • Enhancement - Allow plain HTTP connections through wsclient. #899
  • Enhancement - Support Logentries log driver by @opsline-radek. #870
  • Enhancement - Allow instance attributes to be provided from config file
    by
    @ejholmes. #908
  • Enhancement - Reduce the disconnection period to the backend for idle connections. #912
  • Bug - Fix data race where a pointer was returned in Getter. #889
  • Bug - Reset agent state if the instance id changed on agent restart. #892
  • Bug - Fix a situation in which containers may be falsely reported as STOPPED
    in the case of a Docker "stop" API
    failure. #910
  • Bug - Fix typo in log string by @sharuzzaman. #930