Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.23.0 #1667

Merged
merged 3 commits into from Sep 29, 2022
Merged

v5.23.0 #1667

merged 3 commits into from Sep 29, 2022

Commits on Sep 29, 2022

  1. Update to github.com/opencontainers/image-spec@v1.1.0-rc1

    > go get github.com/opencontainers/image-spec@v1.1.0-rc1
    > go mod tidy
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Sep 29, 2022
    Copy the full SHA
    b5f2544 View commit details
    Browse the repository at this point in the history
  2. Release v5.23.0

    Image.Inspect now provides more information.
    
    Improved support for registries that require authentication, notably for
    the search operation.
    
    - Cirrus: Use the latest imgts container
    - Cirrus: Update CI VM images
    - Replace use of deprecated io/ioutil
    - Reformat with Go 1.19's gofmt
    - Use c/image's reference package
    - Rename archiveImageDestination.writer to file
    - Introduce archiveImageDestination.closeWriter
    - Use an *archive.Writer in dockerArchiveReference and dockerArchiveDestination
    - Inline openArchiveForWriting into archive.Writer
    - Automaticaly delete a docker-archive if we didn't write a complete image
    - Update a test dependency to avoid override problems
    - docker_client: Handle "invalid_scope" errors
    - Document limitations of transports for remote podman client
    - Remove github.com/docker/distribution/registry/client package
    - Log invalid and empty credential helper entries
    
    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Sep 29, 2022
    Copy the full SHA
    3443821 View commit details
    Browse the repository at this point in the history
  3. Bump to v5.23.1-dev

    Signed-off-by: Miloslav Trmač <mitr@redhat.com>
    mtrmac committed Sep 29, 2022
    Copy the full SHA
    f649a19 View commit details
    Browse the repository at this point in the history