| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
|
|
registry-scanner (#962)
Signed-off-by: Ishita Sequeira <ishiseq29@gmail.com>
|
|
requirement for a broader image platform os/arch (#858)
Signed-off-by: Cheng Fang <cfang@redhat.com>
|
|
(#815)
Signed-off-by: Cheng Fang <cfang@redhat.com>
|
|
Signed-off-by: Cheng Fang <cfang@redhat.com>
|
|
Signed-off-by: Jinsu Park <dev.umijs@gmail.com>
|
|
* rename strategies
* update docs
|
|
* feat: support app-wide update-strategy annotations
* refactor: rename constants for pull-secret annotations
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
charts (#317)
* fix: Invalid reference format when using digest strategy with helm charts
Signed-off-by: Agorgianitis Loukas <agorglouk@gmail.com>
* Rename image.GetFullTag() to image.GetTagWithDigest() for clarity
* Add unit tests for image.GetTagWithDigest()
|
|
|
|
* fix: use distribution to parse references
fixes #273
* fix: keep docker.io if it was specified
* fix: remove library/ if it was added
|
|
* upgrade registry dependencies to distribution v3
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* upgrade registry dependencies to distribution v3
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* upgrade registry dependencies to distribution v3
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* upgrade registry dependencies to distribution v3
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* upgrade to distribution v3 an implement ocischema
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* upgrade to distribution v3 an implement ocischema
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* go mod tidy
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* lint
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* fix broken tests
Signed-off-by: ludovicMercier <ludovic.mercier.lm@gmail.com>
* Update to changes from master branch
Signed-off-by: jannfis <jann@mistrust.net>
Co-authored-by: jannfis <jann@mistrust.net>
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* feat: allow write-back to actual kustomization files #199
* fix: was not handling default path correctly
default is the source path
* fix: sort imports
|
|
|
|
version (#194)
* update image even if only difference is the registry
* refactor: use annotation methods which are more consistent
|
|
* allow image updates to be forced if container not present #181
* explain new code, refactor image parsing and test
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* 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>
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
Signed-off-by: jannfis <jann@mistrust.net>
|
|
* feat: Support for getting pull creds from external scripts
* spelling
* be more verbose on error
|
|
* 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
|
|
* fix: Correctly parse & use pull secret entries without protocol
* Update spellchecker for noproto
* Add new dockerconfigjson test file
|
|
|
|
* chore: Add some more unit tests around versions
* Update speling
|
|
Signed-off-by: Michael Goodness <michael.goodness@mlb.com>
|
|
* fix(secrets): correct order of secret and namespace in errors
Signed-off-by: Michael Goodness <michael.goodness@mlb.com>
* chore(rbac): allow get/list/watch of secrets
Signed-off-by: Michael Goodness <michael.goodness@mlb.com>
* chore: rename rolebinding manifest
Signed-off-by: Michael Goodness <michael.goodness@mlb.com>
|
|
* 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
|
|
|
|
|
|
|
|
* enhancement: Enable storing metadata along with image tags
* Update CHANGELOG.md
* Satisfy linter
|
|
|
|
|