diff --git a/doc/changelog.md b/doc/changelog.md index f8a190342..0ed817e9c 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,6 +1,7 @@ # ChangeLog -* **0.43-SNAPSHOT**: +* **0.43.0** (2023-05-20) - Make buildx build single non-native platform if requested ([1665](https://github.com/fabric8io/docker-maven-plugin/pull/1665)) @martyvona + - Support for buildx option to disable attestations ([1661](https://github.com/fabric8io/docker-maven-plugin/issues/1661)) @chonton * **0.42.1** (2023-04-06): - Update Jnr Jffi dependency to v1.3.11 ([1660](https://github.com/fabric8io/docker-maven-plugin/issues/1660)) @rohanKanojia diff --git a/it/build-pom-packaging/pom.xml b/it/build-pom-packaging/pom.xml index 0cd1418a4..eeeb76325 100644 --- a/it/build-pom-packaging/pom.xml +++ b/it/build-pom-packaging/pom.xml @@ -5,12 +5,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-build-pom-packaging - 0.43-SNAPSHOT + 0.43.0 pom Docker Maven Plugin Integration Test - pom packaging and plugin which use dependencies collections diff --git a/it/builder/app-image/pom.xml b/it/builder/app-image/pom.xml index 7c66f6be8..8de4d219a 100644 --- a/it/builder/app-image/pom.xml +++ b/it/builder/app-image/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.itests dmp-it-builder-parent - 0.43-SNAPSHOT + 0.43.0 dmp-it-builder-app-image diff --git a/it/builder/app/pom.xml b/it/builder/app/pom.xml index 5389e94d5..2c9973eca 100644 --- a/it/builder/app/pom.xml +++ b/it/builder/app/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.itests dmp-it-builder-parent - 0.43-SNAPSHOT + 0.43.0 dmp-it-builder-app diff --git a/it/builder/builder-image/pom.xml b/it/builder/builder-image/pom.xml index 6e59476e7..a61f5a21e 100644 --- a/it/builder/builder-image/pom.xml +++ b/it/builder/builder-image/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.itests dmp-it-builder-parent - 0.43-SNAPSHOT + 0.43.0 dmp-it-builder-builder-image diff --git a/it/builder/pom.xml b/it/builder/pom.xml index efff6bb0e..24081a5e6 100644 --- a/it/builder/pom.xml +++ b/it/builder/pom.xml @@ -28,7 +28,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/it/buildx-contextdir/pom.xml b/it/buildx-contextdir/pom.xml index 381ad4e78..352b75d6b 100644 --- a/it/buildx-contextdir/pom.xml +++ b/it/buildx-contextdir/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/it/buildx-dependencyset/pom.xml b/it/buildx-dependencyset/pom.xml index d404cff0e..a9b9d78f8 100644 --- a/it/buildx-dependencyset/pom.xml +++ b/it/buildx-dependencyset/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/it/buildx-dockerfile/pom.xml b/it/buildx-dockerfile/pom.xml index 6f4b48883..ca158e580 100644 --- a/it/buildx-dockerfile/pom.xml +++ b/it/buildx-dockerfile/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/it/buildx/pom.xml b/it/buildx/pom.xml index 6c00df825..0b8cc2d5f 100644 --- a/it/buildx/pom.xml +++ b/it/buildx/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/it/docker-compose/pom.xml b/it/docker-compose/pom.xml index fa36d1d24..e236138b0 100644 --- a/it/docker-compose/pom.xml +++ b/it/docker-compose/pom.xml @@ -22,12 +22,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-docker-compose - 0.43-SNAPSHOT + 0.43.0 http://www.jolokia.org diff --git a/it/dockerfile/pom.xml b/it/dockerfile/pom.xml index 07e46038f..9238f34f2 100644 --- a/it/dockerfile/pom.xml +++ b/it/dockerfile/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dockerfile - 0.43-SNAPSHOT + 0.43.0 war dmp-it-dockerfile diff --git a/it/dockerignore/pom.xml b/it/dockerignore/pom.xml index 0927e0bcb..948b31c06 100644 --- a/it/dockerignore/pom.xml +++ b/it/dockerignore/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-dockerignore - 0.43-SNAPSHOT + 0.43.0 docker-build diff --git a/it/healthcheck/pom.xml b/it/healthcheck/pom.xml index 09bb03aa6..bd2df20fc 100644 --- a/it/healthcheck/pom.xml +++ b/it/healthcheck/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-healthcheck - 0.43-SNAPSHOT + 0.43.0 diff --git a/it/helloworld/pom.xml b/it/helloworld/pom.xml index dfcd21a76..1897eb336 100644 --- a/it/helloworld/pom.xml +++ b/it/helloworld/pom.xml @@ -12,12 +12,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-helloworld - 0.43-SNAPSHOT + 0.43.0 jar dmp-it-helloworld diff --git a/it/log/pom.xml b/it/log/pom.xml index f4d3380fe..e48c73b29 100644 --- a/it/log/pom.xml +++ b/it/log/pom.xml @@ -13,13 +13,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml io.fabric8 dmp-it-log - 0.43-SNAPSHOT + 0.43.0 diff --git a/it/multi-assembly/pom.xml b/it/multi-assembly/pom.xml index a40c4fab6..ec9ca570d 100644 --- a/it/multi-assembly/pom.xml +++ b/it/multi-assembly/pom.xml @@ -5,12 +5,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-multi-assembly - 0.43-SNAPSHOT + 0.43.0 jar Docker Maven Plugin Integration Test with Spring Boot with Multiple Layers diff --git a/it/net/pom.xml b/it/net/pom.xml index d52025fe5..c6a299180 100644 --- a/it/net/pom.xml +++ b/it/net/pom.xml @@ -16,12 +16,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-net - 0.43-SNAPSHOT + 0.43.0 diff --git a/it/platform-run/pom.xml b/it/platform-run/pom.xml index 606524b19..196cac832 100644 --- a/it/platform-run/pom.xml +++ b/it/platform-run/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-platform-run - 0.43-SNAPSHOT + 0.43.0 diff --git a/it/pom.xml b/it/pom.xml index 6af6c3d2e..0af48ecee 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp parent - 0.43-SNAPSHOT + 0.43.0 ../parent/pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 pom diff --git a/it/properties/pom.xml b/it/properties/pom.xml index 06f93d2c9..9d1e1dfd1 100644 --- a/it/properties/pom.xml +++ b/it/properties/pom.xml @@ -10,12 +10,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-properties - 0.43-SNAPSHOT + 0.43.0 docker-build diff --git a/it/run-java/pom.xml b/it/run-java/pom.xml index 7d9cfa8dd..5465df6b8 100644 --- a/it/run-java/pom.xml +++ b/it/run-java/pom.xml @@ -5,13 +5,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml io.fabric8.dmp.itests dmp-it-run-java - 0.43-SNAPSHOT + 0.43.0 jar diff --git a/it/smallest/pom.xml b/it/smallest/pom.xml index 198355051..d73259a91 100644 --- a/it/smallest/pom.xml +++ b/it/smallest/pom.xml @@ -5,13 +5,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml fabric8io dmp-it-smallest - 0.43-SNAPSHOT + 0.43.0 diff --git a/it/spring-boot-with-jib/pom.xml b/it/spring-boot-with-jib/pom.xml index 4de86be03..0f916900d 100644 --- a/it/spring-boot-with-jib/pom.xml +++ b/it/spring-boot-with-jib/pom.xml @@ -5,12 +5,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-spring-boot-jib - 0.43-SNAPSHOT + 0.43.0 jar Docker Maven Plugin Integration test with Spring Boot With Build Mode JIB diff --git a/it/volume/pom.xml b/it/volume/pom.xml index 6157d81c7..5247d33fb 100644 --- a/it/volume/pom.xml +++ b/it/volume/pom.xml @@ -15,12 +15,12 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml dmp-it-volume - 0.43-SNAPSHOT + 0.43.0 diff --git a/it/zero-config/pom.xml b/it/zero-config/pom.xml index 2592cd3a9..5f9fbfecd 100644 --- a/it/zero-config/pom.xml +++ b/it/zero-config/pom.xml @@ -5,13 +5,13 @@ io.fabric8.dmp.itests dmp-it-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml io.fabric8.dmp.itests dmp-it-zero-config - 0.43-SNAPSHOT + 0.43.0 jar diff --git a/parent/pom.xml b/parent/pom.xml index 3e8243719..b8d58cd70 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -8,7 +8,7 @@ io.fabric8.dmp parent - 0.43-SNAPSHOT + 0.43.0 pom diff --git a/pom.xml b/pom.xml index 6dbd9452b..e74f86fde 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.fabric8 docker-maven-plugin - 0.43-SNAPSHOT + 0.43.0 maven-plugin docker-maven-plugin @@ -77,7 +77,7 @@ 5.8.2 3.3.9 4.5.1 - 2023-04-06T06:48:01Z + 2023-05-20T04:52:55Z UTF-8 3.0.0-M2 2.0.1 diff --git a/samples/build-cache/app/pom.xml b/samples/build-cache/app/pom.xml index ba36b4adc..7d96269db 100644 --- a/samples/build-cache/app/pom.xml +++ b/samples/build-cache/app/pom.xml @@ -4,7 +4,7 @@ io.fabric8.dmp.samples.build-cache parent - 0.43-SNAPSHOT + 0.43.0 app diff --git a/samples/build-cache/image/pom.xml b/samples/build-cache/image/pom.xml index 8c78b2997..dc738de0d 100644 --- a/samples/build-cache/image/pom.xml +++ b/samples/build-cache/image/pom.xml @@ -4,7 +4,7 @@ io.fabric8.dmp.samples.build-cache parent - 0.43-SNAPSHOT + 0.43.0 image diff --git a/samples/build-cache/pom.xml b/samples/build-cache/pom.xml index de7fb3c8b..145ca939c 100644 --- a/samples/build-cache/pom.xml +++ b/samples/build-cache/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/cargo-jolokia/pom.xml b/samples/cargo-jolokia/pom.xml index ed0b00e54..4805bc0ff 100644 --- a/samples/cargo-jolokia/pom.xml +++ b/samples/cargo-jolokia/pom.xml @@ -22,7 +22,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/copy-from-container/pom.xml b/samples/copy-from-container/pom.xml index b9e5b2ab8..27f2e2a0a 100644 --- a/samples/copy-from-container/pom.xml +++ b/samples/copy-from-container/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/custom-net/pom.xml b/samples/custom-net/pom.xml index fadb38ad1..687a2c7cc 100644 --- a/samples/custom-net/pom.xml +++ b/samples/custom-net/pom.xml @@ -13,7 +13,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/data-jolokia/pom.xml b/samples/data-jolokia/pom.xml index aca027623..c1073e83c 100644 --- a/samples/data-jolokia/pom.xml +++ b/samples/data-jolokia/pom.xml @@ -22,7 +22,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/docker-compose/pom.xml b/samples/docker-compose/pom.xml index 92bbf48be..d9dd70cb0 100644 --- a/samples/docker-compose/pom.xml +++ b/samples/docker-compose/pom.xml @@ -22,7 +22,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/dockerfile/pom.xml b/samples/dockerfile/pom.xml index c02cdb50d..831cc680c 100644 --- a/samples/dockerfile/pom.xml +++ b/samples/dockerfile/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/dockerignore/pom.xml b/samples/dockerignore/pom.xml index 5562fc338..3195d039e 100644 --- a/samples/dockerignore/pom.xml +++ b/samples/dockerignore/pom.xml @@ -10,7 +10,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/healthcheck/pom.xml b/samples/healthcheck/pom.xml index f99741ef6..93bc61359 100644 --- a/samples/healthcheck/pom.xml +++ b/samples/healthcheck/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/helloworld/pom.xml b/samples/helloworld/pom.xml index 369c272bb..b0b0c48ff 100644 --- a/samples/helloworld/pom.xml +++ b/samples/helloworld/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/log/pom.xml b/samples/log/pom.xml index acc08eef6..902a75556 100644 --- a/samples/log/pom.xml +++ b/samples/log/pom.xml @@ -13,7 +13,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/multi-architecture/pom.xml b/samples/multi-architecture/pom.xml index 5c94c8534..d6a704194 100644 --- a/samples/multi-architecture/pom.xml +++ b/samples/multi-architecture/pom.xml @@ -12,7 +12,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/multi-assembly/pom.xml b/samples/multi-assembly/pom.xml index 25ba4e9c6..f33548b9e 100644 --- a/samples/multi-assembly/pom.xml +++ b/samples/multi-assembly/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/multi-wait/pom.xml b/samples/multi-wait/pom.xml index 3f4f48d08..668a2ebf2 100644 --- a/samples/multi-wait/pom.xml +++ b/samples/multi-wait/pom.xml @@ -6,7 +6,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/net/pom.xml b/samples/net/pom.xml index c32ef02f2..a727e18c9 100644 --- a/samples/net/pom.xml +++ b/samples/net/pom.xml @@ -16,7 +16,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/pom.xml b/samples/pom.xml index cba426cc3..776f0d537 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -8,7 +8,7 @@ io.fabric8.dmp parent - 0.43-SNAPSHOT + 0.43.0 ../parent/pom.xml @@ -41,7 +41,7 @@ - 0.42.1 + 0.43.0 diff --git a/samples/properties/pom.xml b/samples/properties/pom.xml index 74728f85e..0da67a353 100644 --- a/samples/properties/pom.xml +++ b/samples/properties/pom.xml @@ -10,7 +10,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/run-java/pom.xml b/samples/run-java/pom.xml index 0656fc287..cf59263b5 100644 --- a/samples/run-java/pom.xml +++ b/samples/run-java/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/smallest/pom.xml b/samples/smallest/pom.xml index cb2cb0da8..b57137398 100644 --- a/samples/smallest/pom.xml +++ b/samples/smallest/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/spring-boot-with-jib/pom.xml b/samples/spring-boot-with-jib/pom.xml index 4ca4e2191..ca5d598fa 100644 --- a/samples/spring-boot-with-jib/pom.xml +++ b/samples/spring-boot-with-jib/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/volume/pom.xml b/samples/volume/pom.xml index 22a7cab6d..554707cf4 100644 --- a/samples/volume/pom.xml +++ b/samples/volume/pom.xml @@ -15,7 +15,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml diff --git a/samples/zero-config/pom.xml b/samples/zero-config/pom.xml index 7d8353fa2..ca46ff639 100644 --- a/samples/zero-config/pom.xml +++ b/samples/zero-config/pom.xml @@ -5,7 +5,7 @@ io.fabric8.dmp.samples dmp-sample-parent - 0.43-SNAPSHOT + 0.43.0 ../pom.xml