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 20.10.23+incompatible to 20.10.24+incompatible in /agent #3632

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2023

Bumps github.com/docker/docker from 20.10.23+incompatible to 20.10.24+incompatible.

Release notes

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

v20.10.24

20.10.24

Bug fixes and enhancements

  • Fixed a number of issues that can cause Swarm encrypted overlay networks to fail to uphold their guarantees, addressing CVE-2023-28841, CVE-2023-28840, and CVE-2023-28842.
    • A lack of kernel support for encrypted overlay networks now reports as an error.
    • Encrypted overlay networks are eagerly set up, rather than waiting for multiple nodes to attach.
    • Encrypted overlay networks are now usable on Red Hat Enterprise Linux 9 through the use of the xt_bpf kernel module.
    • Users of Swarm overlay networks should review GHSA-vwm3-crmr-xfxw to ensure that unintentional exposure has not occurred.
  • Upgrade github.com/containerd/fifo to v1.1.0 to fix a potential panic moby/moby#45216.
  • Fix missing Bash completion for installed cli-plugins docker/cli#4091.

Packaging Updates

Commits
  • 5d6db84 Merge pull request from GHSA-232p-vwff-86mp
  • d2bc43a Merge pull request #45242 from neersighted/go1.19.7/20.10
  • 9aa5d55 update to go1.19.7
  • 83679bb Merge pull request #45216 from corhere/backport-20.10/containerd-fifo_v1.1
  • b4f0442 Merge pull request #45219 from vvoland/test-windows-execstartfails-2010
  • ba043e8 Merge pull request #44990 from thaJeztah/20.10_backport_update_go1.19
  • b56fe59 integration-cli: Enable TestExecStartFails on Windows
  • d9433ee Merge pull request #45197 from vvoland/integration-restart-race-2010
  • a9c02c2 Upgrade containerd/fifo to v1.1.0
  • bbec670 [20.10] vendor: libnetwork c5aa85f9b25f0acaec8591ced679cb9fb5b9e32c
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner April 4, 2023 21:19
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 4, 2023
@mythri-garaga mythri-garaga changed the base branch from master to dev April 4, 2023 22:43
mythri-garaga
mythri-garaga previously approved these changes Apr 5, 2023
Realmonia
Realmonia previously approved these changes Apr 10, 2023
Copy link
Contributor

@Realmonia Realmonia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to qualify this?

@chienhanlin
Copy link
Contributor

Discussed offline. The validation on AL2023 will be performed locally since this platform has not be covered in the GitHub workflow.

@mythri-garaga
Copy link
Contributor

mythri-garaga commented Apr 10, 2023

@Realmonia,

Do we need to qualify this?

Will qualify this change AMI with old docker version(19.03.13) before merging. Otherwise we don't have to qualify for latest ECS AMIs since they are already passing PR functional tests.

@mythri-garaga
Copy link
Contributor

mythri-garaga commented Apr 10, 2023

Manually built Agent and ran a simple task on AMI with Docker version 19.03.13 successfullly.

@mythri-garaga mythri-garaga added bot/test and removed dependencies Pull requests that update a dependency file labels Apr 11, 2023
@mythri-garaga mythri-garaga added the dependencies Pull requests that update a dependency file label Apr 11, 2023
@mythri-garaga
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot changed the base branch from dev to master April 13, 2023 00:27
@dependabot dependabot bot dismissed stale reviews from YashdalfTheGray, Realmonia, and mythri-garaga April 13, 2023 00:27

The base branch was changed.

@dependabot dependabot bot force-pushed the dependabot/go_modules/agent/github.com/docker/docker-20.10.24incompatible branch from 1c9218b to ffcc8d0 Compare April 13, 2023 00:27
@dependabot dependabot bot force-pushed the dependabot/go_modules/agent/github.com/docker/docker-20.10.24incompatible branch from ffcc8d0 to b348834 Compare April 27, 2023 23:50
@sparrc
Copy link
Contributor

sparrc commented May 22, 2023

@dependabot rebase

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.23+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v20.10.23...v20.10.24)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/agent/github.com/docker/docker-20.10.24incompatible branch from b348834 to c8e3495 Compare May 22, 2023 23:13
@mythri-garaga mythri-garaga changed the base branch from master to dev May 22, 2023 23:14
ubhattacharjya
ubhattacharjya previously approved these changes May 23, 2023
@fierlion fierlion merged commit 2e0d937 into dev May 23, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/agent/github.com/docker/docker-20.10.24incompatible branch May 23, 2023 23:30
@ubhattacharjya ubhattacharjya mentioned this pull request May 24, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants