Update module github.com/docker/docker/v23 to v23.0.3 #29

Merged
nemunaire merged 1 commits from renovate/github.com-docker-docker-v23-23.x into master 2023-04-09 17:48:23 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/docker/docker/v23 require patch v23.0.1 -> v23.0.3

Release Notes

docker/docker

v23.0.3

Compare Source

23.0.3

Note

Due to an issue with CentOS 9 Stream's package repositories, packages for
CentOS 9 are currently unavailable. Packages for CentOS 9 may be added later,
or as part of the next (23.0.4) patch release.

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.
Packaging Updates

v23.0.2

Compare Source

23.0.2

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

Bug fixes and enhancements
Packaging

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/docker/docker/v23](https://github.com/docker/docker) | require | patch | `v23.0.1` -> `v23.0.3` | --- ### Release Notes <details> <summary>docker/docker</summary> ### [`v23.0.3`](https://github.com/moby/moby/releases/tag/v23.0.3) [Compare Source](https://github.com/docker/docker/compare/v23.0.2...v23.0.3) #### 23.0.3 > **Note** > > Due to an issue with CentOS 9 Stream's package repositories, packages for > CentOS 9 are currently unavailable. Packages for CentOS 9 may be added later, > or as part of the next (23.0.4) patch release. ##### 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](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28841), [CVE-2023-28840](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-28840), and [CVE-2023-28842](https://cve.mitre.org/cgi-bin/cvename.cgi?name=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](https://github.com/moby/moby/security/advisories/GHSA-vwm3-crmr-xfxw) to ensure that unintentional exposure has not occurred. ##### Packaging Updates - Update containerd to [v1.6.20](https://github.com/containerd/containerd/releases/tag/v1.6.20). - Update runc to [v1.1.5](https://github.com/opencontainers/runc/releases/tag/v1.1.5). ### [`v23.0.2`](https://github.com/moby/moby/releases/tag/v23.0.2) [Compare Source](https://github.com/docker/docker/compare/v23.0.1...v23.0.2) #### 23.0.2 For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: - [docker/cli, 23.0.2 milestone](https://github.com/docker/cli/milestone/75?closed=1) - [moby/moby, 23.0.2 milestone](https://github.com/moby/moby/milestone/114?closed=1) ##### Bug fixes and enhancements - Fully resolve missing checks for `apparmor_parser` when an AppArmor enabled kernel is detected. [containerd/containerd#&#8203;8087](https://github.com/containerd/containerd/pull/8087), [moby/moby#&#8203;45043](https://github.com/moby/moby/pull/45043) - Ensure that credentials are redacted from Git URLs when generating BuildKit buildinfo. Fixes [CVE-2023-26054](https://github.com/moby/buildkit/security/advisories/GHSA-gc89-7gcr-jxqc). [moby/moby#&#8203;45110](https://github.com/moby/moby/pull/45110) - Fix anonymous volumes created by a `VOLUME` line in a Dockerfile being excluded from volume prune. [moby/moby#&#8203;45159](https://github.com/moby/moby/pull/45159) - Fix a failure to properly propagate errors during removal of volumes on a Swarm node. [moby/moby#&#8203;45155](https://github.com/moby/moby/pull/45155) - Temporarily work around a bug in BuildKit `COPY --link` by disabling mergeop/diffop optimization. [moby/moby#&#8203;45112](https://github.com/moby/moby/pull/45112) - Properly clean up child tasks when a parent Swarm job is removed. [moby/swarmkit#&#8203;3112](https://github.com/moby/swarmkit/pull/3112), [moby/moby#&#8203;45107](https://github.com/moby/moby/pull/45107) - Fix Swarm service creation logic so that both a GenericResource and a non-default network can be used together. [moby/swarmkit#&#8203;3082](https://github.com/moby/swarmkit/pull/3082), [moby/moby#&#8203;45107](https://github.com/moby/moby/pull/45107) - Fix Swarm CSI support requiring the CSI plugin to offer staging endpoints in order to publish a volume. [moby/swarmkit#&#8203;3116](https://github.com/moby/swarmkit/pull/3116), [moby/moby#&#8203;45107](https://github.com/moby/moby/pull/45107) - Fix a panic caused by log buffering in some configurations. [containerd/fifo#&#8203;47](https://github.com/containerd/fifo/pull/47), [moby/moby#&#8203;45051](https://github.com/moby/moby/pull/45051) - Log errors in the REST to Swarm gRPC API translation layer at the debug level to reduce redundancy and noise. [moby/moby#&#8203;45016](https://github.com/moby/moby/pull/45016) - Fix a DNS resolution issue affecting containers created with `--dns-opt` or `--dns-search` when `systemd-resolved` is used outside the container. [moby/moby#&#8203;45000](https://github.com/moby/moby/pull/45000) - Fix a panic when logging errors in handling DNS queries originating from inside a container. [moby/moby#&#8203;44980](https://github.com/moby/moby/pull/44980) - Improve the speed of `docker ps` by allowing users to opt out of size calculations with `--size=false`. [docker/cli#&#8203;4107](https://github.com/docker/cli/pull/4107) - Extend support for Bash completion to all plugins. [docker/cli#&#8203;4092](https://github.com/docker/cli/pull/4092) - Fix `docker stack deploy` failing on Windows when special environment variables set by `cmd.exe` are present. [docker/cli#&#8203;4083](https://github.com/docker/cli/pull/4083) - Add forward compatibility for future API versions by considering empty image tags to be the same as `<none>`. [docker/cli#&#8203;4065](https://github.com/docker/cli/pull/4065) - Atomically write context files to greatly reduce the probability of corruption, and improve the error message for a corrupt context. [docker/cli#&#8203;4063](https://github.com/docker/cli/pull/4063) ##### Packaging - Upgrade Go to `1.19.7`. [docker/docker-ce-packaging#&#8203;857](https://github.com/docker/docker-ce-packaging/pull/857), [docker/cli#&#8203;4086](https://github.com/docker/cli/pull/4086), [moby/moby#&#8203;45137](https://github.com/moby/moby/pull/45137) - Upgrade `containerd` to `v1.6.19`. [moby/moby#&#8203;45084](https://github.com/moby/moby/pull/45084), [moby/moby#&#8203;45099](https://github.com/moby/moby/pull/45099) - Upgrade Buildx to `v0.10.4`. [docker/docker-ce-packaging#&#8203;855](https://github.com/docker/docker-ce-packaging/pull/855) - Upgrade Compose to `v2.17.2`. [docker/docker-ce-packaging#&#8203;867](hhttps://github.com/docker/docker-ce-packaging/pull/867) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMS40IiwidXBkYXRlZEluVmVyIjoiMzUuMzEuNCJ9-->
Author
Contributor

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/docker/docker/v23@v23.0.3: missing github.com/docker/docker/go.mod and .../v23/go.mod at revision v23.0.3

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... go: github.com/docker/docker/v23@v23.0.3: missing github.com/docker/docker/go.mod and .../v23/go.mod at revision v23.0.3 ```
renovate-bot force-pushed renovate/github.com-docker-docker-v23-23.x from 16602e0a6f to 4fe4f7385c 2023-04-04 20:25:14 +00:00 Compare
renovate-bot force-pushed renovate/github.com-docker-docker-v23-23.x from 4fe4f7385c to e053ea9694 2023-04-05 00:24:49 +00:00 Compare
renovate-bot changed title from Update module github.com/docker/docker/v23 to v23.0.2 to Update module github.com/docker/docker/v23 to v23.0.3 2023-04-05 00:24:49 +00:00
renovate-bot force-pushed renovate/github.com-docker-docker-v23-23.x from e053ea9694 to c4018bf512 2023-04-06 22:23:19 +00:00 Compare
nemunaire merged commit c4018bf512 into master 2023-04-09 17:48:23 +00:00
nemunaire deleted branch renovate/github.com-docker-docker-v23-23.x 2023-04-09 17:48:24 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nemunaire/minifaas#29
No description provided.