Loading
Commits on Source 17
-
João Pereira authored
Resolves gitlab-org/container-registry#380.
-
Hayley Swimelar authored
feat(storage/driver/s3-aws): add IRSA auth support See merge request gitlab-org/container-registry!607
-
João Pereira authored
-
Hayley Swimelar authored
fix(handlers): handle blob not found errors when serving head requests See merge request gitlab-org/container-registry!724
-
-
Hayley Swimelar authored
perf(handlers): lookup single blob link instead of looping over all See merge request gitlab-org/container-registry!725
-
Hayley Swimelar authored
-
João Pereira authored
build: allow lightweight tags to be used for registry version See merge request gitlab-org/container-registry!727
-
João Pereira authored
-
Hayley Swimelar authored
feat(datastore): allow removing a connection from the pool after being idle for a period of time See merge request gitlab-org/container-registry!728
-
-
João Pereira authored
fix(handlers): enable cross repository blob mounts without FS mirroring See merge request !726
-
Hayley Swimelar authored
-
Hayley Swimelar authored
fix(storage): never write blob links when FS mirroring is disabled See merge request gitlab-org/container-registry!718
-
-
João Pereira authored
fix(handlers): deny pushes for manifest lists with blob references except manifest cache images See merge request gitlab-org/container-registry!729
-
João Pereira authored
# [3.8.0](gitlab-org/container-registry@v3.7.0-gitlab...v3.8.0-gitlab) (2021-08-17) ### Bug Fixes * **handlers:** deny pushes for manifest lists with blob references except manifest cache images ([79e854aa](gitlab-org/container-registry@79e854aa)) * **handlers:** enable cross repository blob mounts without FS mirroring ([98fe521b](gitlab-org/container-registry@98fe521b)) * **handlers:** handle blob not found errors when serving head requests ([2492b4e4](gitlab-org/container-registry@2492b4e4)) * **storage:** never write blob links when FS mirroring is disabled ([0786b775](gitlab-org/container-registry@0786b775)) ### Features * **datastore:** allow removing a connection from the pool after being idle for a period of time ([0352cc3f](gitlab-org/container-registry@0352cc3f)) * **storage/driver/s3-aws:** add IRSA auth support ([de693316](gitlab-org/container-registry@de693316)) ### Performance Improvements * **handlers:** lookup single blob link instead of looping over all ([46f16420](gitlab-org/container-registry@46f16420))