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

Release c/image v5.18.0 #1437

Merged
merged 2 commits into from
Jan 10, 2022
Merged

Release c/image v5.18.0 #1437

merged 2 commits into from
Jan 10, 2022

Conversation

mtrmac
Copy link
Collaborator

@mtrmac mtrmac commented Jan 10, 2022

- Add copy.Options.PreserveDigests
- Link the two variants of cannotModifyManifest*Reason together.
- shortnames: mechanism to enforce resolving to Docker Hub
- manifest.GuessMIMEType(): recognize self-described OCI manifests
- Add a comment about only looking up credential helpers by registry
- Reorganize the success case in getCredentialsWithHomeDir
- Introduce a string key in getCredentialsWithHomeDir
- Modify findAuthentication to use a string key instead of a reference.Named
- Allow using namespaced keys in GetCredentials and GetAuthentication
- Rename useLegacyAPI to useLegacyFormat
- Fix GetAllCredentials
- Reject invalid keys in GetCredentials/GetAuthentication
- Make validateKey a bit more strict
- Don't include full manifest contents in error messages
- Log if a manifest upload doesn't contain a Docker-Content-Digest header
- docker/config: handle credentials not found errors
- docker: less bears :(
- Remove unused filler argument to customPartialBlobCounter
- Inline decor.Any into the caller
- Inline sstyle into the only user
- Simplify a check for missing credentials
- Fix handling of missing data in GetAllCredentials
- Fix the pseudo-version of github.com/opencontainers/image-spec
- Update golang.org/x/crypto, and silence warnings about openpgp

Signed-off-by: Miloslav Trmač <[email protected]>
Signed-off-by: Miloslav Trmač <[email protected]>
@rhatdan
Copy link
Member

rhatdan commented Jan 10, 2022

LGTM

@rhatdan rhatdan merged commit 2589324 into containers:main Jan 10, 2022
@mtrmac mtrmac deleted the v5.18 branch January 10, 2022 17:01
@mtrmac
Copy link
Collaborator Author

mtrmac commented Jan 10, 2022

v5.18.0 tagged.

@vrothberg
Copy link
Member

Don't we still need the SIF work for 4.0? Once that merges, we'd need to do another bump to 5.19.

@rhatdan
Copy link
Member

rhatdan commented Jan 11, 2022

Yup, but I would like to get everything tested now.

@vrothberg
Copy link
Member

go get github.com/containers/image/v5@main would be enough for testing. I prefer less releases.

@rhatdan
Copy link
Member

rhatdan commented Jan 11, 2022

I was hoping to trigger dependabots, but they seem to be not working.

@mtrmac
Copy link
Collaborator Author

mtrmac commented Jan 11, 2022

I’m not sure, but it seems to me that Dependabot is reluctant to upgrade from specific git commit pseudo-versions — and both Buildah and Podman use such a git commit reference.

@rhatdan
Copy link
Member

rhatdan commented Jan 11, 2022

I am not seeing them in common either.

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.

3 participants