-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Image published to quay.io: https://quay.io/repository/argoprojlabs/argocd-image-updater?tab=tags |
Beta Was this translation helpful? Give feedback.
-
Thanks to the participation of this great community, from submitting PRs, issues, discussions, and sharing your user experience, we were able to include numerous bug and CVE fixes, library upgrades, and new features into this long-awaited release. Ideally, we should've released it often, and early. Some of the new features include webhook support, registry scanner http transport pooling, json logging format, better handling of non-existent and empty helm values file. See github discussion for a complete list. Looking ahead, we'll shift our focus to the crd-based configuration and controller-based reconciliation, and phase out the annotation-based application configuration. You may have noticed the development activities in crd branch, which contains all the work we've been done to implement image updater CRD and controller, and this will be the main driver of our 1.0.0 release in the future. In the meantime, we'll continue to address critical issues in 0.17.x releases, and help users adopt the crd-based configuration once 1.0.0 is available. |
Beta Was this translation helpful? Give feedback.
Thanks to the participation of this great community, from submitting PRs, issues, discussions, and sharing your user experience, we were able to include numerous bug and CVE fixes, library upgrades, and new features into this long-awaited release. Ideally, we should've released it often, and early. Some of the new features include webhook support, registry scanner http transport pooling, json logging format, better handling of non-existent and empty helm values file. See github discussion for a complete list.
Looking ahead, we'll shift our focus to the crd-based configuration and controller-based reconciliation, and phase out the annotation-based application configuration. You may have no…