Skip to content

CA-399638: The livepatches are absent in the response of /updates #6017

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

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

minglumlu
Copy link
Member

When applying livepatches, for one component, only the latest one will
be applied. This is because the latest livepatch will always roll up all
the previous ones if they are of the same component and base build ID.

The bug to be fixed in this commit is that the previous livepatches with
the same build ID are not returned in the response of the query on
the /updates HTTP endpoint.

When applying livepatches, for one component, only the latest one will
be applied. This is because the latest livepatch will always roll up all
the previous ones if they are of the same component and base build ID.

The bug to be fixed in this commit is that the previous livepatches with
the same build ID are not returned in the response of the query on
the /updates HTTP endpoint.

Signed-off-by: Ming Lu <ming.lu@cloud.com>
Signed-off-by: Ming Lu <ming.lu@cloud.com>
@robhoes robhoes added this pull request to the merge queue Sep 26, 2024
Merged via the queue into xapi-project:master with commit 0384a40 Sep 26, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants