forked from alexec/docker-java-orchestration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.md
More file actions
382 lines (236 loc) · 27.7 KB
/
Copy pathCHANGELOG.md
File metadata and controls
382 lines (236 loc) · 27.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
# Change Log
## [docker-java-orchestration-2.11.19](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.19) (2016-08-13)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.18...docker-java-orchestration-2.11.19)
## [docker-java-orchestration-2.11.18](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.18) (2016-07-24)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.17...docker-java-orchestration-2.11.18)
**Implemented enhancements:**
- Can we make forcing when deleting an option? [\#81](https://github.com/alexec/docker-java-orchestration/issues/81)
**Fixed bugs:**
- Improve Image Selection [\#82](https://github.com/alexec/docker-java-orchestration/pull/82) ([ceagan](https://github.com/ceagan))
**Closed issues:**
- Port to docker-java 3.0.0 [\#84](https://github.com/alexec/docker-java-orchestration/issues/84)
## [docker-java-orchestration-2.11.17](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.17) (2016-07-03)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.16...docker-java-orchestration-2.11.17)
**Merged pull requests:**
- Port to docker-java 3.0.0 [\#85](https://github.com/alexec/docker-java-orchestration/pull/85) ([marcust](https://github.com/marcust))
## [docker-java-orchestration-2.11.16](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.16) (2016-06-23)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.15...docker-java-orchestration-2.11.16)
**Merged pull requests:**
- Make force delete optional \(\#81\) [\#83](https://github.com/alexec/docker-java-orchestration/pull/83) ([marcust](https://github.com/marcust))
## [docker-java-orchestration-2.11.15](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.15) (2016-05-24)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.14...docker-java-orchestration-2.11.15)
**Fixed bugs:**
- Windows Absolute Path for createNewContainer [\#77](https://github.com/alexec/docker-java-orchestration/issues/77)
- findContainer not finding an existing container [\#74](https://github.com/alexec/docker-java-orchestration/issues/74)
## [docker-java-orchestration-2.11.14](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.14) (2016-05-24)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.13...docker-java-orchestration-2.11.14)
**Merged pull requests:**
- Add saving logging output to file [\#80](https://github.com/alexec/docker-java-orchestration/pull/80) ([marcust](https://github.com/marcust))
## [docker-java-orchestration-2.11.13](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.13) (2016-04-24)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.12...docker-java-orchestration-2.11.13)
## [docker-java-orchestration-2.11.12](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.12) (2016-04-24)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.11...docker-java-orchestration-2.11.12)
## [docker-java-orchestration-2.11.11](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.11) (2016-04-24)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.10...docker-java-orchestration-2.11.11)
**Merged pull requests:**
- Add 'networkMode' option to Conf [\#79](https://github.com/alexec/docker-java-orchestration/pull/79) ([mrijke](https://github.com/mrijke))
## [docker-java-orchestration-2.11.10](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.10) (2016-03-05)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.9...docker-java-orchestration-2.11.10)
**Merged pull requests:**
- Update docker-java to 2.2.3 [\#78](https://github.com/alexec/docker-java-orchestration/pull/78) ([marcust](https://github.com/marcust))
- Fix NPE when using an alias twice [\#76](https://github.com/alexec/docker-java-orchestration/pull/76) ([marcust](https://github.com/marcust))
- Push only what asked for [\#75](https://github.com/alexec/docker-java-orchestration/pull/75) ([marcust](https://github.com/marcust))
## [docker-java-orchestration-2.11.9](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.9) (2016-01-08)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.8...docker-java-orchestration-2.11.9)
**Merged pull requests:**
- Support docker copy to extract resources [\#73](https://github.com/alexec/docker-java-orchestration/pull/73) ([andyp1per](https://github.com/andyp1per))
## [docker-java-orchestration-2.11.8](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.8) (2015-12-04)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.7...docker-java-orchestration-2.11.8)
## [docker-java-orchestration-2.11.7](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.7) (2015-12-04)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.6...docker-java-orchestration-2.11.7)
## [docker-java-orchestration-2.11.6](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.6) (2015-12-03)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.5...docker-java-orchestration-2.11.6)
**Fixed bugs:**
- Change in package/add behaviour in 2.11.4 [\#71](https://github.com/alexec/docker-java-orchestration/issues/71)
**Merged pull requests:**
- Fix \#71: Allow adding of subdirectories again [\#72](https://github.com/alexec/docker-java-orchestration/pull/72) ([marcust](https://github.com/marcust))
- Remove volumes too [\#70](https://github.com/alexec/docker-java-orchestration/pull/70) ([marcust](https://github.com/marcust))
- Make logPatterns more robust [\#69](https://github.com/alexec/docker-java-orchestration/pull/69) ([marcust](https://github.com/marcust))
- Output container id when starting one [\#68](https://github.com/alexec/docker-java-orchestration/pull/68) ([marcust](https://github.com/marcust))
- Do not force remove [\#67](https://github.com/alexec/docker-java-orchestration/pull/67) ([marcust](https://github.com/marcust))
- fix potential npe [\#66](https://github.com/alexec/docker-java-orchestration/pull/66) ([ggsenger](https://github.com/ggsenger))
- Support for volumes without host path specification [\#65](https://github.com/alexec/docker-java-orchestration/pull/65) ([PLeusmann](https://github.com/PLeusmann))
## [docker-java-orchestration-2.11.5](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.5) (2015-11-19)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.4...docker-java-orchestration-2.11.5)
**Implemented enhancements:**
- Not compatible with docker-java 2.x [\#49](https://github.com/alexec/docker-java-orchestration/issues/49)
**Fixed bugs:**
- Exception when copying files using NIO [\#59](https://github.com/alexec/docker-java-orchestration/issues/59)
**Merged pull requests:**
- volumesFrom with access mode [\#64](https://github.com/alexec/docker-java-orchestration/pull/64) ([ggsenger](https://github.com/ggsenger))
- Update docker-java to support multi daemon version auth schemes [\#62](https://github.com/alexec/docker-java-orchestration/pull/62) ([marcust](https://github.com/marcust))
- Introduce build flag PULL [\#61](https://github.com/alexec/docker-java-orchestration/pull/61) ([marcust](https://github.com/marcust))
## [docker-java-orchestration-2.11.4](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.4) (2015-10-27)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.3...docker-java-orchestration-2.11.4)
**Merged pull requests:**
- Fix copy file to directore \(\#59\) [\#60](https://github.com/alexec/docker-java-orchestration/pull/60) ([marcust](https://github.com/marcust))
- Fix symlinks support [\#58](https://github.com/alexec/docker-java-orchestration/pull/58) ([marcust](https://github.com/marcust))
- Better reporting of dependency errors [\#57](https://github.com/alexec/docker-java-orchestration/pull/57) ([marcust](https://github.com/marcust))
- Allow pushing of multiple tags [\#56](https://github.com/alexec/docker-java-orchestration/pull/56) ([marcust](https://github.com/marcust))
- Preserve file permissions while copying to target [\#55](https://github.com/alexec/docker-java-orchestration/pull/55) ([marcust](https://github.com/marcust))
## [docker-java-orchestration-2.11.3](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.3) (2015-10-12)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.2...docker-java-orchestration-2.11.3)
## [docker-java-orchestration-2.11.2](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.2) (2015-10-09)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.1...docker-java-orchestration-2.11.2)
## [docker-java-orchestration-2.11.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.1) (2015-10-08)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.11.0...docker-java-orchestration-2.11.1)
## [docker-java-orchestration-2.11.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.11.0) (2015-10-04)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.8...docker-java-orchestration-2.11.0)
**Merged pull requests:**
- Fix integration tests [\#54](https://github.com/alexec/docker-java-orchestration/pull/54) ([marcust](https://github.com/marcust))
- Port to docker-java 2 [\#53](https://github.com/alexec/docker-java-orchestration/pull/53) ([marcust](https://github.com/marcust))
## [docker-java-orchestration-2.10.8](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.8) (2015-10-03)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.7...docker-java-orchestration-2.10.8)
**Closed issues:**
- Unable to validate Dockerfile using image from private registry [\#51](https://github.com/alexec/docker-java-orchestration/issues/51)
**Merged pull requests:**
- Fix regular expression in DockerFileValidator \(issue \#51\). [\#52](https://github.com/alexec/docker-java-orchestration/pull/52) ([jljouannic](https://github.com/jljouannic))
## [docker-java-orchestration-2.10.7](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.7) (2015-09-26)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.6...docker-java-orchestration-2.10.7)
## [docker-java-orchestration-2.10.6](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.6) (2015-09-25)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.5...docker-java-orchestration-2.10.6)
## [docker-java-orchestration-2.10.5](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.5) (2015-09-25)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.4...docker-java-orchestration-2.10.5)
**Merged pull requests:**
- Orchestrator was not honoring quietness and not catching errors when pushing. [\#50](https://github.com/alexec/docker-java-orchestration/pull/50) ([andyp1per](https://github.com/andyp1per))
## [docker-java-orchestration-2.10.4](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.4) (2015-08-25)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.3...docker-java-orchestration-2.10.4)
## [docker-java-orchestration-2.10.3](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.3) (2015-08-14)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.2...docker-java-orchestration-2.10.3)
## [docker-java-orchestration-2.10.2](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.2) (2015-08-13)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.1...docker-java-orchestration-2.10.2)
**Merged pull requests:**
- Lookup a container's IP address individually during healthcheck URI [\#47](https://github.com/alexec/docker-java-orchestration/pull/47) ([scooterGrun](https://github.com/scooterGrun))
## [docker-java-orchestration-2.10.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.1) (2015-08-03)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.10.0...docker-java-orchestration-2.10.1)
## [docker-java-orchestration-2.10.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.10.0) (2015-08-02)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.9.3...docker-java-orchestration-2.10.0)
**Merged pull requests:**
- Conf tests [\#46](https://github.com/alexec/docker-java-orchestration/pull/46) ([alexec](https://github.com/alexec))
- refactor [\#45](https://github.com/alexec/docker-java-orchestration/pull/45) ([alexec](https://github.com/alexec))
- Conf tests [\#44](https://github.com/alexec/docker-java-orchestration/pull/44) ([alexec](https://github.com/alexec))
- Add sslVerify=true/false for self-signed HTTPS healthchecks [\#41](https://github.com/alexec/docker-java-orchestration/pull/41) ([scooterGrun](https://github.com/scooterGrun))
- Add flag to remove containter only on clean [\#40](https://github.com/alexec/docker-java-orchestration/pull/40) ([marcust](https://github.com/marcust))
- Added waitForLine as replacement for sleep [\#39](https://github.com/alexec/docker-java-orchestration/pull/39) ([marcust](https://github.com/marcust))
## [docker-java-orchestration-2.9.3](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.9.3) (2015-07-07)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.9.2...docker-java-orchestration-2.9.3)
**Implemented enhancements:**
- Logging [\#29](https://github.com/alexec/docker-java-orchestration/pull/29) ([alexec](https://github.com/alexec))
**Closed issues:**
- Plugin fails on Windows [\#38](https://github.com/alexec/docker-java-orchestration/issues/38)
**Merged pull requests:**
- docker-maven-plugin fails on Windows [\#37](https://github.com/alexec/docker-java-orchestration/pull/37) ([chrisphe](https://github.com/chrisphe))
- Issue 70: NPE with nameless containers [\#36](https://github.com/alexec/docker-java-orchestration/pull/36) ([tkrille](https://github.com/tkrille))
## [docker-java-orchestration-2.9.2](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.9.2) (2015-06-12)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.9.1...docker-java-orchestration-2.9.2)
## [docker-java-orchestration-2.9.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.9.1) (2015-05-24)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.9.0...docker-java-orchestration-2.9.1)
## [docker-java-orchestration-2.9.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.9.0) (2015-05-20)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.8.5...docker-java-orchestration-2.9.0)
**Implemented enhancements:**
- Add support for extra Hosts [\#34](https://github.com/alexec/docker-java-orchestration/pull/34) ([marcust](https://github.com/marcust))
- Use docker-java NameParser to seperate image name and tag and assign … [\#33](https://github.com/alexec/docker-java-orchestration/pull/33) ([Freaky-namuH](https://github.com/Freaky-namuH))
**Closed issues:**
- Docker tag is ignored when pushing [\#32](https://github.com/alexec/docker-java-orchestration/issues/32)
**Merged pull requests:**
- \* Bumped docker-java to 1.3.0 [\#35](https://github.com/alexec/docker-java-orchestration/pull/35) ([eemmiirr](https://github.com/eemmiirr))
- Enable conf [\#28](https://github.com/alexec/docker-java-orchestration/pull/28) ([alexec](https://github.com/alexec))
- Build conf [\#27](https://github.com/alexec/docker-java-orchestration/pull/27) ([alexec](https://github.com/alexec))
- Global conf [\#25](https://github.com/alexec/docker-java-orchestration/pull/25) ([alexec](https://github.com/alexec))
- Build authconfig fix [\#24](https://github.com/alexec/docker-java-orchestration/pull/24) ([eemmiirr](https://github.com/eemmiirr))
## [docker-java-orchestration-2.8.5](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.8.5) (2015-04-28)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.8.4...docker-java-orchestration-2.8.5)
## [docker-java-orchestration-2.8.4](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.8.4) (2015-04-28)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.8.3...docker-java-orchestration-2.8.4)
## [docker-java-orchestration-2.8.3](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.8.3) (2015-04-26)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.8.2...docker-java-orchestration-2.8.3)
## [docker-java-orchestration-2.8.2](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.8.2) (2015-04-26)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.8.1...docker-java-orchestration-2.8.2)
## [docker-java-orchestration-2.8.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.8.1) (2015-04-26)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.8.0...docker-java-orchestration-2.8.1)
## [docker-java-orchestration-2.8.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.8.0) (2015-04-26)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.7.0...docker-java-orchestration-2.8.0)
## [docker-java-orchestration-2.7.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.7.0) (2015-04-23)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.6.0...docker-java-orchestration-2.7.0)
**Merged pull requests:**
- Update contributors file for logging functionality additions. [\#23](https://github.com/alexec/docker-java-orchestration/pull/23) ([patrickherrera](https://github.com/patrickherrera))
- Add support for logging messages from containers that fail to start up [\#22](https://github.com/alexec/docker-java-orchestration/pull/22) ([patrickherrera](https://github.com/patrickherrera))
## [docker-java-orchestration-2.6.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.6.0) (2015-04-16)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.5.0...docker-java-orchestration-2.6.0)
## [docker-java-orchestration-2.5.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.5.0) (2015-04-09)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.4.0...docker-java-orchestration-2.5.0)
**Fixed bugs:**
- NullPointerException in findImageId [\#19](https://github.com/alexec/docker-java-orchestration/issues/19)
**Merged pull requests:**
- Dislplay all errors while validating Dockerfile [\#20](https://github.com/alexec/docker-java-orchestration/pull/20) ([Dufgui](https://github.com/Dufgui))
## [docker-java-orchestration-2.4.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.4.0) (2015-01-29)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.3.1...docker-java-orchestration-2.4.0)
**Implemented enhancements:**
- Property substitution modifies source files, not destination files [\#17](https://github.com/alexec/docker-java-orchestration/issues/17)
**Closed issues:**
- Multiple tags [\#13](https://github.com/alexec/docker-java-orchestration/issues/13)
**Merged pull requests:**
- Add validation of Dockerfile [\#18](https://github.com/alexec/docker-java-orchestration/pull/18) ([Dufgui](https://github.com/Dufgui))
## [docker-java-orchestration-2.3.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.3.1) (2015-01-17)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.3.0...docker-java-orchestration-2.3.1)
**Merged pull requests:**
- fix splitting of tag name [\#16](https://github.com/alexec/docker-java-orchestration/pull/16) ([corneleberle](https://github.com/corneleberle))
## [docker-java-orchestration-2.3.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.3.0) (2014-12-20)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.2.0...docker-java-orchestration-2.3.0)
**Merged pull requests:**
- Add a method to getIPAddress [\#15](https://github.com/alexec/docker-java-orchestration/pull/15) ([changgengli](https://github.com/changgengli))
- Added option to created multiple tags per image [\#14](https://github.com/alexec/docker-java-orchestration/pull/14) ([KnisterPeter](https://github.com/KnisterPeter))
## [docker-java-orchestration-2.2.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.2.0) (2014-11-16)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.1.2...docker-java-orchestration-2.2.0)
## [docker-java-orchestration-2.1.2](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.1.2) (2014-10-14)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.1.1...docker-java-orchestration-2.1.2)
## [docker-java-orchestration-2.1.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.1.1) (2014-10-14)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.1.0...docker-java-orchestration-2.1.1)
## [docker-java-orchestration-2.1.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.1.0) (2014-10-14)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.0.2...docker-java-orchestration-2.1.0)
## [docker-java-orchestration-2.0.2](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.0.2) (2014-10-13)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.0.1...docker-java-orchestration-2.0.2)
## [docker-java-orchestration-2.0.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.0.1) (2014-10-13)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-2.0.0...docker-java-orchestration-2.0.1)
**Merged pull requests:**
- ensure that exec\(\) is called when stopping containers [\#12](https://github.com/alexec/docker-java-orchestration/pull/12) ([smauel](https://github.com/smauel))
- Switch to version 0.10.2 of docker-java [\#11](https://github.com/alexec/docker-java-orchestration/pull/11) ([cheinema](https://github.com/cheinema))
- Preserve line endings while filtering [\#10](https://github.com/alexec/docker-java-orchestration/pull/10) ([cheinema](https://github.com/cheinema))
## [docker-java-orchestration-2.0.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-2.0.0) (2014-09-10)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-1.4.0...docker-java-orchestration-2.0.0)
**Closed issues:**
- Support volumes [\#2](https://github.com/alexec/docker-java-orchestration/issues/2)
**Merged pull requests:**
- Altered project to use more recent fork of odocker-java [\#8](https://github.com/alexec/docker-java-orchestration/pull/8) ([pnuz3n](https://github.com/pnuz3n))
## [docker-java-orchestration-1.4.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-1.4.0) (2014-08-02)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-1.3.1...docker-java-orchestration-1.4.0)
## [docker-java-orchestration-1.3.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-1.3.1) (2014-07-29)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-1.3.0...docker-java-orchestration-1.3.1)
## [docker-java-orchestration-1.3.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-1.3.0) (2014-07-16)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-1.2.0...docker-java-orchestration-1.3.0)
**Merged pull requests:**
- Adding "tag" as optional configuration parameter [\#7](https://github.com/alexec/docker-java-orchestration/pull/7) ([lcoote](https://github.com/lcoote))
## [docker-java-orchestration-1.2.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-1.2.0) (2014-06-26)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-1.1.0...docker-java-orchestration-1.2.0)
**Closed issues:**
- Large logging output [\#5](https://github.com/alexec/docker-java-orchestration/issues/5)
- Failure under Windows [\#3](https://github.com/alexec/docker-java-orchestration/issues/3)
**Merged pull requests:**
- File copy uses working directory [\#6](https://github.com/alexec/docker-java-orchestration/pull/6) ([oillio](https://github.com/oillio))
- Fix file move under Windows. [\#4](https://github.com/alexec/docker-java-orchestration/pull/4) ([oillio](https://github.com/oillio))
## [docker-java-orchestration-1.1.0](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-1.1.0) (2014-06-01)
[Full Changelog](https://github.com/alexec/docker-java-orchestration/compare/docker-java-orchestration-1.0.1...docker-java-orchestration-1.1.0)
**Merged pull requests:**
- When starting a container check the image id [\#1](https://github.com/alexec/docker-java-orchestration/pull/1) ([lhallowes](https://github.com/lhallowes))
## [docker-java-orchestration-1.0.1](https://github.com/alexec/docker-java-orchestration/tree/docker-java-orchestration-1.0.1) (2014-05-24)
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*