-
Notifications
You must be signed in to change notification settings - Fork 42
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
feat(deadline): validate minimum Deadline version for secrets management #573
Conversation
89775f1
to
7c32670
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a commit to remove one extra blank line because that was the only issue I saw left and wanted to save the extra iteration on the review just to remove it. Everything looks good to me now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one minor test semantic. Otherwise this looks great.
b0f0e1d
to
2eb941f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to go. We'll need to wait until the minimum Deadline version is released before we can merge (with a possible rebase required).
bd69cd2
to
c520a5b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release is out and the version number is 10.1.19.4
so let's just bump the min version to that.
c520a5b
to
906a891
Compare
906a891
to
f0cdc58
Compare
Problem
Deadline fully support all changes in RFDK only from version 10.1.19.0.
We need to validate that Deadline Secret management is enabled only from this version
Solution
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license