Skip to content

Bump Container Registry to v3.24.1-gitlab

Hayley Swimelar requested to merge bump-container-registry-v3-24-0-gitlab into master

What does this MR do?

3.24.1 (2022-02-09)

Bug Fixes

  • stop creating intermediate repositories and parent/child links (f49eae4)

3.24.0 (2022-02-09)

Bug Fixes

  • datastore: importer: do not pass on manifest errors (37b7db2)
  • datastore: remove unnecessary transaction for manifest pre import (1dd2e30)
  • datastore: repositorystore Update updates migration status (2c1e96f)
  • halt (pre)import on invalid manifest referenced by list (1567594)
  • halt import on tag lookup failure (c10f2e5)
  • halt pre-import on tag lookup failure (002dab7)
  • handlers: handle runImport error (f292acd)
  • migration: parse placeholder for path in import notifier endpoint (621dc4e)
  • migration: typo in import failed status (7fbd392)

Features

  • datastore: use context fields for importer logging (83e783c)
  • handlers: import route: return 409 conflict if repository is importing (c11fd43)
  • handlers: import route: return 424 failed dependency if repository failed previous pre import (9d7c3b4)
  • handlers: import route: return 425 too early if repository is pre importing (13b67de)
  • handlers: metrics for API import route (55fb814)
  • handlers: send import notifications (9827815)
  • handlers: update repository migration status during import (062a47c)
  • make the importer row count logging opt in (a1c476a)

Related issues

gitlab-org/container-registry#584 (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
Edited by Hayley Swimelar

Merge request reports