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
/
pkg
/
image
Age
Commit message (
Expand
)
Author
2025-01-07
Move references for kube, image, registry to registry-scanner (#998)
Ishita Sequeira
2024-12-16
Update references of pkg/tag pkg/log pkg/options to use modules from registry...
Ishita Sequeira
2024-09-05
fix: allow the specific image platform os/arch/variant to meet the requiremen...
Cheng Fang
2024-08-07
fix: Improper parsing of image identifiers having both tag name and digest (#...
Cheng Fang
2024-08-07
tests: Add unit tests to image-updater pkg/image (#810)
Cheng Fang
2023-09-28
chore(deps): Bump semver package version from v1 to v3 (#625)
Jinsu Park
2022-07-20
feat: Rename confusing update strategies (#456)
Jaideep Rao
2022-01-29
feat: Support app-wide update-strategy annotations (#338)
Jan Pieper
2022-01-22
chore: Log out warning about tagsortmode (#363)
jannfis
2022-01-19
refactor: Refactor logging to provide more context information (#357)
jannfis
2022-01-12
refactor: rename VersionSortMode to UpdateStrategy (#343)
jannfis
2022-01-12
fix: Fetch metadata for multi-arch images with latest strategy (#342)
jannfis
2022-01-11
feat: Support manifestlist and multi-arch images (#341)
jannfis
2021-12-16
fix: Invalid image reference format when using digest strategy with helm char...
Agorgianitis Loukas
2021-10-28
fix: Use correct registry URL for parsing pull secrets (#285)
jannfis
2021-10-20
fix: use distribution to parse references (#275)
noah
2021-09-17
feat: Support OCI repositories by using distribution/v3 (#249)
Mercier Ludovic
2021-06-18
fix: Don't return original tag if no tag was considered (#219)
jannfis
2021-05-11
feat: allow write-back to actual kustomization files (#200)
noah
2021-04-26
fix: Add suffix check for docker registry (#195) (#197)
MichaelKo
2021-04-26
fix : Images not updated if registry or repository is different with same ver...
noah
2021-04-13
feat: allow image updates to be forced if container not present #181 (#189)
noah
2021-04-01
fix: Prevent nil pointer deref on emtpy tag with running image (#182)
jannfis
2021-03-29
feat: Introduce update strategy 'digest' (#176)
jannfis
2020-12-30
refactor: Rename package client to kube (#135)
jannfis
2020-12-05
fix: Prevent nil pointer dereference in image creds (#126)
jannfis
2020-11-23
feat: Support for getting pull creds from external scripts (#121)
jannfis
2020-11-22
feat: Get tag creation date also from v2 manifest schemas (#115)
jannfis
2020-09-27
refactor: Introduce allow-tags and deprecate tag-match annotation (#103)
jannfis
2020-09-27
feat: Allow ignoring set of tags (#101)
jannfis
2020-09-26
fix: Correctly parse & use pull secret entries without protocol (#99)
jannfis
2020-09-10
fix: Correctly handle version constraints with equal sign (#84)
jannfis
2020-08-25
chore: Add some more unit tests around versions (#73)
jannfis
2020-08-25
fix(regexp): only check semver & constraint if sorting by semver (#71)
Michael Goodness
2020-08-24
Secrets (#68)
Michael Goodness
2020-08-13
feat: Enable unique pull secrets per image (#52)
jannfis
2020-08-13
feat: Allow pre-filtering tags for consideration using a matcher (#47)
jannfis
2020-08-11
chore: Fix typos (#40)
jannfis
2020-08-10
refactor: Rename sort option to update-strategy (#28)
jannfis
2020-08-10
refactor: Change methods to get target parameter annotations (#27)
jannfis
2020-08-10
chore: Add some more test cases (#26)
jannfis
2020-08-10
feat: Allow setting tag sorting per image via annotation (#25)
jannfis
2020-08-09
enhancement: Allow sorting of tags by date, semver or name (#23)
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-04
Fix lint complaints
jannfis
2020-08-04
Initial commit
jannfis