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: v25.0.2
Choose a base ref
...
head repository: docker/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.0.3
Choose a head ref
  • 11 commits
  • 13 files changed
  • 5 contributors

Commits on Jan 31, 2024

  1. Add Linode docker volume plugin

    Signed-off-by: Zhiwei Liang <zliang@akamai.com>
    (cherry picked from commit 1f9573b)
    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    zliang-akamai authored and dvdksn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    617bc98 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. vendor: github.com/docker/docker v25.0.1

    relevant changes:
    
    - Fix isGitURL regular expression
    - pkg/system: return even richer xattr errors
    
    full diff: moby/moby@v25.0.0...v25.0.1
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 4b1ed1f)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    71f2b0d View commit details
    Browse the repository at this point in the history
  2. vendor: github.com/docker/docker v25.0.2

    no changes in vendored code
    
    full diff: moby/moby@v25.0.1...v25.0.2
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    62b2963 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4837 from dvdksn/25.0_docs_backport_linode_volume…

    …_plugin
    
    [25.0 Backport] docs: Add Linode docker volume plugin #4396
    thaJeztah authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c105cd3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4841 from thaJeztah/25.0_vendor_docker_25.0.2

    [25.0] vendor: github.com/docker/docker v25.0.2
    thaJeztah authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5f1b610 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. tests: add tests for cli-plugins/socket

    Signed-off-by: Laura Brehm <laurabrehm@hey.com>
    (cherry picked from commit 469bfc0)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    laurazard authored and thaJeztah committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d8e07c9 View commit details
    Browse the repository at this point in the history
  2. scripts: don't hardcode architecture in e2e script

    Signed-off-by: Laura Brehm <laurabrehm@hey.com>
    (cherry picked from commit 1c4d6d8)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    laurazard authored and thaJeztah committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2f6b5ad View commit details
    Browse the repository at this point in the history
  3. tests: add plugin-socket-compatibility tests

    Adds a new plugin to the e2e plugins that simulates an older
    plugin binary and a test suite to ensure older plugin binaries
    keep behaving the same with newer CLI versions.
    
    Signed-off-by: Laura Brehm <laurabrehm@hey.com>
    (cherry picked from commit cfa9fef)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    laurazard authored and thaJeztah committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1cbc218 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump codecov/codecov-action from 3 to 4

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit b123ce6)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    dependabot[bot] authored and thaJeztah committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5428301 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4856 from thaJeztah/25.0_backport_plugin-socket-t…

    …ests
    
    [25.0 backport] Add tests for CLI/plugin communication
    thaJeztah authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5e6ce1b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4857 from thaJeztah/25.0_backport_codecov-action-4

    [25.0 backport] build(deps): Bump codecov/codecov-action from 3 to 4
    thaJeztah authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4debf41 View commit details
    Browse the repository at this point in the history
Loading