Skip to content

Bump Container Registry to v3.24.1-gitlab

Hayley Swimelar requested to merge bump-container-registry-v3-24-1-gitlab into main

What does this MR do and why?

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)

3.23.0 (2022-01-20)

Features

  • api/gitlab/v1: implement get repository details operation (d2e92b9)
  • handlers: enable pre-imports via the Gitlab V1 API (967a0c9)

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports