-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add opinionated but configurable automatic updates #5
Comments
I'd suggest considering renovatebot as the framework for auto-updating. We can contribute to the project in case it doesn't support this use case. |
Big +1 for renovate. Although I'm not sure how it would work in the model unless a "treefile" is somewhat tracked by GitOps |
@lmilbaum as I understand it, this issue is about updating a bootc OS deployment, not about updating code dependencies in this repo. So to me that sounds rather unrelated to renovate. |
@cgwalters are you planning on adding support for Cincinnati in bootc, or do you have an alternative in mind? |
also ref coreos/fedora-coreos-tracker#1263 |
IMO no; that's exactly the kind of thing that can live as a higher level project. A huge difference here vs e.g. FCOS is the emphasis (and raw ability) to trivially derive builds. And one of those things that's now easy to inject is a custom tool to do OS updates. |
This was fixed by #179 |
Let's steal some of the logic and code from https://github.com/coreos/zincati/blob/main/docs/usage/auto-updates.md
The text was updated successfully, but these errors were encountered: