-
Notifications
You must be signed in to change notification settings - Fork 196
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
5.0.x: fix: Clear the inventory data hash on re-authentication #1726
base: 5.0.x
Are you sure you want to change the base?
Conversation
This fixes the case where e.g. a third party tool re-authenticates by using the D-Bus API while mender-update is waiting for the next poll interval to expire. The inventory will now be resubmitted when the poll triggers. Ticket: MEN-7873 Changelog: Title Signed-off-by: John Olav Lund <[email protected]>
@jo-lund, Let me know if you want to start the integration pipeline by mentioning me and the command "start pipeline". my commands and optionsYou can trigger a pipeline on multiple prs with:
You can start a fast pipeline, disabling full integration tests with:
You can trigger GitHub->GitLab branch sync with:
You can cherry pick to a given branch or branches with:
|
@mender-test-bot start pipeline |
Hello 😺 I created a pipeline for you here: Pipeline-1629452356 Build Configuration Matrix
|
@mender-test-bot start pipeline --pr mender-qa/770 --pr integration/2705 |
Hello 😺 I created a pipeline for you here: Pipeline-1637361121 Build Configuration Matrix
|
@mender-test-bot start pipeline |
Hello 😺 I created a pipeline for you here: Pipeline-1637890857 Build Configuration Matrix
|
Merging these commits will result in the following changelog entries: Changelogsmender (5.0.x)New changes in mender since 5.0.x: Bug Fixes
|
@mender-test-bot start pipeline |
Hello 😺 I created a pipeline for you here: Pipeline-1637962244 Build Configuration Matrix
|
This fixes the case where e.g. a third party tool re-authenticates by using the D-Bus API while mender-update is waiting for the next poll interval to expire. The inventory will now be resubmitted when the poll triggers.
Ticket: MEN-7873
Changelog: Title