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

Conversation

mtrmac
Copy link
Collaborator

@mtrmac mtrmac commented Sep 29, 2022

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

> go get github.com/opencontainers/image-spec@v1.1.0-rc1
> go mod tidy

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
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>
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
@rhatdan
Copy link
Member

rhatdan commented Sep 29, 2022

LGTM

@rhatdan rhatdan merged commit 220aeb5 into containers:main Sep 29, 2022
@mtrmac mtrmac deleted the v5.23.0 branch September 29, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants