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: 8396edb
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: 292722b
Choose a head ref
  • 8 commits
  • 27 files changed
  • 2 contributors

Commits on Jan 9, 2024

  1. vendor: github.com/danieljoos/wincred v1.2.1

    - Credential Helpers [v0.8.0](https://github.com/docker/docker-credential-helpers/releases/tag/v0.8.0)
    
    full diff: danieljoos/wincred@v1.2.0...v1.2.1
    
    - Updated dependency golang.org/x/sys to version 0.15.0
    - Updated dependency github.com/stretchr/testify to version 1.8.4
    - Added error constant ErrBadUsername that can be used when dealing with domain password credentials.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    218f178 View commit details
    Browse the repository at this point in the history
  2. move trimming whitespace to error-check helpers

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6a3e64c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #307 from thaJeztah/bump_wincred

    vendor: github.com/danieljoos/wincred v1.2.1
    thaJeztah authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8fc3306 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge pull request #306 from thaJeztah/err_checks

    move trimming whitespace to error-check helpers
    thaJeztah authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f642c26 View commit details
    Browse the repository at this point in the history
  2. update to go1.21.6

    go1.20 is reaching EOL soon; let's update to the current version.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9629bd7 View commit details
    Browse the repository at this point in the history
  3. Dockerfile: update golangci-lint to v1.55.2

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f411a65 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #309 from thaJeztah/update_golangci

    Dockerfile: update golangci-lint to v1.55.2
    thaJeztah authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    979dcc4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #308 from thaJeztah/update_golang_1.21.6

    update to go1.21.6
    thaJeztah authored Jan 10, 2024
    1 Configuration menu
    Copy the full SHA
    292722b View commit details
    Browse the repository at this point in the history
Loading