index
:
argocd-image-updater.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
main.go
Age
Commit message (
Expand
)
Author
2025-01-07
Move references for kube, image, registry to registry-scanner (#998)
Ishita Sequeira
2024-06-18
feat: Support for signing commits with gpg and ssh (#710)
Dustin Lactin
2024-06-14
fix: Make Git credentials work again (#737)
Jann Fischer
2022-01-24
feat: support filtering apps by label in CLI (#368)
Jaideep Raghunath Rao
2021-09-15
refactor: Move CLI commands into their own files (#254)
jannfis
2021-04-14
feat: Allow setting custom Git commit messages (#193)
jannfis
2021-03-29
fix: Prevent concurrent updates to git repositories (#177)
Bartosz Sławianowski
2021-03-26
feat: #164 Send events on image change (#167)
Miguel Ángel García
2021-01-31
feat: Allow setting Git user and e-mail for commits (#153)
jannfis
2021-01-25
feat: support managing Application CRD using K8S client (#140) (#144)
Alexander Matyushentsev
2021-01-22
feat: Allow reuse of Argo CD repo credentials (#141)
Alexander Matyushentsev
2020-12-30
refactor: Rename package client to kube (#135)
jannfis
2020-12-05
feat: Enable test command to specify per-image credentials (#127)
jannfis
2020-12-04
feat: Export Prometheus compatible metrics (#123)
jannfis
2020-11-23
feat: Support for getting pull creds from external scripts (#121)
jannfis
2020-11-22
feat: add argocd-image-updater test command (#117)
jannfis
2020-09-27
chore: Externalize version & build information (#104)
jannfis
2020-09-26
feat: Allow setting log level from configmap (and environment) (#100)
jannfis
2020-08-27
feat: Warm-up image cache on startup (#77)
jannfis
2020-08-24
enhancement: Slightly increase verbosity in default log level (#69)
jannfis
2020-08-19
feat: Allow filtering by application name (#66)
jannfis
2020-08-17
fix: Use a default path for registries.conf (#60)
jannfis
2020-08-16
fix: Correctly load registry configuration and handle errors (#56)
jannfis
2020-08-12
refactor: Move update logic to argocd package and provide more tests (#45)
jannfis
2020-08-12
refactor: Make ArgoCD client mockable and add unit tests (#44)
jannfis
2020-08-12
refactor: Give env methods their own package (#43)
jannfis
2020-08-12
refactor: Make registry client mockable and provide first set of unit tests (...
jannfis
2020-08-11
chore: Fix typos (#40)
jannfis
2020-08-11
fix: Only fetch metadata when it is required by update-strategy (#32)
jannfis
2020-08-10
refactor: Rename sort option to update-strategy (#28)
jannfis
2020-08-10
feat: Allow setting tag sorting per image via annotation (#25)
jannfis
2020-08-09
refactor: Make version constraints parametrizable (#21)
jannfis
2020-08-09
enhancement: Store tag metadata and introduce metadata cache (#18)
jannfis
2020-08-08
enhancement: Allow storing metadata along with image tag information (#17)
jannfis
2020-08-08
fix: Possible race while waiting for app updating goroutines (#16)
jannfis
2020-08-07
enhancement: Provide new "run" and "version" commands to the CLI (#14)
jannfis
2020-08-06
fix: Correctly get Helm target params
jannfis
2020-08-06
feat: Introduce dry run mode
jannfis
2020-08-06
fix: Enforce sane concurrency limit
jannfis
2020-08-06
feat: Allow application updates to run simultaneously (#11)
jannfis
2020-08-06
refactor: Refactor few more methods and add more unit tests (#10)
jannfis
2020-08-06
refactor: Reduce ArgoCD client requests (#4)
jannfis
2020-08-05
Fix default ArgoCD server address
jannfis
2020-08-04
Initial commit
jannfis