Release description
This release adds out-of-the-box support for the new GitHub Container Registry ghcr.io
and lets users ignore certain tags from a repository.
Also, it adds some usability features & fixes.
Upgrade notes (no really, you MUST read this)
Deprecation notice: The annotation argocd-image-updater.argoproj/<image>.tag-match
has been deprecated in favour of argocd-image-updater.argoproj/<image>.allow-tags
to be consistent with the new argocd-image-updater.argoproj/<image>.ignore-tags
annotation. The old annotation will still work, but a warning message will be issued in the log. Users are encouraged to rename their annotations asap, as the tag-match
annotation is subject to removal in a future version of the image updater.
Bug fixes
- fix: Correctly parse & use pull secret entries without protocol (#99)
New features
- feat: Support for GitHub Container Registry (ghcr.io)
- feat: Allow setting log level from configmap (and environment)
- feat: Allow ignoring set of tags
Other changes
- refactor: Introduce allow-tags and deprecate tag-match annotation
- chore: Externalize version & build information