Skip to content

Commit a2fe6ba

Browse files
committed
Bump version to 1.1.0
1 parent 095273b commit a2fe6ba

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-dev
1+
1.1.0

agent/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3030
const GitDirty = true

0 commit comments

Comments
 (0)