summaryrefslogtreecommitdiff
path: root/pkg/registry
AgeCommit message (Expand)Author
2025-01-07Move references for kube, image, registry to registry-scanner (#998)Ishita Sequeira
2024-12-19Update references of cache, env, health to use modules from registry-scanner ...Ishita Sequeira
2024-12-16Update references of pkg/tag pkg/log pkg/options to use modules from registry...Ishita Sequeira
2024-09-13tests: Improve unit tests for pkg/registry/client.go (#865)Cheng Fang
2024-09-05fix: allow the specific image platform os/arch/variant to meet the requiremen...Cheng Fang
2024-07-12chore(lint): Enable spelling linter (#773)Jann Fischer
2024-07-11chore(tests): Add unit tests to image-updater pkg/health, pkg/version and pkg...Mangaal
2024-07-02fix: add check for the optional ref.Platform field to avoid nil pointer in Ta...Cheng Fang
2023-09-21fix: Add support for ocischema.DeserializedImageIndex manifest type (#618)Jesse Bye
2023-08-10chore(deps): upgrade dependencies for fix vulnerabilities (#599)MichaelKo
2023-07-08chore: Preallocate space for slices with known size (#575)satoru
2023-01-21fix: Also request OCI media type image index (#524)jannfis
2022-11-15fix: update application config sample & replace the deprecated ioutil pkg (#492)YTCai
2022-07-20feat: Rename confusing update strategies (#456)Jaideep Rao
2022-03-13docs: Refactor docs (#398)jannfis
2022-01-27feat: Automatic inferring of registry from image prefix (#369)jannfis
2022-01-22chore: Log out warning about tagsortmode (#363)jannfis
2022-01-19refactor: Refactor logging to provide more context information (#357)jannfis
2022-01-14fix: Use endpoint's transport also for token handler (#349)jannfis
2022-01-12refactor: rename VersionSortMode to UpdateStrategy (#343)jannfis
2022-01-12fix: Fetch metadata for multi-arch images with latest strategy (#342)jannfis
2022-01-11feat: Support manifestlist and multi-arch images (#341)jannfis
2022-01-09feat: use HTTP_PROXY in transport object for registry endpoint if defined in ...Daniel Klockenkämper
2022-01-09fix: Do not retrieve metadata for all tags with digest strategy (#337)jannfis
2022-01-07fix: Request correct mediatype for v1 manifests (#333)jannfis
2022-01-05fix: Fix registry authentication when URL has slash suffix (#331)jannfis
2021-11-05fix: typo in warning message (#291)Jan Pieper
2021-10-25fix: add basic authentication handler (#281)noah
2021-10-19fix: Correct client ping endpoint (#278)Ole Mathias Aa. Heggem
2021-10-08fix: Allow insecure registry access (#272)jannfis
2021-09-17feat: Support OCI repositories by using distribution/v3 (#249)Mercier Ludovic
2021-06-15fix: Fix a possible race condition in metadata retrieval (#215)jannfis
2021-03-29feat: Introduce update strategy 'digest' (#176)jannfis
2020-12-30refactor: Rename package client to kube (#135)jannfis
2020-12-04feat: Support for expiring credentials (#124)jannfis
2020-12-04feat: Export Prometheus compatible metrics (#123)jannfis
2020-11-23refactor: Better integration of rate limiter (#120)jannfis
2020-11-23fix: Provide sane rate limiter defaults (#119)jannfis
2020-11-22feat: Implement rate limiter and metadata parallelism (#118)jannfis
2020-11-22fix: Correctly apply ignore list when matchfunc is not set (#116)jannfis
2020-11-22feat: Get tag creation date also from v2 manifest schemas (#115)jannfis
2020-09-27feat: Allow ignoring set of tags (#101)jannfis
2020-09-25feat: Support for GitHub Container Registry (ghcr.io) (#96)jannfis
2020-09-25fix: Tag sort mode for custom registries aren't honored (#93)jannfis
2020-09-24feat: Allow configuration of default namespace for registries (#91)jannfis
2020-09-22fix: Make insecure registry connection work (#89)jannfis
2020-09-22feat: Allow insecure TLS connections to registries (#87)jannfis
2020-08-27feat: Warm-up image cache on startup (#77)jannfis
2020-08-16fix: Correctly load registry configuration and handle errors (#56)jannfis
2020-08-15feat: Support for GitHub Docker Registry (#55)jannfis