Skip to content

Bump Container Registry to v3.41.1-gitlab

Hayley Swimelar requested to merge bump-container-registry-v3-41-1-gitlab into master

What does this MR do?

3.41.1 (2022-05-13)

Bug Fixes

  • avoid logging a misleading warning on 401 response (a36fb76)
  • datastore: attempt to import layers before importing manifests (f95c638)
  • datastore: do not attempt to import manifests with empty layer links (a1bf813)
  • datastore: prevent canceled (pre) imports being marked (pre_)import_complete (a224f0b)
  • distribution: prevent nil cleanup errors in ErrBlobTransferFailed from causing panics (25ebe91)
  • handlers: allow enough time for imports to be canceled before additional pre import attempts (0deddeb)
  • importer: handle buildkit index as manifest (774b9ef)
  • storage/driver/gcs: use CRC32C checksums to validate transferred blobs (f566216)

Related issues

gitlab-org/container-registry#680 (closed)

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated

Merge request reports