Skip to content

Commit ae1a03b

Browse files
committed
Bump version to 0.0.3
1 parent a429424 commit ae1a03b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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.

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.0.3

0 commit comments

Comments
 (0)