summaryrefslogtreecommitdiff
path: root/cmd/test.go
AgeCommit message (Collapse)Author
2025-01-07Move references for kube, image, registry to registry-scanner (#998)Ishita Sequeira
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-12-16Update references of pkg/tag pkg/log pkg/options to use modules from ↵Ishita Sequeira
registry-scanner (#962) Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
2024-09-12chore: update test cmd update-strategy description to include all 4 values ↵Cheng Fang
(semver, newest-build, alphabetical, digest) (#864) Signed-off-by: Cheng Fang <cfang@redhat.com>
2022-03-13chore: Log warning in test command on unsupported container platform (#397)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2022-03-13feat: Support multiple platforms for test command (#396)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2022-01-19refactor: Refactor logging to provide more context information (#357)jannfis
* refactor: Refactor logging to provide more context information Signed-off-by: jannfis <jann@mistrust.net> * More context Signed-off-by: jannfis <jann@mistrust.net> * Fix unit tests Signed-off-by: jannfis <jann@mistrust.net>
2022-01-12refactor: rename VersionSortMode to UpdateStrategy (#343)jannfis
Signed-off-by: jannfis <jann@mistrust.net>
2022-01-12fix: Fetch metadata for multi-arch images with latest strategy (#342)jannfis
* fix: Fetch metadata for multi-arch images with latest strategy Signed-off-by: jannfis <jann@mistrust.net> * Simplify Signed-off-by: jannfis <jann@mistrust.net>
2022-01-11feat: Support manifestlist and multi-arch images (#341)jannfis
* feat: Support manifestlist and multi-arch images Signed-off-by: jannfis <jann@mistrust.net> * Add unit test Signed-off-by: jannfis <jann@mistrust.net> * Fix linter issue Signed-off-by: jannfis <jann@mistrust.net>
2021-11-10fix: Rename flag to specify registries config path (#290) (#295)Jan Pieper
Signed-off-by: Jan Pieper <kontakt@jan-pieper.info>
2021-11-06fix: Allow use of in-cluster kube-client for test-command (#288) (#293)Jan Pieper
* Use in-cluster kube client unless k8s is disabled * Assign `ctx` only if needed Signed-off-by: Jan Pieper <kontakt@jan-pieper.info> Co-authored-by: Jan Pieper <kontakt@jan-pieper.info>
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
* feat: allow overriding registry rate limit in test command Signed-off-by: jannfis <jann@mistrust.net> * Add pflag to go.mod Signed-off-by: jannfis <jann@mistrust.net> * Fix linter issue Signed-off-by: jannfis <jann@mistrust.net> * go mod tidy Signed-off-by: jannfis <jann@mistrust.net>
2021-09-15refactor: Move CLI commands into their own files (#254)jannfis
Signed-off-by: jannfis <jann@mistrust.net>