You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
## 0.4.0 - 2016-09-29
2
+
3
+
### Changed
4
+
5
+
- The `AUTO_REGISTER_CONTENTS` contents environment variable has now been split up into 4 separate variables ([details here](https://docs.go.cd/current/advanced_usage/agent_auto_register.html)) —
6
+
*`GO_EA_AUTO_REGISTER_KEY` - the auto-register key
7
+
*`GO_EA_AUTO_REGISTER_ENVIRONMENT` - the auto-register environment
8
+
*`GO_EA_AUTO_REGISTER_ELASTIC_AGENT_ID` - the elastic agent id
9
+
*`GO_EA_AUTO_REGISTER_ELASTIC_PLUGIN_ID` — the elastic plugin id
10
+
11
+
### Added
12
+
13
+
- The command to execute in the docker container can now be specified using the `Command` property —
0 commit comments