Skip to content

Bump Container Registry to v3.49.0-gitlab

Hayley Swimelar requested to merge bump-container-registry-v3-49-0-gitlab into master
Bump Container Registry to v3.49.0-gitlab

Bug Fixes

- datastore: do not attempt to import non-distributable layers
- datastore: gracefully handle manifest broken link during imports
- datastore: gracefully handle tags deleted between list and import
- datastore: gracefully handle tags with broken links during imports
- datastore: race condition pushing two or more manifests by tag with the same digest
- handlers: clarify log message when registry is at max concurrent imports
- add missing Close call for serveral resources
- gracefully handle missing tag links during final imports
- allow query aggregated size of repositories under an unknown base path
- datastore: do not ignore last tag lookup error when importing tags
- avoid logging a misleading warning on 401 response
- datastore: attempt to import layers before importing manifests
- datastore: do not attempt to import manifests with empty layer links
- datastore: prevent canceled (pre) imports being marked (pre_)import_complete
- distribution: prevent nil cleanup errors in ErrBlobTransferFailed from causing panics
- handlers: allow enough time for imports to be canceled before additional pre import attempts
- importer: handle buildkit index as manifest
- storage/driver/gcs: use CRC32C checksums to validate transferred blobs
- restore manifest push (by tag) and tag delete webhook notifications
- gracefully handle missing manifest revisions during imports
- correctly handle embedded blob transfer errors
- skip import of broken/invalid manifest list/index references
- skip import of manifests with unlinked config blobs
- allow buildkit indexes without layers
- do not track skipped manifests during pre-imports
- storage/driver/gcs: getObject: do not return non-empty responses along with errors


Features

- add support for ArtifactHUB media types
- add support for CNAB media types
- add support for cosign media types
- add support for OPA media types
- add support for SIF media types
- add support for WASM media types
- add support for additional WASM media types
- add support for Gardener media types
- storage: improve clarity of offline garbage collection log output
- add ability to check/log whether FIPS crypto has been enabled
- add support for additional gardener media types
- add support for additional helm media type
- add support for layer encryption media types
- disable S3 MD5 header in FIPS mode
- retry failed blob transfers due to timeouts once during imports
- add support for additional cosign media types
- add support for additional miscellaneous media types
- add support for additional gardener media types
- add support for additional misc media types
- add support for additional misc media types
- add support for acme rocket media type
- add support for ansible collection media type
- add support for helm chart meta media type
- handlers: attempt to cancel ongoing imports during graceful shutdown
- retry pre import manifests due to transient errors

Changelog: changed

What does this MR do?

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)

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
  • Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
  • trigger-package has a green pipeline running against latest commit

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 the GitLab Chart opened
Edited by Robert Marshall

Merge request reports