Skip to content

chore(deps): update deadline requirement from <0.60,>=0.59 to >=0.59,<0.61 - #473

Merged
karthikbekalp merged 2 commits into
mainlinefrom
dependabot/pip/deadline-gte-0.59-and-lt-0.61
Jul 8, 2026
Merged

chore(deps): update deadline requirement from <0.60,>=0.59 to >=0.59,<0.61#473
karthikbekalp merged 2 commits into
mainlinefrom
dependabot/pip/deadline-gte-0.59-and-lt-0.61

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on deadline to permit the latest version.

Release notes

Sourced from deadline's releases.

0.60.0 (2026-07-06)

Features

  • The --output format for CLI commands now auto-detects based on whether stdout is a TTY. Interactive terminals default to verbose (human-readable) output, while pipes, redirection, and CI environments default to json. An explicit --output flag always takes precedence. This removes the need to pass --output json in scripts and automation. (#1237)
Changelog

Sourced from deadline's changelog.

0.60.0 (2026-07-06)

Features

  • The --output format for CLI commands now auto-detects based on whether stdout is a TTY. Interactive terminals default to verbose (human-readable) output, while pipes, redirection, and CI environments default to json. An explicit --output flag always takes precedence. This removes the need to pass --output json in scripts and automation. (#1237)

0.59.2 (2026-07-03)

Features

  • Farms encrypted with a customer-managed KMS key (CMK) that reside in a different region than the monitor are now filtered out of the all-farms list, preventing interactions that would fail due to cross-region CMK limitations. (#1244)

Bug Fixes

  • Pre-submission hooks can now modify job parameters. Previously, parameters were frozen before hooks ran, so changes made by hooks (e.g., rewriting parameter_values.yaml or emitting a "parameters" payload on stdout) were silently ignored. Parameters are now re-resolved after hooks run. (#1242)
  • Pre-GUI environment hooks are now properly loaded during submission. (#1242)
  • Fixed cross-region API calls failing with SigV4 credential-scope mismatches when a non-standard endpoint override was configured in the AWS profile. The endpoint URL is now correctly regionalized for the target region. (#1233)

0.59.1 (2026-06-24)

DEPRECATIONS

  • check_deadline_api_available() is now deprecated in favor of check_authentication_status(). Both were making identical API calls, resulting in redundant ListFarms requests on each refresh. The old function still works but delegates to check_authentication_status() internally. (#1201)

Bug Fixes

  • Fixed a security issue where preGUI bundle hooks in the GUI submitter could run when only allow_environment_hooks was enabled, bypassing the allow_bundle_hooks=false setting. PreGUI hooks are now correctly gated exclusively on the allow_bundle_hooks setting. (#1221)

0.59.0 (2026-06-17)

BREAKING CHANGES

  • Farms are now supported across all Deadline Cloud regions. A farm is identified by (region, farm_id) rather than a farm_id in a single globally-fixed region. List operations (like list_farms) now fan out calls to every region and aggregate results, each annotated with its region. The farm list CLI output now includes a region field before farmId. (#1202)

Features

  • Added use_deadline_cloud_v2_channel keyword argument to SubmitJobToDeadlineDialog and SharedJobSettingsWidget. When enabled, the deadline-cloud-v2 Conda channel is prepended ahead of the default deadline-cloud channel in the queue environment's CondaChannels parameter, keeping deadline-cloud as a fallback. (#1211)

0.58.0 (2026-06-10)

BREAKING CHANGES

  • Dropped support for Python 3.8. The minimum supported Python version is now 3.9. Users running Python 3.8 must upgrade their Python installation. (#1200)

Features

  • When running deadline bundle gui-submit, the Host Requirements tab now correctly populates from the job template's hostRequirements instead of always defaulting to "Run on all available worker hosts". (#1198)
  • When no default farm or queue is configured, the CLI and GUI submit dialog now automatically select the farm/queue if only one is available to the user, removing the need to manually configure defaults in single-farm/queue setups. (#1015)

Bug Fixes

  • Fixed an issue where some internal boto clients were missing the default client config, causing user-agent attribution (app/deadline-client version, submitter, and CLI command name) to be absent from certain API calls (attachment downloads/uploads and log queries). (#1197)

0.57.4 (2026-06-08)

Features

  • When no default farm or queue is configured, the CLI and GUI submit dialog now automatically select the farm/queue if only one is available to the user. If multiple exist, the existing behavior is preserved. (#1015)
  • The Monitor's session_id is now read from ~/.deadline/config and included in telemetry events for cross-component correlation with Monitor and CTDX sessions. (#1184)

0.57.3 (2026-06-01)

Features

  • Added a preGUI submission hook phase, allowing custom logic to run before the submission GUI is displayed. (#1178)

Bug Fixes

  • Fixed an issue in the submission UI where timeout validation errors would flash while still editing days/hours/minutes fields. Errors now only appear after focus leaves the entire timeout row, and clear immediately when the value becomes valid. (#1180)

... (truncated)

Commits
  • c4dd1be chore(release): 0.60.0 (#1253)
  • fb1fb31 chore(deps): Update mypy deps based on python versions. (#1251)
  • 42c572c feat(cli): auto-detect --output format from whether stdout is a TTY (#1237)
  • 4064ceb chore(deps): update openjd-model requirement from >=0.9.0 to >=0.10.1 (#1236)
  • d100722 chore(deps): update python-semantic-release requirement (#1249)
  • 42b8931 chore(deps): update job-attachments (#1248)
  • 2ed1a1d chore(release): 0.59.2 (#1247)
  • d83f1d0 fix: honor pre-submission parameter changes and load pre-GUI env hooks (#1242)
  • ee6809f feat: filter out cross-region CMK farms from all-farms list (#1244)
  • d978e65 fix: regionalize endpoint URL for cross-region API calls (#1233)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 7, 2026 14:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 7, 2026
@github-actions github-actions Bot added the waiting-on-maintainers Waiting on the maintainers to review. label Jul 7, 2026
Updates the requirements on [deadline](https://github.com/aws-deadline/deadline-cloud) to permit the latest version.
- [Release notes](https://github.com/aws-deadline/deadline-cloud/releases)
- [Changelog](https://github.com/aws-deadline/deadline-cloud/blob/mainline/CHANGELOG.md)
- [Commits](aws-deadline/deadline-cloud@0.59.0...0.60.0)

---
updated-dependencies:
- dependency-name: deadline
  dependency-version: 0.60.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/deadline-gte-0.59-and-lt-0.61 branch from 0b29879 to 5328fc9 Compare July 7, 2026 21:42
@karthikbekalp
karthikbekalp enabled auto-merge (squash) July 8, 2026 19:17
@karthikbekalp
karthikbekalp merged commit a61bd63 into mainline Jul 8, 2026
18 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/deadline-gte-0.59-and-lt-0.61 branch July 8, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code waiting-on-maintainers Waiting on the maintainers to review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant