summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-16fix: Correctly load registry configuration and handle errors (#56)jannfis
2020-08-15feat: Support for GitHub Docker Registry (#55)jannfis
2020-08-14docs: Document pull secrets per image (#53)jannfis
2020-08-13feat: Enable unique pull secrets per image (#52)jannfis
2020-08-13chore: Some more unit tests and new internal methods (#51)jannfis
2020-08-13docs: Update docs to include new tag filter feature (#50)jannfis
2020-08-13chore: Add test for filtering tags (#49)jannfis
2020-08-13fix: Prevent panic when removing tags (#48)jannfis
2020-08-13feat: Allow pre-filtering tags for consideration using a matcher (#47)jannfis
2020-08-12chore: Add some more unit tests (#46)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: Also check spelling on PRs (#41)jannfis
2020-08-11chore: Add check-spelling/check-spelling (#39)Josh Soref
2020-08-11chore: Fix typos (#40)jannfis
2020-08-11docs: Clarifications for contribution section (#38)jannfis
2020-08-11docs: Update README for some clarifications (#36)jannfis
2020-08-11docs: Remove Typo (#34)Zefool
2020-08-11chore: Update CHANGELOG.md (#33)jannfis
2020-08-11fix: Only fetch metadata when it is required by update-strategy (#32)jannfis
2020-08-10chore: Bump version after release v0.3.0 (#30)jannfis
2020-08-10docs: Document latest features (#29)jannfis
2020-08-10refactor: Rename sort option to update-strategy (#28)jannfis
2020-08-10refactor: Change methods to get target parameter annotations (#27)jannfis
2020-08-10chore: Add some more test cases (#26)jannfis
2020-08-10feat: Allow setting tag sorting per image via annotation (#25)jannfis
2020-08-09docs: Rename "ArgoCD" to "Argo CD" (#24)jannfis
2020-08-09enhancement: Allow sorting of tags by date, semver or name (#23)jannfis
2020-08-09docs: Update README.md (#22)Saradhi Sreegiriraju
2020-08-09refactor: Make version constraints parametrizable (#21)jannfis
2020-08-09chore: Print correct image tag in trace message (#20)jannfis
2020-08-09chore: More unit tests for package tag (#19)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
2020-08-07chore: Bump version number (#13)jannfis
2020-08-06Update CHANGELOG.mdjannfis
2020-08-06Update CHANGELOG.mdjannfis
2020-08-06Merge pull request #12 from jannfis/feat/dry-runjannfis
2020-08-06fix: Typo in annotation names for Helm target parametersjannfis
2020-08-06fix: Correctly get Helm target paramsjannfis
2020-08-06feat: Introduce dry run modejannfis
2020-08-06fix: Enforce sane concurrency limitjannfis
2020-08-06feat: Allow application updates to run simultaneously (#11)jannfis
2020-08-06refactor: Refactor few more methods and add more unit tests (#10)jannfis
2020-08-06chore: Add v1.0.0 milestone link to README (#9)jannfis
2020-08-06docs: Adopt Argo Code of Conduct (#8)jannfis