dependabot[bot] opened a new pull request, #39032: URL: https://github.com/apache/beam/pull/39032
Bumps [github.com/moby/moby/client](https://github.com/moby/moby) from 0.4.1 to 0.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/moby/moby/releases">github.com/moby/moby/client's releases</a>.</em></p> <blockquote> <h2>client/0.5.0</h2> <h2>0.5.0</h2> <h3>Changelog</h3> <ul> <li>The new <code>GET /images/{name}/attestations</code> endpoint returns in-toto attestation statements (such as SLSA provenance and SPDX SBOM) attached to an image, with optional platform selection, predicate type filtering, and an opt-in <code>statement</code> query parameter for retrieving the verbatim statement bodies. Tools can now retrieve attestation metadata and content directly from the daemon instead of performing additional registry round-trips. <a href="https://redirect.github.com/moby/moby/pull/52636">moby/moby#52636</a></li> </ul> <h2>client/v0.5.0-rc.1</h2> <h2>0.5.0-rc.1</h2> <h3>Changelog</h3> <ul> <li>The new <code>GET /images/{name}/attestations</code> endpoint returns in-toto attestation statements (such as SLSA provenance and SPDX SBOM) attached to an image, with optional platform selection, predicate type filtering, and an opt-in <code>statement</code> query parameter for retrieving the verbatim statement bodies. Tools can now retrieve attestation metadata and content directly from the daemon instead of performing additional registry round-trips. <a href="https://redirect.github.com/moby/moby/pull/52636">moby/moby#52636</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/moby/moby/blob/v0.5.0/CHANGELOG.md">github.com/moby/moby/client's changelog</a>.</em></p> <blockquote> <h2>0.5.0 (2013-07-17)</h2> <ul> <li>Runtime: List all processes running inside a container with 'docker top'</li> <li>Runtime: Host directories can be mounted as volumes with 'docker run -v'</li> <li>Runtime: Containers can expose public UDP ports (eg, '-p 123/udp')</li> <li>Runtime: Optionally specify an exact public port (eg. '-p 80:4500')</li> <li>Registry: New image naming scheme inspired by Go packaging convention allows arbitrary combinations of registries</li> <li>Builder: ENTRYPOINT instruction sets a default binary entry point to a container</li> <li>Builder: VOLUME instruction marks a part of the container as persistent data</li> </ul> <ul> <li>Builder: 'docker build' displays the full output of a build by default</li> <li>Runtime: 'docker login' supports additional options</li> </ul> <ul> <li>Runtime: Dont save a container's hostname when committing an image.</li> <li>Registry: Fix issues when uploading images to a private registry</li> </ul> <h2>0.4.8 (2013-07-01)</h2> <ul> <li>Builder: New build operation ENTRYPOINT adds an executable entry point to the container.</li> </ul> <ul> <li>Runtime: Fix a bug which caused 'docker run -d' to no longer print the container ID.</li> <li>Tests: Fix issues in the test suite</li> </ul> <h2>0.4.7 (2013-06-28)</h2> <ul> <li>Registry: easier push/pull to a custom registry</li> <li>Remote API: the progress bar updates faster when downloading and uploading large files</li> </ul> <ul> <li>Remote API: fix a bug in the optional unix socket transport</li> </ul> <ul> <li>Runtime: improve detection of kernel version</li> </ul> <ul> <li>Runtime: host directories can be mounted as volumes with 'docker run -b'</li> </ul> <ul> <li>Runtime: fix an issue when only attaching to stdin</li> </ul> <ul> <li>Runtime: use 'tar --numeric-owner' to avoid uid mismatch across multiple hosts</li> <li>Hack: improve test suite and dev environment</li> <li>Hack: remove dependency on unit tests on 'os/user'</li> </ul> <ul> <li>Documentation: add terminology section</li> </ul> <h2>0.4.6 (2013-06-22)</h2> <ul> <li>Runtime: fix a bug which caused creation of empty images (and volumes) to crash.</li> </ul> <h2>0.4.5 (2013-06-21)</h2> <ul> <li>Builder: 'docker build git://URL' fetches and builds a remote git repository</li> </ul> <ul> <li>Runtime: 'docker ps -s' optionally prints container size</li> <li>Tests: Improved and simplified</li> </ul> <ul> <li>Runtime: fix a regression introduced in 0.4.3 which caused the logs command to fail.</li> <li>Builder: fix a regression when using ADD with single regular file.</li> </ul> <h2>0.4.4 (2013-06-19)</h2> <ul> <li>Builder: fix a regression introduced in 0.4.3 which caused builds to fail on new clients.</li> </ul> <h2>0.4.3 (2013-06-19)</h2> <ul> <li>Builder: ADD of a local file will detect tar archives and unpack them</li> </ul> <ul> <li>Runtime: Remove bsdtar dependency</li> <li>Runtime: Add unix socket and multiple -H support</li> <li>Runtime: Prevent rm of running containers</li> <li>Runtime: Use go1.1 cookiejar</li> <li>Builder: ADD improvements: use tar for copy + automatically unpack local archives</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/51f6c4a7372450d164c61e0054daf0223ddbd909"><code>51f6c4a</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/1227">#1227</a> from dotcloud/bump_0.5.0</li> <li><a href="https://github.com/moby/moby/commit/f4eaec3e1e85dd8774e0b00082d31188f55f4de2"><code>f4eaec3</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/1226">#1226</a> from metalivedev/easydockerfile</li> <li><a href="https://github.com/moby/moby/commit/b083418257edbcb769dd1bf9a6a3dafd334d5969"><code>b083418</code></a> change -b -> -v and add udp example</li> <li><a href="https://github.com/moby/moby/commit/5794857f7ad9e3d84e2c549253c072d076d702cb"><code>5794857</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/1169">#1169</a> from crosbymichael/buildfile-tests</li> <li><a href="https://github.com/moby/moby/commit/e7f3f6fa5a10f890a1774a2320d31e236af56be9"><code>e7f3f6f</code></a> Add unit tests for buildfile config instructions</li> <li><a href="https://github.com/moby/moby/commit/aa5671411b727d7142c289b5c1b473209aeaf630"><code>aa56714</code></a> Make dockerfile docs easier to find. Clean up formatting.</li> <li><a href="https://github.com/moby/moby/commit/f8dfd0aa5e03f3f8819dea6bb59800c90824008c"><code>f8dfd0a</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/1225">#1225</a> from dotcloud/hotfix_docker_rmi</li> <li><a href="https://github.com/moby/moby/commit/3dbf9c6560fe1741cde9e8e2ce6ac98acf26e8ce"><code>3dbf9c6</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/1219">#1219</a> from metalivedev/docs-repoupdate</li> <li><a href="https://github.com/moby/moby/commit/de563a3ea372432acb39e711eeb0b43296754c39"><code>de563a3</code></a> Merge pull request <a href="https://redirect.github.com/moby/moby/issues/1194">#1194</a> from crosbymichael/build-verbose</li> <li><a href="https://github.com/moby/moby/commit/9cf2b41c053d557af6c563311b4953c4b9bab6d6"><code>9cf2b41</code></a> change rm usage in docs</li> <li>Additional commits viewable in <a href="https://github.com/moby/moby/compare/v0.4.1...v0.5.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
