|
1 | 1 | # ChangeLog |
2 | 2 |
|
3 | | -* **0.28-SNAPSHOT** |
| 3 | +* **0.29-SNAPSHOT** |
| 4 | + - Restore ANSI color to Maven logging if disabled during plugin execution and enable color for Windows with Maven 3.5.0 or later. Color logging is enabled by default, but disabled if the Maven CLI disables color (e.g. in batch mode) ([#1108](https://github.com/fabric8io/docker-maven-plugin/issues/1108)) |
| 5 | + - Fix NPE if docker:save is called with -Dfile=file-name-only.tar ([#1203](https://github.com/fabric8io/docker-maven-plugin/issues/1203)) |
| 6 | + - Improve GZIP compression performance for docker:save ([#1205](https://github.com/fabric8io/docker-maven-plugin/issues/1205)) |
| 7 | + - Allow docker:save to attach image archive as a project artifact ([#1210](https://github.com/fabric8io/docker-maven-plugin/pull/1210)) |
| 8 | + - Use pattern to detect image name in archive loaded during build and tag with image name from the project configuration ([#1207](https://github.com/fabric8io/docker-maven-plugin/issues/1207)) |
| 9 | + |
| 10 | +* **0.29.0** (2019-04-08) |
| 11 | + - Avoid failing docker:save when no images with build configuration are present ([#1185](https://github.com/fabric8io/docker-maven-plugin/issues/1185)) |
4 | 12 | - Reintroduce minimal API-VERSION parameter in order to support docker versions below apiVersion 1.25 |
5 | 13 | - docs: Correct default image naming |
6 | 14 | - Proxy settings are being ignored ([#1148](https://github.com/fabric8io/docker-maven-plugin/issues/1148)) |
|
10 | 18 | - Update to jnr-unixsocket 0.22 |
11 | 19 | - Support for new docker build --pull option (#1191) |
12 | 20 | - Enhance @sha256 digest for tags in FROM (image_name:image_tag@sha256<digest>) ([#541](https://github.com/fabric8io/docker-maven-plugin/issues/541)) |
13 | | - - Support docker SHELL setting for runCmds (#1157) |
14 | | - - Added 'autoRemove' option for running containers (#1179) |
15 | | - - Added support for AWS EC2 instance roles when pushing to AWS ECR (#1186) |
16 | | - - Introduce `contextDir` configuration option which would be used to specify docker build context (#1189) |
17 | | - - Add support for auto-pulling multiple base image for multi stage builds (#1057) |
18 | | - - Fix usage of credential helper that do not support 'version' command (#1159) |
| 21 | + - Support docker SHELL setting for runCmds ([#1157](https://github.com/fabric8io/docker-maven-plugin/issues/1157)) |
| 22 | + - Added 'autoRemove' option for running containers ([#1179](https://github.com/fabric8io/docker-maven-plugin/issues/1179)) |
| 23 | + - Added support for AWS EC2 instance roles when pushing to AWS ECR ([#1186](https://github.com/fabric8io/docker-maven-plugin/issues/1186)) |
| 24 | + - Introduce `contextDir` configuration option which would be used to specify docker build context ([#1189](https://github.com/fabric8io/docker-maven-plugin/issues/1189)) |
| 25 | + - Add support for auto-pulling multiple base image for multi stage builds ([#1057](https://github.com/fabric8io/docker-maven-plugin/issues/1057)) |
| 26 | + - Fix usage of credential helper that do not support 'version' command ([#1159](https://github.com/fabric8io/docker-maven-plugin/issues/1159)) |
19 | 27 |
|
20 | 28 | Please note that `dockerFileDir` is now deprecated in favor of `contextDir` which also allows absolute paths to Dockerfile with |
21 | 29 | `dockerFile` and it will be removed in 1.0.0. It's still supported in this release but users are suggested to migrate to |
|
0 commit comments