You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by GitBox <gi...@apache.org> on 2021/04/05 08:36:28 UTC

[GitHub] [myfaces-tobago] dependabot[bot] opened a new pull request #708: build(deps): bump docker-maven-plugin from 0.34.1 to 0.35.0

dependabot[bot] opened a new pull request #708:
URL: https://github.com/apache/myfaces-tobago/pull/708


   Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.34.1 to 0.35.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/fabric8io/docker-maven-plugin/releases">docker-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>v0.35.0</h2>
   <ul>
   <li><strong>0.35.0 (2021-04-04)</strong>
   <ul>
   <li>Building 'spring-boot-with-jib' sample fails with NoSuchMethodError (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1384">1384</a>)</li>
   <li>Loading Image tarball into docker daemon fails in JIB mode (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1385">1385</a>)</li>
   <li><code>assembly.inline</code> is removed when external properties are enabled (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1082">1082</a>)</li>
   <li>Fix Support for Podman REST API(when configured) Related to (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1330">1330</a>)</li>
   <li>Fix ignored <code>SHELL</code> directive when provided in XML configuration (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1418">#1418</a>)</li>
   <li>Restore support for getting a random container name (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1352">1352</a>)</li>
   <li>Provide exception messages that occurred during stop (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1435">1435</a>)</li>
   <li>Make Maven build Reproducible (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1406">1406</a>)</li>
   <li>Fix Windows tests (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1417">1416</a>)</li>
   <li>Add a skipPom parameter, skipping a project if packaging is pom (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1388">1388</a>)</li>
   <li>Add support for config to specify isolation technology for container (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1376">1376</a>)</li>
   <li>Add Docker build cache friendly example utilizing Spring Boot Layered JAR and Maven Assembly Plugin (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1412">1412</a>)</li>
   <li>Retry port mapping to avoid race condition where complete port information may not be initially available in Docker Engine 20.10.5 (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1447">1447</a>)</li>
   <li>New <code>copy</code> goal for copying files and directories from containers to host (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/752">752</a> and <a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1405">1405</a>)</li>
   <li>Add support for multiple copy layers using multiple assemblies (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/554">554</a>)</li>
   <li>Prefer HOME environment variable over the Java system property to determine the user's home directory to better resemble the golang client's behavior (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1263">#1236</a></li>
   <li>Volume binding bug in windows (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1338">1338</a>)</li>
   </ul>
   </li>
   </ul>
   <h2>Special Thanks:</h2>
   <p>Thanks to our awesome contributors who contributed to v0.35.0 :heart: :pray: :</p>
   <ul>
   <li><a href="https://github.com/caitlinelfring"><code>@​caitlinelfring</code></a></li>
   <li><a href="https://github.com/manusa"><code>@​manusa</code></a></li>
   <li><a href="https://github.com/omyl"><code>@​omyl</code></a></li>
   <li><a href="https://github.com/jgangemi"><code>@​jgangemi</code></a></li>
   <li><a href="https://github.com/doyleyoung"><code>@​doyleyoung</code></a></li>
   <li><a href="https://github.com/hboutemy"><code>@​hboutemy</code></a></li>
   <li><a href="https://github.com/rolaca11"><code>@​rolaca11</code></a></li>
   <li><a href="https://github.com/rahul-kulkarni73"><code>@​rahul-kulkarni73</code></a></li>
   <li><a href="https://github.com/mabrarov"><code>@​mabrarov</code></a></li>
   <li><a href="https://github.com/ewencluley"><code>@​ewencluley</code></a></li>
   <li><a href="https://github.com/zer0keefie"><code>@​zer0keefie</code></a></li>
   <li><a href="https://github.com/twz123"><code>@​twz123</code></a></li>
   <li><a href="https://github.com/giovannicuccu"><code>@​giovannicuccu</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md">docker-maven-plugin's changelog</a>.</em></p>
   <blockquote>
   <h1>ChangeLog</h1>
   <ul>
   <li>
   <p><strong>0.35-SNAPSHOT</strong>:</p>
   </li>
   <li>
   <p><strong>0.35.0</strong> (2021-04-04)</p>
   <ul>
   <li>Building 'spring-boot-with-jib' sample fails with NoSuchMethodError (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1384">1384</a>)</li>
   <li>Loading Image tarball into docker daemon fails in JIB mode (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1385">1385</a>)</li>
   <li><code>assembly.inline</code> is removed when external properties are enabled (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1082">1082</a>)</li>
   <li>Fix Support for Podman REST API(when configured) Related to (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1330">1330</a>)</li>
   <li>Fix ignored <code>SHELL</code> directive when provided in XML configuration (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1418">#1418</a>)</li>
   <li>Restore support for getting a random container name (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1352">1352</a>)</li>
   <li>Provide exception messages that occurred during stop (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1435">1435</a>)</li>
   <li>Make Maven build Reproducible (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1406">1406</a>)</li>
   <li>Fix Windows tests (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1417">1416</a>)</li>
   <li>Add a skipPom parameter, skipping a project if packaging is pom (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1388">1388</a>)</li>
   <li>Add support for config to specify isolation technology for container (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1376">1376</a>)</li>
   <li>Add Docker build cache friendly example utilizing Spring Boot Layered JAR and Maven Assembly Plugin (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1412">1412</a>)</li>
   <li>Retry port mapping to avoid race condition where complete port information may not be initially available in Docker Engine 20.10.5 (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1447">1447</a>)</li>
   <li>New <code>copy</code> goal for copying files and directories from containers to host (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/752">752</a> and <a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1405">1405</a>)</li>
   <li>Add support for multiple copy layers using multiple assemblies (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/554">554</a>)</li>
   <li>Prefer HOME environment variable over the Java system property to determine the user's home directory to better resemble the golang client's behavior (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1263">#1236</a></li>
   <li>Volume binding bug in windows (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1338">1338</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.34.1</strong> (2020-09-27)</p>
   <ul>
   <li>Fix NPE with &quot;skipPush&quot; and no build configuration given (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1381">#1381</a>)</li>
   <li>upgrade to jib-core 0.15.0 (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1378">#1378</a>)</li>
   <li>Plugin now resolves ARG provided in BuildImageConfiguration (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1373">#1373</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.34.0</strong> (2020-09-13)</p>
   <ul>
   <li>Support <code>ARG</code> in <code>FROM</code> (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/859">#859</a>)</li>
   <li>Handle authentication tokens returned from credential helpers (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1348">#1348</a>)</li>
   <li>Migrate from joda-time to java.time (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1025">#1025</a>)
   The handling of Y changes when the week straddle the New year (<a href="https://stackoverflow.com/questions/26431882/difference-between-year-of-era-and-week-based-year">Stack Overflow</a>)</li>
   <li>Fix JSON error when parsin tafs (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1354">#1354</a>)</li>
   <li>Add <code>skipPush</code> option to build image configuration (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1243">#1243</a>)</li>
   <li>docker.container.<!-- raw HTML omitted -->.ip property is no longer set (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1242">#1242</a>)</li>
   <li>Support <code>squash</code> in build options to squash newly built layers into a single layer (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/785">#785</a>)</li>
   <li>Support for JIB mode(<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/pull/1277">#1277</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.33.0</strong> (2020-01-21)</p>
   <ul>
   <li>Update to jnr-unixsocket 0.25 to solve concurrency issues (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/552">#552</a>)</li>
   <li>Udate ECR AuthorizationToken URL to new endpoint (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1317">#1317</a>)</li>
   <li>Allow including <code>com.amazonaws:aws-java-sdk-core</code> as plugin dependency to pick up various forms of AWS credentials with which to authenticate at AWS ECR (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1311">#1311</a>)</li>
   </ul>
   </li>
   <li>
   <p><strong>0.32.0</strong> (2020-01-08)</p>
   <ul>
   <li>Support building dockerFile without pushing it to docker server (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1197">#1197</a>)</li>
   <li>Update to jnr-unixsocket 0.23</li>
   <li>Add null check for null instance in config.json for email (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1262">#1262</a>)</li>
   <li>Allow merging of image configurations using <code>&lt;imagesMap&gt;</code> (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1259">#1259</a>)</li>
   <li>Update to joda-time 2.10.4 (<a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/706">#706</a>)</li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/b670520a516850acebf97ce57373bf1a323d3f92"><code>b670520</code></a> [RELEASE] Update Project version to v0.35.0</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/524d0bcd11dbe1d5af01264120d0f91dd40927c0"><code>524d0bc</code></a> Fix <a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/1338">#1338</a>: Volume Binding bug in Windows</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/48c1d064a3e456b0b8c3912cf99ecd8c14fa0e01"><code>48c1d06</code></a> Update DockerConnectionDetector,VolumeBindingUtil with home OS env</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/72da7386921cf7037545c0b653dbf31fdc1a7244"><code>72da738</code></a> Add changelog entry</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/e8d5049dda12fab6abf6b9a2ede4453207893ed5"><code>e8d5049</code></a> Execute home dir tests twice, once with HOME and once with user.home</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/dbad1d007bd92cfa52976450a6a575734e8ed37b"><code>dbad1d0</code></a> Prefer HOME environment variable</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/fafa324113cd07bb0550d8c433625a38a95ace8f"><code>fafa324</code></a> Apply whitespace fixes from code review</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/bcb3f018b583e2ed05fa569ffa1d2dcdd0e89d81"><code>bcb3f01</code></a> Fix <a href="https://github-redirect.dependabot.com/fabric8io/docker-maven-plugin/issues/554">#554</a>: Add support for multiple copy layers using multiple assemblies</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/b141bce400981df624810c5d7dd0c178749df36d"><code>b141bce</code></a> Fixed Maven Wrapper (<a href="https://github.com/takari/maven-wrapper">https://github.com/takari/maven-wrapper</a>).</li>
   <li><a href="https://github.com/fabric8io/docker-maven-plugin/commit/b8e2a0d451e9f249673b22a65591460404f696c6"><code>b8e2a0d</code></a> Formatting changes of example for copy goal and extension of copy goal docume...</li>
   <li>Additional commits viewable in <a href="https://github.com/fabric8io/docker-maven-plugin/compare/v0.34.1...v0.35.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.fabric8:docker-maven-plugin&package-manager=maven&previous-version=0.34.1&new-version=0.35.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [myfaces-tobago] lofwyr14 merged pull request #708: build(deps): bump docker-maven-plugin from 0.34.1 to 0.35.0

Posted by GitBox <gi...@apache.org>.
lofwyr14 merged pull request #708:
URL: https://github.com/apache/myfaces-tobago/pull/708


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org