Release description
This release brings several new features as well as bug fixes.
The major new features in this release are the ability to specify per-image pull secrets via an annotation, i.e. argocd-image-updater.argoproj.io/myimage.pull-secret: secret:mynamespace/mysecret#somefield
and the pre-filtering of tags returned by the registry. The latter feature allows you to exclude specific tags from being considered for update.
Also, GitHub Docker Registry is now supported.
Upgrade notes (no really, you MUST read this)
N/A
Bug fixes
- fix: Properly load registry configuration
- fix: Use a default path for registries.conf
- fix: Make installation base compatible with Kustomize v2
New features
- feat: Allow filtering of tags using built-in filter functions
- feat: Allow specifying per-image pull secrets
- feat: Support GitHub Docker registry
Other changes
- refactor: Lots of refactoring "under the hood"