-
Notifications
You must be signed in to change notification settings - Fork 13
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
engine: UDS state and intelligent removes #614
Comments
I suspect the first part of this is likely keeping track of bundles in a secret (similar to how zarf stores package state in a secret)? If the "bundle state secret" keeps track of zarf packages (at a minimum) then on an "upgrade" we would know which packages were removed/added. I think there's probably another layer that zarf might need to handle (component removals) but handling bundle state is a good first thing to tackle. |
@UncleGedd we definitely have hit this problem with |
@decleaver is working on a design doc for this feature over in #834 |
Need to figure out vision for UDS state with @jeff-mccoy |
Spoke with Jeff and agreed to implement a minimal version of UDS state |
Update: we're evaluating options here, so I'm going to close this issue at this time. |
Is your feature request related to a problem? Please describe
Intelligent package handling on bundle upgrades
Describe the solution you'd like
uds-bundle.yaml
Additional context
The text was updated successfully, but these errors were encountered: