File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Unreleased Changes
4+
5+ ## 0.0.3 (2015-02-19)
6+
7+ * Feature - Volume support for 'host' and 'empty' volumes.
8+ * Feature - Support for specifying 'VolumesFrom' other containers within a task.
9+ * Feature - Checkpoint state, including ContainerInstance and running tasks, to
10+ disk so that agent restarts do not leave dangling containers.
11+ * Feature - Add a "/tasks" endpoint to the introspection API.
12+ * Feature - Add basic support for DockerAuth.
13+ * Feature - Remove stopped ECS containers after a few hours.
14+ * Feature - Send a "reason" string for some of the errors that might occur while
15+ running a container.
16+ * Bug - Resolve several issues where a container would remain stuck in PENDING.
17+ * Bug - Correctly set 'EntryPoint' for containers when configured.
18+ * Bug - Fix an issue where exit codes would not be sent properly.
19+ * Bug - Fix an issue where containers with multiple ports EXPOSEd, but not
20+ all forwarded, would not start.
21+
22+ ## 0.0.2 (2014-12-17)
23+
24+ * Bug - Worked around an issue preventing some tasks to start due to devicemapper
25+ issues.
Original file line number Diff line number Diff line change 1+ 0.0.3
You can’t perform that action at this time.
0 commit comments