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.2
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.3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 14, 2025

  1. osxkeychain: store: add atyp attribute

    Prior to v0.9.0, the osxkeychain creds helper was adding the `atyp`
    attribute (ie. authentication type) to its credentials. It was also
    specifying this attribute when querying the keychain for credentials.
    
    Since v0.9.0, we don't set this attribute anymore. So, if a credential
    is stored with v0.9.0+ and then queried with a v0.8.2 helper, the
    atyp attribute will be missing and the credential won't be found.
    
    Signed-off-by: Albin Kerouanton <albinker@gmail.com>
    akerouanton committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    e7bd395 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #367 from akerouanton/osxkeychain-set-atyp

    osxkeychain: store: add atyp attribute
    akerouanton authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    f9d3010 View commit details
    Browse the repository at this point in the history
Loading