summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2024-07-02chore(tests): add unit tests for cmd/test.go (#766)Cheng Fang
2024-07-02chore(tests): add unit tests for cmd/template.go, cmd/util.go and cmd/version...Mangaal
2024-07-02add unit tests for cmd/main.go and cmd/run.go (#764)Cheng Fang
2024-06-18feat: Support for signing commits with gpg and ssh (#710)Dustin Lactin
2024-06-16adding tests for ask_pass cmdzhaque44
2024-06-14fix: Make Git credentials work again (#737)Jann Fischer
2022-11-15fix: update application config sample & replace the deprecated ioutil pkg (#492)YTCai
2022-03-13chore: Log warning in test command on unsupported container platform (#397)jannfis
2022-03-13feat: Support multiple platforms for test command (#396)jannfis
2022-01-24feat: support filtering apps by label in CLI (#368)Jaideep Raghunath Rao
2022-01-19refactor: Refactor logging to provide more context information (#357)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
2021-11-10fix: Rename flag to specify registries config path (#290) (#295)Jan Pieper
2021-11-06fix: Allow use of in-cluster kube-client for test-command (#288) (#293)Jan Pieper
2021-10-28fix: Use correct registry URL for parsing pull secrets (#285)jannfis
2021-09-15feat: allow overriding registry rate limit in test command (#256)jannfis
2021-09-15refactor: Move CLI commands into their own files (#254)jannfis
2021-04-14feat: Allow setting custom Git commit messages (#193)jannfis
2021-03-29fix: Prevent concurrent updates to git repositories (#177)Bartosz Sławianowski
2021-03-26feat: #164 Send events on image change (#167)Miguel Ángel García
2021-01-31feat: Allow setting Git user and e-mail for commits (#153)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
2020-12-30refactor: Rename package client to kube (#135)jannfis
2020-12-05feat: Enable test command to specify per-image credentials (#127)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-22feat: add argocd-image-updater test command (#117)jannfis
2020-09-27chore: Externalize version & build information (#104)jannfis
2020-09-26feat: Allow setting log level from configmap (and environment) (#100)jannfis
2020-08-27feat: Warm-up image cache on startup (#77)jannfis
2020-08-24enhancement: Slightly increase verbosity in default log level (#69)jannfis
2020-08-19feat: Allow filtering by application name (#66)jannfis
2020-08-17fix: Use a default path for registries.conf (#60)jannfis
2020-08-16fix: Correctly load registry configuration and handle errors (#56)jannfis
2020-08-12refactor: Move update logic to argocd package and provide more tests (#45)jannfis
2020-08-12refactor: Make ArgoCD client mockable and add unit tests (#44)jannfis
2020-08-12refactor: Give env methods their own package (#43)jannfis
2020-08-12refactor: Make registry client mockable and provide first set of unit tests (...jannfis
2020-08-11chore: Fix typos (#40)jannfis
2020-08-11fix: Only fetch metadata when it is required by update-strategy (#32)jannfis
2020-08-10refactor: Rename sort option to update-strategy (#28)jannfis
2020-08-10feat: Allow setting tag sorting per image via annotation (#25)jannfis
2020-08-09refactor: Make version constraints parametrizable (#21)jannfis
2020-08-09enhancement: Store tag metadata and introduce metadata cache (#18)jannfis
2020-08-08enhancement: Allow storing metadata along with image tag information (#17)jannfis
2020-08-08fix: Possible race while waiting for app updating goroutines (#16)jannfis
2020-08-07enhancement: Provide new "run" and "version" commands to the CLI (#14)jannfis