File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
4- * Feature - Logs rotate hourly and log file names are suffixed with timestamp
3+ ## 1.1.0
4+ * Feature - Logs rotate hourly and log file names are suffixed with timestamp.
5+ * Enhancement - Improve error messages for containers (visible as 'reason' in
6+ describe calls).
7+ * Enhancement - Be more permissive in configuration regarding whitespace.
8+ * Enhancement - Docker 1.6 support.
9+ * Bug - Resolve an issue where data-volume containers could result in containers
10+ stuck in PENDING.
11+ * Bug - Fixed an issue where unknown images resulted in containers stuck in
12+ PENDING.
13+ * Bug - Correctly sequence task changes to avoid resource contention. For
14+ example, stopping and starting a container using a host port should work
15+ reliably now.
516
617## 1.0.0
718
Original file line number Diff line number Diff line change 1- 1.0.0-dev
1+ 1.1.0
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ package version
2424//go:generate go run gen/version-gen.go
2525
2626// Version is the version of the Agent
27- const Version = "1.0.0-dev "
27+ const Version = "1.1.0 "
2828
2929// GitDirty indicates the cleanliness of the git repo when this agent was built
3030const GitDirty = true
You can’t perform that action at this time.
0 commit comments