summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
2021-10-25fix: add basic authentication handler (#281)noah
2021-10-21fix: use kyaml to preserve kustomization (#274)noah
2021-10-20fix: use distribution to parse references (#275)noah
2021-10-19fix: Correct client ping endpoint (#278)Ole Mathias Aa. Heggem
2021-10-08fix: Allow insecure registry access (#272)jannfis
2021-10-05chore: Fix unit test (#269)jannfis
2021-10-04chore: Test successful update two images (#264)Zhong, Ming-Xun
2021-10-04fix: multiple image with alias (#266)Zhong, Ming-Xun
2021-09-17feat: Support OCI repositories by using distribution/v3 (#249)Mercier Ludovic
2021-09-12fix: Get tags from correct registry/image with a different kustomize image (#...jannfis
2021-09-09fix: modify SetKustomizeImage logic when use alias-image (#251)Yuta Nishimori
2021-08-02chore: Upgrade Argo CD dependencies to v2.0.5 (#230)jannfis
2021-06-18fix: Don't return original tag if no tag was considered (#219)jannfis
2021-06-15fix: Fix a possible race condition in metadata retrieval (#215)jannfis
2021-05-11feat: allow write-back to actual kustomization files (#200)noah
2021-05-04fix: Correctly marshal non-updated images (#203)jannfis
2021-04-26fix: Add suffix check for docker registry (#195) (#197)MichaelKo
2021-04-26fix : Images not updated if registry or repository is different with same ver...noah
2021-04-15fix: Correctly consider image with force-update set and semver strategy (#192)noah
2021-04-14feat: Allow setting custom Git commit messages (#193)jannfis
2021-04-13feat: allow image updates to be forced if container not present #181 (#189)noah
2021-04-01fix: Prevent nil pointer deref on emtpy tag with running image (#182)jannfis
2021-03-29feat: Introduce update strategy 'digest' (#176)jannfis
2021-03-29fix: Prevent concurrent updates to git repositories (#177)Bartosz Sławianowski
2021-03-27Multiple tags on the same image return same order (#173)Miguel Ángel García
2021-03-26feat: #164 Send events on image change (#167)Miguel Ángel García
2021-03-25fix: Prevent update loop with git write-back (#171)jannfis
2021-03-10fix: Use dedicated HTTP muxers for health and metrics endpoints (#162)jannfis
2021-01-31feat: Allow setting Git user and e-mail for commits (#153)jannfis
2021-01-30feat: Resolve symrefs to allow them as targetRevision for write back (#151)jannfis
2021-01-25feat: support managing Application CRD using K8S client (#140) (#144)Alexander Matyushentsev
2021-01-22feat: Allow reuse of Argo CD repo credentials (#141)Alexander Matyushentsev
2021-01-22fix: run 'git add' for create files before pushing back (#143)Alexander Matyushentsev
2020-12-30refactor: Rename package client to kube (#135)jannfis
2020-12-20feat: Git write-back of parameters (#133)jannfis
2020-12-05fix: Prevent nil pointer dereference in image creds (#126)jannfis
2020-12-04feat: Support for expiring credentials (#124)jannfis
2020-12-04feat: Export Prometheus compatible metrics (#123)jannfis
2020-11-23feat: Support for getting pull creds from external scripts (#121)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-27chore: Externalize version & build information (#104)jannfis
2020-09-27refactor: Introduce allow-tags and deprecate tag-match annotation (#103)jannfis
2020-09-27chore: Add some more unit tests (#102)jannfis
2020-09-27feat: Allow ignoring set of tags (#101)jannfis
2020-09-26fix: Correctly parse & use pull secret entries without protocol (#99)jannfis
2020-09-25feat: Support for GitHub Container Registry (ghcr.io) (#96)jannfis