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/docker-credential-helpers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: docker/docker-credential-helpers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 28, 2025

  1. go.mod: retract v0.9.1

    `osxkeychain` in v0.9.1 still doesn't list credentials as prior versions
    did. We're retracting this version too.
    
    Signed-off-by: Albin Kerouanton <albinker@gmail.com>
    akerouanton committed Feb 28, 2025
    Copy the full SHA
    50b162c View commit details

Commits on Mar 4, 2025

  1. osxkeychain: list: return full server URIs

    Commit 4cdcdc2 changed the format of `list` output. Before that commit,
    the json keys were containing full URIs (scheme://host/path[:port]),
    but afterward, the keys were only containing the path component.
    
    With this commit, the `list` operation now returns full URIs (fixing the
    regression), and also fixes the malformed URIs issue when a port is
    specified (introduced by 19ec1c3, and affecting >=v0.4.2,<v0.9.0).
    
    Signed-off-by: Albin Kerouanton <albinker@gmail.com>
    akerouanton committed Mar 4, 2025
    Copy the full SHA
    b1d5bf0 View commit details
  2. osxkeychain: tests: uncleaned paths are preserved

    Signed-off-by: Albin Kerouanton <albinker@gmail.com>
    akerouanton committed Mar 4, 2025
    Copy the full SHA
    d8e34f8 View commit details
  3. Merge pull request #364 from akerouanton/fix-regression-v0.9.0

    osxkeychain: list: return full server URIs
    thaJeztah authored Mar 4, 2025
    Copy the full SHA
    9d6cddd View commit details
  4. Merge pull request #363 from akerouanton/retract-v0.9.1

    go.mod: retract v0.9.1
    thaJeztah authored Mar 4, 2025
    Copy the full SHA
    576efaa View commit details
  5. gha: add ubuntu 24.04, remove 20.04

    Github is phasing out Ubuntu 20.04, and currently is doing brownouts;
    actions/runner-images#11101
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 4, 2025
    Copy the full SHA
    ab29a6c View commit details
  6. Merge pull request #366 from thaJeztah/gha_bump_ubuntu

    gha: add ubuntu 24.04, remove 20.04
    akerouanton authored Mar 4, 2025
    Copy the full SHA
    cfd6d21 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v0.9.1...master