Skip to content
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

chore(deps): update deadline requirement from <0.49,>=0.48.9 to >=0.48.9,<0.50 #138

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2024

Updates the requirements on deadline to permit the latest version.

Release notes

Sourced from deadline's releases.

0.49.0 (2024-11-18)

BREAKING CHANGES

  • Refactor manifest aggregation, add helper to persist manifests and check disk capacity. Removes aggregate_asset_root_manifests public interface. (#483) (f57f637)

Features

  • JA: Add manifest upload and download to complete the JA standalone API+CLI featureset. (b5b203b)
  • refactor manifest aggregation, add helper to persist manifests and check disk capacity (#483) (f57f637)
  • JA: Add force-rehash option to snapshot command. Move Integ Tsts for Diff and Snapshot to Integ (276edae)
  • JA: Implementation for Job Attachments diff command (#465) (97e8bc4)

Bug Fixes

  • state upperbound (3.12) for python version support (#501) (f35765f)
  • De-duplicate error messages on expired credentials (cfc7759)
  • Refresh queue parameter defaults when loading a new job bundle (5abcef1)
  • The hash_cache fails with filenames including surrogates (#492) (39c285d)
  • Job parameter values dropped when merging with queue parameter (73e1b24)
  • pass in cache directory for attachment upload (#476) (1f776f6)
Changelog

Sourced from deadline's changelog.

0.49.0 (2024-11-18)

BREAKING CHANGES

  • Refactor manifest aggregation, add helper to persist manifests and check disk capacity. Removes aggregate_asset_root_manifests public interface. (#483) (f57f637)

Features

  • JA: Add manifest upload and download to complete the JA standalone API+CLI featureset. (b5b203b)
  • refactor manifest aggregation, add helper to persist manifests and check disk capacity (#483) (f57f637)
  • JA: Add force-rehash option to snapshot command. Move Integ Tsts for Diff and Snapshot to Integ (276edae)
  • JA: Implementation for Job Attachments diff command (#465) (97e8bc4)

Bug Fixes

  • state upperbound (3.12) for python version support (#501) (f35765f)
  • De-duplicate error messages on expired credentials (cfc7759)
  • Refresh queue parameter defaults when loading a new job bundle (5abcef1)
  • The hash_cache fails with filenames including surrogates (#492) (39c285d)
  • Job parameter values dropped when merging with queue parameter (73e1b24)
  • pass in cache directory for attachment upload (#476) (1f776f6)

0.48.9 (2024-10-10)

Features

  • Add a simple backoff and retry utility helper (#452) (88a4ef6)
  • adds --storage-profile-id option to the bundle submit command (#442) (8c105ed)
  • support --submitter-name option for bundle GUI submitter command (#416) (569af3b)
  • update DEVELOPMENT.md on how to run integ tests. (#419) (3fe65e6)

Bug Fixes

  • ctypes (libffi) is no longer required on linux (#455) (6446b66)
  • running parallel bundle submits no longer clobbers config file (#444) (609e027)
  • improve help text (#436) (343bf7b)
  • credential caching improvements (#431) (2a0c487)
  • use devnull for stderr pipe to dcm process handle (#421) (c333452)

0.48.8 (2024-07-24)

Features

  • support skipping prompts for installing GUI dependencies (#395) (74293ac)
  • record Success-Fail telemetry event on job attachments upload. (#393) (9bc590b)

Bug Fixes

  • Fixed the job submission example (#415) (17eadb7)
  • Add better log when JA hit Windows path length limit (#403) (0344537)

0.48.7 (2024-07-03)

... (truncated)

Commits
  • edeefcd chore(release): 0.49.0 (#503)
  • f35765f fix: state upperbound (3.12) for python version support (#501)
  • 57667e1 chore(deps): update text fixture version (#499)
  • f0ffa1b chore(deps): update pyside6-essentials requirement (#470)
  • 80401f2 chore(deps): update mypy requirement from ==1.11.* to ==1.13.* (#497)
  • 520d0cc chore(deps): update python-semantic-release requirement (#498)
  • e3f2a91 chore(deps): update ruff requirement from ==0.6.* to ==0.7.* (#486)
  • 0e41685 chore(deps): update pyinstaller requirement from ==5.13.* to ==6.11.* (#487)
  • cfc7759 fix: De-duplicate error messages on expired credentials
  • 5abcef1 fix: Refresh queue parameter defaults when loading a new job bundle
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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.48.9...0.49.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 19, 2024 18:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 19, 2024
@crowecawcaw crowecawcaw merged commit 6d79fc1 into mainline Nov 19, 2024
12 checks passed
@crowecawcaw crowecawcaw deleted the dependabot/pip/deadline-gte-0.48.9-and-lt-0.50 branch November 19, 2024 20:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant