Skip to content

Commit

Permalink
[RELEASE] Update Project version to v0.44.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia committed Feb 17, 2024
1 parent 40371e7 commit b23d5d4
Show file tree
Hide file tree
Showing 58 changed files with 96 additions and 89 deletions.
9 changes: 8 additions & 1 deletion doc/changelog.md
@@ -1,10 +1,17 @@
# ChangeLog
* **0.44-SNAPSHOT**:
* **0.44.0** (2024-02-17):
- Add new option "useDefaultExclusion" for build configuration to handle exclusion of hidden files ([1708](https://github.com/fabric8io/docker-maven-plugin/issues/1708))
- The <noCache> option is now propagated down to the buildx command, if it is set in the <build> section. ([1717](https://github.com/fabric8io/docker-maven-plugin/pull/1717))
- Fix Buildx build with Dockerfile outside of the Docker build context directory ([1721](https://github.com/fabric8io/docker-maven-plugin/pull/1721))
- Add support setting driverOpts for buildx ([1704](https://github.com/fabric8io/docker-maven-plugin/pull/1704))
- Multi-Architecture push is not sending pull registry auth credentials ([1709](https://github.com/fabric8io/docker-maven-plugin/issues/1709))
- Adding support for `--cacheFrom` and `--cacheTo` buildX arguments ([1621](https://github.com/fabric8io/docker-maven-plugin/issues/1621))
- Add support for using maven/system properties for an ARG used as the FROM image in a dockerfile ([1731](https://github.com/fabric8io/docker-maven-plugin/pull/1731))
- Revert workaround for checking docker version for checking whether to add `docker --config` flag or not. ([1754](https://github.com/fabric8io/docker-maven-plugin/pull/1754))
- Add a workaround to copy docker-buildx binary to temporary config directory created for docker buildx build. This seems to make docker recognize buildx even after config override. ([1754](https://github.com/fabric8io/docker-maven-plugin/pull/1754))
- Fix Windows volume bindings for Rancher, Podman and Windows-based containers ([1719](https://github.com/fabric8io/docker-maven-plugin/issues/1719))
- Extract the Docker Compose v2.1+ `depends_on` conditions and apply them as Docker Maven Plugin waiting configurations ([888](https://github.com/fabric8io/docker-maven-plugin/issues/888))
- Update `org.apache.maven:maven-core` to `3.8.1` ([1702](https://github.com/fabric8io/docker-maven-plugin/pull/1702))

* **0.43.4** (2023-08-18):
- Always pass `--config` option for latest versions of Docker CLI ([1701](https://github.com/fabric8io/docker-maven-plugin/issues/1701))
Expand Down
4 changes: 2 additions & 2 deletions it/build-pom-packaging/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-build-pom-packaging</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>pom</packaging>

<description>Docker Maven Plugin Integration Test - pom packaging and plugin which use dependencies collections</description>
Expand Down
2 changes: 1 addition & 1 deletion it/builder/app-image/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-builder-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>dmp-it-builder-app-image</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/builder/app/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-builder-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>dmp-it-builder-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/builder/builder-image/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-builder-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
</parent>

<artifactId>dmp-it-builder-builder-image</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion it/builder/pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-contextdir/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-dependencyset/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-dockerfile/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-dockerfile_and_contextdir/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-driver-opt/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx-push/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion it/buildx/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions it/docker-compose-dependon/pom.xml
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-docker-compose-dependon</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/docker-compose/pom.xml
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-docker-compose</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>

<url>http://www.jolokia.org</url>

Expand Down
4 changes: 2 additions & 2 deletions it/dockerfile-base-as-arg/pom.xml
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-dockerfile-base-as-arg</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>war</packaging>
<name>dmp-it-dockerfile</name>

Expand Down
4 changes: 2 additions & 2 deletions it/dockerfile/pom.xml
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dockerfile</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>war</packaging>
<name>dmp-it-dockerfile</name>

Expand Down
4 changes: 2 additions & 2 deletions it/dockerignore/pom.xml
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-dockerignore</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>docker-build</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions it/healthcheck/pom.xml
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-healthcheck</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/helloworld/pom.xml
Expand Up @@ -12,12 +12,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-helloworld</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>jar</packaging>
<name>dmp-it-helloworld</name>

Expand Down
4 changes: 2 additions & 2 deletions it/log/pom.xml
Expand Up @@ -13,13 +13,13 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.fabric8</groupId>
<artifactId>dmp-it-log</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/multi-assembly/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-multi-assembly</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>jar</packaging>

<description>Docker Maven Plugin Integration Test with Spring Boot with Multiple Layers</description>
Expand Down
4 changes: 2 additions & 2 deletions it/net/pom.xml
Expand Up @@ -16,12 +16,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-net</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions it/platform-run/pom.xml
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-platform-run</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.fabric8.dmp</groupId>
<artifactId>parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@

<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions it/properties/pom.xml
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-properties</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>docker-build</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions it/run-java/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-run-java</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>jar</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions it/smallest/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>fabric8io</groupId>
<artifactId>dmp-it-smallest</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions it/spring-boot-with-jib/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-spring-boot-jib</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<packaging>jar</packaging>

<description>Docker Maven Plugin Integration test with Spring Boot With Build Mode JIB</description>
Expand Down
4 changes: 2 additions & 2 deletions it/volume/pom.xml
Expand Up @@ -15,12 +15,12 @@
<parent>
<groupId>io.fabric8.dmp.itests</groupId>
<artifactId>dmp-it-parent</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>dmp-it-volume</artifactId>
<version>0.44-SNAPSHOT</version>
<version>0.44.0</version>

<build>
<plugins>
Expand Down

0 comments on commit b23d5d4

Please sign in to comment.