Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible in /exporter/clickhouseexporter #34486

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible.

Release notes

Sourced from github.com/docker/docker's releases.

v27.1.0

27.1.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • rootless: add Requires=dbus.socket to prevent errors when starting the daemon on a cgroup v2 host with systemd moby/moby#48141
  • containerd integration: image tag event is now properly emitted when building images with BuildKit moby/moby#48182
  • CLI: enable shell completion for docker image rm, docker image history, and docker image inspect moby/moby#5261
  • CLI: add and improve shell completions for various flags moby/moby#5261
  • CLI: add OOMScoreAdj to docker service create and docker stack docker/cli#5274
  • CLI: add support for DOCKER_CUSTOM_HEADERS environment variable (experimental) docker/cli#5271
  • CLI: containerd-integration: Fix docker push defaulting the --platform flag to a value of DOCKER_DEFAULT_PLATFORM environment variable on unsupported API versions docker/cli#5248
  • CLI: fix: context cancellation on login prompt docker/cli#5260
  • CLI: fix: wait for the container to exit before closing the stream when sending a termination request to the CLI while attached to a container docker/cli#5250

Deprecated

  • The pkg/rootless/specconv package is deprecated, and will be removed in the next release moby/moby#48185
  • The pkg/containerfs package is deprecated, and will be removed in the next release moby/moby#48185
  • The pkg/directory package is deprecated, and will be removed in the next release moby/moby#48185
  • api/types/system: remove deprecated Info.ExecutionDriver moby/moby#48184

Packaging updates

Full Changelog: moby/moby@v27.0.3...v27.1.0

Commits
  • a21b1a2 Merge pull request #48196 from thaJeztah/27.1_backport_vendor_containerd_1.7.20
  • 1bc907c vendor: github.com/containerd/containerd v1.7.20
  • 4bb4575 Merge pull request #48191 from thaJeztah/27.1_backport_update_containerd_bina...
  • df7f275 Merge pull request #48195 from thaJeztah/27.1_backport_fix_pr_title_check
  • 1c0885d gha: check-pr-branch: fix branch check regression
  • fb3ec9f Merge pull request #48187 from thaJeztah/27.1_backport_bump_buildx_compose
  • ed83a9e update containerd binary to v1.7.20
  • 71b59bf Merge pull request #48178 from thaJeztah/27.1_backport_relax_pr_check
  • f8f926b Merge pull request #48185 from thaJeztah/27.1_backport_internalize_pkg_directory
  • 422ef48 gha: check-pr-branch: verify major version only
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 27.0.3+incompatible to 27.1.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.0.3...v27.1.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from dmitryax as a code owner August 7, 2024 18:08
@dependabot dependabot bot requested a review from a team August 7, 2024 18:08
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2024
…orter/github.com/docker/docker-27.1.0incompatible
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
@github-actions github-actions bot added the cmd/otelcontribcol otelcontribcol command label Aug 8, 2024
@codeboten codeboten merged commit 496ca1d into main Aug 8, 2024
154 checks passed
@codeboten codeboten deleted the dependabot/go_modules/exporter/clickhouseexporter/github.com/docker/docker-27.1.0incompatible branch August 8, 2024 15:24
@github-actions github-actions bot added this to the next release milestone Aug 8, 2024
f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request Sep 12, 2024
…mpatible in /exporter/clickhouseexporter (open-telemetry#34486)

Bumps [github.com/docker/docker](https://github.com/docker/docker) from
27.0.3+incompatible to 27.1.0+incompatible.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/docker/releases">github.com/docker/docker's
releases</a>.</em></p>
<blockquote>
<h2>v27.1.0</h2>
<h2>27.1.0</h2>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A27.1.0">docker/cli,
27.1.0 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A27.1.0">moby/moby,
27.1.0 milestone</a></li>
<li>Deprecated and removed features, see <a
href="https://github.com/docker/cli/blob/v27.1.0/docs/deprecated.md">Deprecated
Features</a>.</li>
<li>Changes to the Engine API, see <a
href="https://github.com/moby/moby/blob/v27.1.0/docs/api/version-history.md">API
version history</a>.</li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>rootless: add <code>Requires=dbus.socket</code> to prevent errors
when starting the daemon on a cgroup v2 host with systemd <a
href="https://redirect.github.com/moby/moby/pull/48141">moby/moby#48141</a></li>
<li>containerd integration: <code>image tag</code> event is now properly
emitted when building images with BuildKit <a
href="https://redirect.github.com/moby/moby/pull/48182">moby/moby#48182</a></li>
<li>CLI: enable shell completion for <code>docker image rm</code>,
<code>docker image history</code>, and <code>docker image inspect</code>
<a
href="https://redirect.github.com/moby/moby/pull/5261">moby/moby#5261</a></li>
<li>CLI: add and improve shell completions for various flags <a
href="https://redirect.github.com/moby/moby/pull/5261">moby/moby#5261</a></li>
<li>CLI: add OOMScoreAdj to <code>docker service create</code> and
<code>docker stack</code> <a
href="https://redirect.github.com/docker/cli/pull/5274">docker/cli#5274</a></li>
<li>CLI: add support for <code>DOCKER_CUSTOM_HEADERS</code> environment
variable (experimental) <a
href="https://redirect.github.com/docker/cli/pull/5271">docker/cli#5271</a></li>
<li>CLI: containerd-integration: Fix <code>docker push</code> defaulting
the <code>--platform</code> flag to a value of
<code>DOCKER_DEFAULT_PLATFORM</code> environment variable on unsupported
API versions <a
href="https://redirect.github.com/docker/cli/pull/5248">docker/cli#5248</a></li>
<li>CLI: fix: context cancellation on <code>login</code> prompt <a
href="https://redirect.github.com/docker/cli/pull/5260">docker/cli#5260</a></li>
<li>CLI: fix: wait for the container to exit before closing the stream
when sending a termination request to the CLI while attached to a
container <a
href="https://redirect.github.com/docker/cli/pull/5250">docker/cli#5250</a></li>
</ul>
<h3>Deprecated</h3>
<ul>
<li>The <code>pkg/rootless/specconv</code> package is deprecated, and
will be removed in the next release <a
href="https://redirect.github.com/moby/moby/pull/48185">moby/moby#48185</a></li>
<li>The <code>pkg/containerfs</code> package is deprecated, and will be
removed in the next release <a
href="https://redirect.github.com/moby/moby/pull/48185">moby/moby#48185</a></li>
<li>The <code>pkg/directory</code> package is deprecated, and will be
removed in the next release <a
href="https://redirect.github.com/moby/moby/pull/48185">moby/moby#48185</a></li>
<li><code>api/types/system</code>: remove deprecated
<code>Info.ExecutionDriver</code> <a
href="https://redirect.github.com/moby/moby/pull/48184">moby/moby#48184</a></li>
</ul>
<h3>Packaging updates</h3>
<ul>
<li>Update Buildx to <a
href="https://github.com/docker/buildx/releases/tag/v0.16.1">v0.16.1</a>.
<a
href="https://redirect.github.com/docker/docker-ce-packaging/pull/1039">moby/docker-ce-packaging#1039</a></li>
<li>Update Compose to <a
href="https://github.com/docker/compose/releases/tag/v2.29.0">v2.29.0</a>.
<a
href="https://redirect.github.com/docker/docker-ce-packaging/pull/1038">moby/docker-ce-packaging#1038</a></li>
<li>Update Containerd (static binaries only) to <a
href="https://github.com/containerd/containerd/releases/tag/v1.7.20">v1.7.20</a>.
<a
href="https://redirect.github.com/moby/moby/pull/48191">moby/moby#48191</a></li>
<li>Update BuildKit to <a
href="https://github.com/moby/buildkit/releases/tag/v0.15.0">v0.15.0</a>.
<a
href="https://redirect.github.com/moby/moby/pull/48175">moby/moby#48175</a></li>
<li>Update Go runtime to 1.21.12, which contains security fixes for <a
href="https://github.com/advisories/GHSA-hw49-2p59-3mhj">CVE-2024-24791</a>
<a
href="https://redirect.github.com/moby/moby/pull/48120">moby/moby#48120</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/moby/moby/compare/v27.0.3...v27.1.0">https://github.com/moby/moby/compare/v27.0.3...v27.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/a21b1a2d12e2c01542cb191eb526d7bfad0641e3"><code>a21b1a2</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48196">#48196</a>
from thaJeztah/27.1_backport_vendor_containerd_1.7.20</li>
<li><a
href="https://github.com/moby/moby/commit/1bc907c97cc5b7e241802a75c44b431761dcd900"><code>1bc907c</code></a>
vendor: github.com/containerd/containerd v1.7.20</li>
<li><a
href="https://github.com/moby/moby/commit/4bb4575ffb88fcb93afb989625a9281c4f75361a"><code>4bb4575</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48191">#48191</a>
from thaJeztah/27.1_backport_update_containerd_bina...</li>
<li><a
href="https://github.com/moby/moby/commit/df7f275db657150a810764c77ccf209897717dcd"><code>df7f275</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48195">#48195</a>
from thaJeztah/27.1_backport_fix_pr_title_check</li>
<li><a
href="https://github.com/moby/moby/commit/1c0885d60dad9df0adf9b1c2a03a3672ab2e47f2"><code>1c0885d</code></a>
gha: check-pr-branch: fix branch check regression</li>
<li><a
href="https://github.com/moby/moby/commit/fb3ec9fc96b9f0c7d0d8b2df1400f485b3acc88e"><code>fb3ec9f</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48187">#48187</a>
from thaJeztah/27.1_backport_bump_buildx_compose</li>
<li><a
href="https://github.com/moby/moby/commit/ed83a9e3a153c1d96ed791a73b85a2e8891fe428"><code>ed83a9e</code></a>
update containerd binary to v1.7.20</li>
<li><a
href="https://github.com/moby/moby/commit/71b59bf442545e8d623ab4a573b8dc0b7db7e9a7"><code>71b59bf</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48178">#48178</a>
from thaJeztah/27.1_backport_relax_pr_check</li>
<li><a
href="https://github.com/moby/moby/commit/f8f926b719f7c69126079ac2e4caa034a8857b53"><code>f8f926b</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48185">#48185</a>
from thaJeztah/27.1_backport_internalize_pkg_directory</li>
<li><a
href="https://github.com/moby/moby/commit/422ef48c2f17268a6a1c94be157df198804dd5ef"><code>422ef48</code></a>
gha: check-pr-branch: verify major version only</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v27.0.3...v27.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=27.0.3+incompatible&new-version=27.1.0+incompatible)](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
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/open-telemetry/opentelemetry-collector-contrib/network/alerts).

</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/otelcontribcol otelcontribcol command dependencies Pull requests that update a dependency file exporter/clickhouse
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants