feat: Notify customers if newer submitter is available.#295
Merged
karthikbekalp merged 1 commit intoaws-deadline:mainlinefrom Apr 21, 2026
Merged
feat: Notify customers if newer submitter is available.#295karthikbekalp merged 1 commit intoaws-deadline:mainlinefrom
karthikbekalp merged 1 commit intoaws-deadline:mainlinefrom
Conversation
Contributor
|
We talked on slack about possibly making it so that after clicking "Dismiss", the popup wont appear again until the user reopens nuke. |
731f0ab to
6353d4e
Compare
973518b to
2b5453f
Compare
karthikbekalp
commented
Apr 15, 2026
|
|
||
| dependencies = [ | ||
| "deadline >= 0.49,< 0.56", | ||
| "deadline >= 0.55.1,< 0.56", |
Contributor
Author
There was a problem hiding this comment.
Required for the new config changes.
Signed-off-by: Karthik BekalPattathana <133984042+karthikbekalp@users.noreply.github.com>
2b5453f to
e0ed1e7
Compare
|
npmacl
approved these changes
Apr 18, 2026
MarinMaksutaj
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



What was the problem/requirement? (What/Why)
Customers did not know whether they were on the latest submitter or not. This means they would not have the latest bug fixes or features to work with our product.
This is based off a similar PR for Cinema 4D: aws-deadline/deadline-cloud-for-cinema-4d#414
What was the solution? (How)
Depends on: aws-deadline/deadline-cloud#1070
This adds a dialog which checks our download manifests and if there's a new update available notifies customer that.
What is the impact of this change?
How was this change tested?
Here's the test cases that I manually tested in Nuke on Windows:
_version.pytuplePlease run the integration tests and paste the results below
WIP (Trying to figure out how to run the integration tests)
If
installer/was modified or a file was added/removed fromsrc/, then update the installer tests and post the test results belowDid you run the "Job Bundle Output Tests"? If not, why not? If so, paste the test results here.
Was this change documented?
Is this a breaking change?
No
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.