Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fb59821
Choose a base ref
...
head repository: docker/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8900f1d
Choose a head ref
  • 14 commits
  • 16 files changed
  • 4 contributors

Commits on Jun 19, 2026

  1. build(deps): bump crazy-max/.github/.github/workflows/zizmor.yml

    Bumps [crazy-max/.github/.github/workflows/zizmor.yml](https://github.com/crazy-max/.github) from 1.10.0 to 1.10.1.
    - [Release notes](https://github.com/crazy-max/.github/releases)
    - [Commits](crazy-max/.github@716fd1c...46267a6)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/.github/.github/workflows/zizmor.yml
      dependency-version: 1.10.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    d516a10 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. build(deps): bump docker/cagent-action/.github/workflows/review-pr.yml

    Bumps [docker/cagent-action/.github/workflows/review-pr.yml](https://github.com/docker/cagent-action) from 1.5.4 to 1.5.5.
    - [Release notes](https://github.com/docker/cagent-action/releases)
    - [Commits](docker/cagent-action@3f5dc99...367a30d)
    
    ---
    updated-dependencies:
    - dependency-name: docker/cagent-action/.github/workflows/review-pr.yml
      dependency-version: 1.5.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    a973030 View commit details
    Browse the repository at this point in the history
  2. bump VERSION to v29.7.0-dev

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    e45822e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7068 from thaJeztah/bump_version

    bump VERSION to v29.7.0-dev
    thaJeztah authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    1b4c7d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7067 from docker/dependabot/github_actions/docker…

    …/cagent-action/dot-github/workflows/review-pr.yml-1.5.5
    
    build(deps): bump docker/cagent-action/.github/workflows/review-pr.yml from 1.5.4 to 1.5.5
    thaJeztah authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    317bfd1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7063 from docker/dependabot/github_actions/crazy-…

    …max/dot-github/dot-github/workflows/zizmor.yml-1.10.1
    
    build(deps): bump crazy-max/.github/.github/workflows/zizmor.yml from 1.10.0 to 1.10.1
    thaJeztah authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    033b0ff View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. build(deps): bump actions/checkout from 6.0.3 to 7.0.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@df4cb1c...9c091bb)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    7eb15d3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7070 from docker/dependabot/github_actions/action…

    …s/checkout-7.0.0
    
    build(deps): bump actions/checkout from 6.0.3 to 7.0.0
    thaJeztah authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    f8a2d2b View commit details
    Browse the repository at this point in the history
  3. chore: bump docker-agent-action to v2.0.1

    Signed-off-by: Docker Agent <[email protected]>
    docker-agent committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    f9dc4e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2026

  1. vendor: github.com/moby/sys/user v0.4.1

    - user: prevent possible DoS via unbounded parsing of user and group
      database files in GHSA-mjcv-p78q-w5fw. This fixes a similar issue
      as CVE-2026-47262 in containerd.
    - user: prevent falling back to looking up numeric usernames
      Improve handling of numeric user/group to prevent looking up numeric
      values as usernames. This fixes a similar issue as [CVE-2026-46680] in
      containerd.
    - user: update minimum go version to go1.18
    - assorted testing and linting fixes.
    
    [CVE-2026-46680]: GHSA-fqw6-gf59-qr4w
    
    full diff: moby/sys@user/v0.4.0...user/v0.4.1
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    8fda97b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7073 from thaJeztah/bump_moby_user

    vendor: github.com/moby/sys/user v0.4.1
    thaJeztah authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    6430751 View commit details
    Browse the repository at this point in the history
  3. version 29.6.1

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    d9c59c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7069 from docker-agent/auto/migrate-to-docker-age…

    …nt-action
    
    chore: migrate cagent-action to docker-agent-action (v2.0.0)
    thaJeztah authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    22b8f13 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7074 from thaJeztah/version

    version 29.6.1
    thaJeztah authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    8900f1d View commit details
    Browse the repository at this point in the history
Loading