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: v0.9.2
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 <[email protected]>
    akerouanton committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    50b162c View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    akerouanton committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    b1d5bf0 View commit details
    Browse the repository at this point in the history
  2. osxkeychain: tests: uncleaned paths are preserved

    Signed-off-by: Albin Kerouanton <[email protected]>
    akerouanton committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    d8e34f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #364 from akerouanton/fix-regression-v0.9.0

    osxkeychain: list: return full server URIs
    thaJeztah authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    9d6cddd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #363 from akerouanton/retract-v0.9.1

    go.mod: retract v0.9.1
    thaJeztah authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    576efaa View commit details
    Browse the repository at this point in the history
  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 <[email protected]>
    thaJeztah committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    ab29a6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #366 from thaJeztah/gha_bump_ubuntu

    gha: add ubuntu 24.04, remove 20.04
    akerouanton authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    cfd6d21 View commit details
    Browse the repository at this point in the history
Loading