Skip to content

Commit e2e00b1

Browse files
committed
Release 0.3
1 parent b5faf3c commit e2e00b1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.3.0 - 2016-09-12
2+
3+
### Bug fixes
4+
5+
- Do not attempt to load docker certificates if they are not specified in the configuration
6+
- When terminating instances that did not register after a timeout, gracefully handle a `ContainerNotFoundException`, in case the container was cleaned up by other means
7+
18
## 0.2.0 - 2016-08-26
29

310
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
apply plugin: 'java'
2222

2323
group = 'cd.go.contrib'
24-
version = '0.2'
24+
version = '0.3'
2525
description = 'GoCD Docker Elastic Agents'
2626

2727
// these values that go into plugin.xml

0 commit comments

Comments
 (0)