Skip to content

Bump Container Registry to v3.49.0-gitlab

Hayley Swimelar requested to merge bump-container-registry-v3-49-0-gitlab into main

What does this Merge Request do and why?

3.49.0 (2022-06-21)

Bug Fixes

  • storage/driver/gcs: getObject: do not return non-empty responses along with errors (e1b3b47)

Features

  • add support for ansible collection media type (4bf5eeb)
  • add support for helm chart meta media type (93fa792)
  • handlers: attempt to cancel ongoing imports during graceful shutdown (a18ef92)

3.48.0 (2022-06-10)

Features

  • retry pre import manifests due to transient errors (b4ef1ff)

Reverts

  • temporarily gracefully handle nested lists during imports (cbdaf09)

3.47.0 (2022-06-07)

Bug Fixes

  • temporarily gracefully handle nested lists during imports (204012c)

Features

  • add support for acme rocket media type (5a85856)

3.46.0 (2022-06-03)

Bug Fixes

  • allow buildkit indexes without layers (6d2c356)
  • do not track skipped manifests during pre-imports (dfde6ff)

Features

  • add support for additional gardener media types (7626dd7)
  • add support for additional misc media types (13c34ce)
  • add support for additional misc media types (1ea61f6)

3.45.0 (2022-06-01)

Bug Fixes

  • correctly handle embedded blob transfer errors (1ec37dd)
  • skip import of broken/invalid manifest list/index references (248904f)
  • skip import of manifests with unlinked config blobs (f65a3e6)

Features

  • add support for additional miscellaneous media types (b315ac8)

3.44.0 (2022-05-31)

Bug Fixes

  • datastore: include digest and repository in unknown manifest class import error (22ea61a)

Features

  • add support for additional cosign media types (dcd3e13)
  • add support for additional helm media type (7b64fc7)
  • add support for layer encryption media types (079adfb)
  • disable S3 MD5 header in FIPS mode (42a82ab)
  • retry failed blob transfers due to timeouts once during imports (da4a785)

3.43.0 (2022-05-20)

Bug Fixes

  • gracefully handle missing manifest revisions during imports (bc7c43f)

Features

  • add ability to check/log whether FIPS crypto has been enabled (1ac2454)
  • add support for additional gardener media types (10153f8)

3.42.0 (2022-05-18)

Bug Fixes

  • restore manifest push (by tag) and tag delete webhook notifications (e6a7984)

Features

  • storage: improve clarity of offline garbage collection log output (8b6129a)

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)

3.41.0 (2022-05-05)

Bug Fixes

  • allow query aggregated size of repositories under an unknown base path (89c2d3b)
  • datastore: do not ignore last tag lookup error when importing tags (4b149b2)

Features

  • add support for additional WASM media types (e8c58c8)
  • add support for Gardener media types (967b1a5)

3.40.0 (2022-05-04)

Bug Fixes

  • add missing Close call for serveral resources (78d0aaf)
  • gracefully handle missing tag links during final imports (3cdbfa3)

Features

  • add support for ArtifactHUB media types (d58f4b3)
  • add support for CNAB media types (986b213)
  • add support for cosign media types (247849e)
  • add support for OPA media types (73c83ff)
  • add support for SIF media types (d80268e)
  • add support for WASM media types (210317a)

3.39.3 (2022-05-02)

Bug Fixes

  • datastore: do not attempt to import non-distributable layers (7449428)
  • datastore: gracefully handle manifest broken link during imports (32bc992)
  • datastore: gracefully handle tags deleted between list and import (1c1a6d6)
  • datastore: gracefully handle tags with broken links during imports (2b53c0d)
  • datastore: race condition pushing two or more manifests by tag with the same digest (54accd5)
  • handlers: clarify log message when registry is at max concurrent imports (aa3825c)

Related issues

container-registry#715 (closed)

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