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

chore(deps): bump the minor-and-patch group with 2 updates #9178

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps the minor-and-patch group with 2 updates: github.com/docker/docker and google.golang.org/grpc.

Updates github.com/docker/docker from 27.2.1+incompatible to 27.3.1+incompatible

Release notes

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

v27.3.1

27.3.1

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

Bug fixes and enhancements

  • CLI: Fix issue with command execution metrics not being exported due to the CLI MeterProvider being shutdown too early. docker/cli#5457

Packaging updates

v27.3.0

27.3.0

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

Bug fixes and enhancements

  • containerd image store: Fix docker image prune -a untagging images used by containers started from images referenced by a digested reference. moby/moby#48488
  • Add a --feature flag to the daemon options. moby/moby#48487
  • Updated the handling of the --gpus=0 flag to be consistent with the NVIDIA Container Runtime. moby/moby#48483 (docker/cli#5432)
  • Support WSL2 mirrored-mode networking's use of interface loopback0 for packets from the Windows host. moby/moby#48514
  • Fix an issue that prevented communication between containers on an IPv4 bridge network when running with --iptables=false, --ip6tables=true (the default), a firewall with a DROP rule for forwarded packets on hosts where the br_netfilter kernel module was not normally loaded. moby/moby#48511
  • CLI: Fix issue where docker volume update command would cause the CLI to panic if no argument/volume was passed. docker/cli#5426
  • docker/cli#5432

Packaging updates

v27.3.0-rc.2

27.3.0-rc.2

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

... (truncated)

Commits
  • 41ca978 Merge pull request #48525 from thaJeztah/27.x_backport_govulncheck_permissions
  • a6b772b gha: govulncheck: make sure read permissions are set
  • 856359c Merge pull request #48514 from robmry/backport-27.x/wsl2_mirrored_loopback0_w...
  • cd21af7 Do not DNAT packets from WSL2's loopback0
  • 8516f3b Merge pull request #48510 from thaJeztah/27.x_backport_bump_buildx_compose
  • 3a7779a Merge pull request #48511 from robmry/backport-27.x/48375_bridge_netfiltering
  • 5c499fc Only enable bridge netfiltering when needed
  • 98f24aa Merge pull request #48506 from thaJeztah/27.x_backport_man_dockerd_logformat
  • 8adc8e4 Dockerfile: update compose to v2.29.4
  • 576fc88 Dockerfile: update buildx to v0.17.1
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.66.2 to 1.67.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.67.0

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#7535)
Commits

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner September 25, 2024 16:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 25, 2024
Bumps the minor-and-patch group with 2 updates: [github.com/docker/docker](https://github.com/docker/docker) and [google.golang.org/grpc](https://github.com/grpc/grpc-go).


Updates `github.com/docker/docker` from 27.2.1+incompatible to 27.3.1+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v27.2.1...v27.3.1)

Updates `google.golang.org/grpc` from 1.66.2 to 1.67.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.66.2...v1.67.0)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@mangalaman93 mangalaman93 force-pushed the dependabot/go_modules/minor-and-patch-74a8125462 branch from cbbb9be to d3cb14f Compare September 25, 2024 22:04
@ryanfoxtyler ryanfoxtyler merged commit 01f5df3 into main Sep 26, 2024
14 checks passed
@ryanfoxtyler ryanfoxtyler deleted the dependabot/go_modules/minor-and-patch-74a8125462 branch September 26, 2024 02:27
harshil-goel pushed a commit that referenced this pull request Oct 7, 2024
Bumps the minor-and-patch group with 2 updates:
[github.com/docker/docker](https://github.com/docker/docker) and
[google.golang.org/grpc](https://github.com/grpc/grpc-go).

Updates `github.com/docker/docker` from 27.2.1+incompatible to
27.3.1+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.3.1</h2>
<h2>27.3.1</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=sort%3Aupdated-desc+is%3Aclosed+milestone%3A27.3.1">docker/cli,
27.3.1 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=sort%3Aupdated-desc+is%3Aclosed+milestone%3A27.3.1">moby/moby,
27.3.1 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>CLI: Fix issue with command execution metrics not being exported due
to the CLI MeterProvider being shutdown too early. <a
href="https://redirect.github.com/docker/cli/pull/5457">docker/cli#5457</a></li>
</ul>
<h3>Packaging updates</h3>
<ul>
<li>Update <code>Compose</code> to <a
href="https://github.com/docker/compose/releases/tag/v2.29.7">v2.29.7</a></li>
</ul>
<h2>v27.3.0</h2>
<h2>27.3.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=sort%3Aupdated-desc+is%3Aclosed+milestone%3A27.3.0">docker/cli,
27.3.0 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=sort%3Aupdated-desc+is%3Aclosed+milestone%3A27.3.0">moby/moby,
27.3.0 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>containerd image store: Fix <code>docker image prune -a</code>
untagging images used by containers started from images referenced by a
digested reference. <a
href="https://redirect.github.com/moby/moby/pull/48488">moby/moby#48488</a></li>
<li>Add a <code>--feature</code> flag to the daemon options. <a
href="https://redirect.github.com/moby/moby/pull/48487">moby/moby#48487</a></li>
<li>Updated the handling of the <code>--gpus=0</code> flag to be
consistent with the NVIDIA Container Runtime. <a
href="https://redirect.github.com/moby/moby/pull/48483">moby/moby#48483</a>
(<a
href="https://redirect.github.com/docker/cli/pull/5432">docker/cli#5432</a>)</li>
<li>Support WSL2 mirrored-mode networking's use of interface
<code>loopback0</code> for packets from the Windows host. <a
href="https://redirect.github.com/moby/moby/pull/48514">moby/moby#48514</a></li>
<li>Fix an issue that prevented communication between containers on an
IPv4 bridge network when running with <code>--iptables=false</code>,
<code>--ip6tables=true</code> (the default), a firewall with a DROP rule
for forwarded packets on hosts where the <code>br_netfilter</code>
kernel module was not normally loaded. <a
href="https://redirect.github.com/moby/moby/pull/48511">moby/moby#48511</a></li>
<li>CLI: Fix issue where <code>docker volume update</code> command would
cause the CLI to panic if no argument/volume was passed. <a
href="https://redirect.github.com/docker/cli/pull/5426">docker/cli#5426</a></li>
<li><code>docker/cli#5432</code></li>
</ul>
<h3>Packaging updates</h3>
<ul>
<li>Update <code>containerd</code> (static binaries only) to <a
href="https://github.com/containerd/containerd/releases/tag/v1.7.22">v1.7.22</a>
<a
href="https://redirect.github.com/moby/moby/pull/48468">moby/moby#48468</a></li>
<li>Updated <code>Buildkit</code> to <a
href="https://github.com/moby/buildkit/releases/tag/v0.16.0">v0.16.0</a></li>
<li>Update <code>Compose</code> to <a
href="https://github.com/docker/compose/releases/tag/v2.29.6">v2.29.6</a></li>
<li>Update <code>Buildx</code> to <a
href="https://github.com/docker/buildx/releases/tag/v0.17.1">v0.17.1</a></li>
</ul>
<h2>v27.3.0-rc.2</h2>
<h2>27.3.0-rc.2</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=sort%3Aupdated-desc+is%3Aclosed+milestone%3A27.3.0">docker/cli,
27.3.0 milestone</a></li>
<li><a
href="https://github.com/moby/moby/issues?q=sort%3Aupdated-desc+is%3Aclosed+milestone%3A27.3.0">moby/moby,
27.3.0 milestone</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/41ca978a0a5400cc24b274137efa9f25517fcc0b"><code>41ca978</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48525">#48525</a>
from thaJeztah/27.x_backport_govulncheck_permissions</li>
<li><a
href="https://github.com/moby/moby/commit/a6b772b24cbfa5c1aab2dc31c5283f7a9bac80f4"><code>a6b772b</code></a>
gha: govulncheck: make sure read permissions are set</li>
<li><a
href="https://github.com/moby/moby/commit/856359cb772e68c274622ebdf18e08e02c72b4e7"><code>856359c</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48514">#48514</a>
from robmry/backport-27.x/wsl2_mirrored_loopback0_w...</li>
<li><a
href="https://github.com/moby/moby/commit/cd21af7e411c114dcc877cead6456d3dda8ef9cc"><code>cd21af7</code></a>
Do not DNAT packets from WSL2's loopback0</li>
<li><a
href="https://github.com/moby/moby/commit/8516f3b0c1aecbb84e26472ec25f95723d05b742"><code>8516f3b</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48510">#48510</a>
from thaJeztah/27.x_backport_bump_buildx_compose</li>
<li><a
href="https://github.com/moby/moby/commit/3a7779ad61700f5f00751cb39826ea6a4add5109"><code>3a7779a</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48511">#48511</a>
from robmry/backport-27.x/48375_bridge_netfiltering</li>
<li><a
href="https://github.com/moby/moby/commit/5c499fc4b249708619b4225de00c50c861bcfc08"><code>5c499fc</code></a>
Only enable bridge netfiltering when needed</li>
<li><a
href="https://github.com/moby/moby/commit/98f24aaf8a5e95b3e98ad9a5bc1035e9b6ba4557"><code>98f24aa</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/docker/issues/48506">#48506</a>
from thaJeztah/27.x_backport_man_dockerd_logformat</li>
<li><a
href="https://github.com/moby/moby/commit/8adc8e405db4115871ad5f8bdd3155f8f162493b"><code>8adc8e4</code></a>
Dockerfile: update compose to v2.29.4</li>
<li><a
href="https://github.com/moby/moby/commit/576fc88b1af1434de8fa753814320f7920d2670a"><code>576fc88</code></a>
Dockerfile: update buildx to v0.17.1</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v27.2.1...v27.3.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/grpc` from 1.66.2 to 1.67.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.67.0</h2>
<h1>Bug Fixes</h1>
<ul>
<li>ringhash: when used with multiple EDS priorities, fix bug that could
prevent a higher priority from recovering from transient failure. (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7364">#7364</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/atollena"><code>@​atollena</code></a></li>
</ul>
</li>
</ul>
<h1>Behavior Changes</h1>
<ul>
<li>In accordance with <a
href="https://tools.ietf.org/html/rfc7540#section-3.3">RFC 7540</a>,
clients and servers will now reject TLS connections that don't support
ALPN. This can be disabled by setting the environment variable
<code>GRPC_ENFORCE_ALPN_ENABLED</code> to <code>false</code> (case
insensitive). Please file a bug if you encounter any issues with this
behavior. The environment variable to revert this behavior will be
removed in an upcoming release. (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7535">#7535</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/6f50403edb0c2db1bb557168cf4e6f87ea2efdb5"><code>6f50403</code></a>
Change version to 1.67.0 (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7604">#7604</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/3c3a0257a33b59b0d0a072696775b53392c7d8ae"><code>3c3a025</code></a>
mem: replace flate.Reader reference (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7595">#7595</a>)
(<a
href="https://redirect.github.com/grpc/grpc-go/issues/7637">#7637</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/3ffb98b2c93a9a633f7415893c40946e2a6a6e89"><code>3ffb98b</code></a>
.*: fix revive lints <code>redefines-builtin-id</code> (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7552">#7552</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/56660492e4a669c8c0f02bd7f31ad31a3ef59883"><code>5666049</code></a>
vet: enforce revive linter (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7589">#7589</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/c6ad07fa041eea78cd6757a51f252dd407105452"><code>c6ad07f</code></a>
protoc: regenerate protos (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7590">#7590</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/70f19eecd168b0ea1f15e991170576bf36f74b40"><code>70f19ee</code></a>
credentials/tls: default GRPC_ENFORCE_ALPN_ENABLED to true (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7535">#7535</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/92111dc36694c570dc873b9a5a461ef953ea2b54"><code>92111dc</code></a>
xds: keep ads flow control local to xdsclient/transport package (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7578">#7578</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/535bdce10d2c1127e526e986b04b38995fe84712"><code>535bdce</code></a>
estats: remove dependency on testing package (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7579">#7579</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/0f03c747b13b41c3601ee835f1f8bf0f457b3fd2"><code>0f03c74</code></a>
.*: fix revive lint issues <code>unused-parameter</code> (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7580">#7580</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/6147c81cd047f0237c9bfa553fb61ce74bfa37aa"><code>6147c81</code></a>
stats/opentelemetry: Optimize slice allocations (<a
href="https://redirect.github.com/grpc/grpc-go/issues/7525">#7525</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-go/compare/v1.66.2...v1.67.0">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR 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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Development

Successfully merging this pull request may close these issues.

2 participants