Skip to content

Update gitlab-org/container-registry from 3.71.0-gitlab to 3.72.0-gitlab

Jaime Martinez requested to merge update-registry-3-72-0 into master

What does this MR do?

3.72.0 (2023-05-02)

Bug Fixes

  • datastore: importer: consistently store config blob media types in database (4cf8c52)
  • datastore: importer: consistently store layer blob media types in database (fc7ce4b)
  • datastore: importer: display counters for new import methods (27cfc44)
  • gc: ignore broken tag link (db3d8d7)

Features

  • api/gitlab/v1: add config digest to List Repository Tags response (299fa44)
  • azure: introduce azure storage driver legacyrootprefix config (4314deb)
  • database: use service discovery for primary address (8fcbca0)
  • handlers: remove online migration routes (0fb586a)
  • proxy: remove pull-through proxy cache feature (557061d)
  • remove migration path label from storage metrics (f7c9402)

Performance Improvements

  • add uber automaxprocs package (873ae97)

Related issues

Related to Release Version v3.72.0-gitlab (gitlab-org/container-registry#999 - 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
  • When ready for review, MR is labeled "~workflow::ready for review" per the Distribution MR workflow

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
  • Validate potential values for new configuration settings. Formats such as integer 10, duration 10s, URI scheme://user:passwd@host:port may require quotation or other special handling when rendered in a template and written to a configuration file.

Merge request reports