| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
|
|
registry-scanner (#962)
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
|
|
* rename strategies
* update docs
|
|
* feat: support app-wide update-strategy annotations
* refactor: rename constants for pull-secret annotations
|
|
* 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>
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* 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>
|
|
version (#194)
* update image even if only difference is the registry
* refactor: use annotation methods which are more consistent
|
|
* feat: Introduce update strategy 'digest'
Signed-off-by: jannfis <jann@mistrust.net>
* Update tests
Signed-off-by: jannfis <jann@mistrust.net>
* Set dummy digest for update strategy 'digest'
Signed-off-by: jannfis <jann@mistrust.net>
* Update docs
Signed-off-by: jannfis <jann@mistrust.net>
* Update spelling
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* feat: Handle v2 manifest schemas correctly
Signed-off-by: jannfis <jann@mistrust.net>
* Satsify linter
Signed-off-by: jannfis <jann@mistrust.net>
* Fix go.mod
Signed-off-by: jannfis <jann@mistrust.net>
* Spelling
Signed-off-by: jannfis <jann@mistrust.net>
* Spelling
Signed-off-by: jannfis <jann@mistrust.net>
* Update golangci-lint action
Signed-off-by: jannfis <jann@mistrust.net>
|
|
|
|
* feat: Allow ignoring set of tags
* Fix a typo in symbol name
* Rename symbol
* err must be nil; also print trace message
* Update documentation
* Update documentation
* String is already trimmed
|
|
* feat: Enable unique pull secrets per image
* allow more spelling
|
|
* feat: Allow pre-filtering tags for consideration using a matcher
* Fix typo
|
|
|
|
|
|
* feat: Allow setting tag sort mode from annotation
* Update CHANGELOG.md
|