chore(release): 0.60.3 - #1312
Merged
Merged
Conversation
Signed-off-by: client-software-ci <[email protected]>
andychoquette
enabled auto-merge (squash)
July 27, 2026 16:21
andychoquette
approved these changes
Jul 27, 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.
0.60.3 (2026-07-27)
Bug Fixes
DeadlineLoginDialog.login()now correctly returnsTrueon successful login. Previously it always returnedFalsedue to comparing against the wrong dialog result code, breaking the documentedif ...login():usage pattern. (fix: DeadlineLoginDialog.login() returns True on successful login #1289)UnboundLocalError) when saving a debug snapshot for a job bundle that has no attachments duringcreate_job_from_job_bundle. (fix: avoid crashes in job bundle submission edge cases #1290)job trace-schedulecommand no longer crashes withZeroDivisionErrorwhen run against in-flight or partial jobs that have no completed session durations or zero session actions. (fix: make job trace-schedule robust to in-flight/partial jobs #1293)/trusted/projectwould incorrectly suppress warnings for paths in sibling directories like/trusted/project-secret/file. The check is now properly anchored. (fix: anchor known-path containment in job bundle submit #1294)deadline). Such paths are now properly redacted. (fix: best-effort avoid logging non-deadline directories in telemetry stack traces #1295)clickdependency has been raised to >= 8.3.3 on Python 3.10+ to address CVE-2026-7246. While deadline-cloud was not directly vulnerable, this resolves security scanner flags. (fix: raise click floor to >= 8.3.3 (CVE-2026-7246) #1283)