naacl2022-reproducibility-track / naacl-utils

A command line tool to help authors submit Docker images to the NAACL Reproducibility Track
https://naacl2022-reproducibility-track.github.io/
Apache License 2.0
7 stars 1 forks source link

Bump beaker-py from 0.2.8 to 1.11.2 #130

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps beaker-py from 0.2.8 to 1.11.2.

Release notes

Sourced from beaker-py's releases.

v1.11.2

What's new

Added 🎉

  • Added missing constraints field to TaskSpec data model.

Commits

5442783 Merge pull request #169 from allenai/michaelw/add-constraints-to-taskspec b32a658 Add constraints to TaskSpec

v1.11.1

What's new

Fixed ✅

  • Added missing cluster_id field to Node data model.

Commits

ec67bde Add missing cluster_id field to Node

v1.11.0

What's new

Changed ⚠️

  • The cluster field in Job and TaskContext is now optional.

Commits

d2d0f25 Make the cluster field optional (#166) 7a54d43 Change Python version to 3.8 in the CI 1c2342b Make the cluster field optional 2caf4ce loosen dep ranges

v1.10.3

What's new

Fixed ✅

  • Fixed data validation for job/task Priority. "urgent" now allowed.

Commits

c9c00eb Fix data validation for Priority

v1.10.2

What's new

... (truncated)

Changelog

Sourced from beaker-py's changelog.

v1.11.2 - 2022-10-07

Added

  • Added missing constraints field to TaskSpec data model.

v1.11.1 - 2022-10-07

Fixed

  • Added missing cluster_id field to Node data model.

v1.11.0 - 2022-10-06

Changed

  • The cluster field in Job and TaskContext is now optional.

v1.10.3 - 2022-09-28

Fixed

  • Fixed data validation for job/task Priority. "urgent" now allowed.

v1.10.2 - 2022-09-27

Fixed

  • Fixed mispelled field sharedMemory -> shared_memory in JobRequests data model.

v1.10.1 - 2022-09-23

Added

  • Added missing fields cordoned, cordon_reason, cordon_agent_id to data model for Node.

Fixed

  • Made expiry field optional for Node data model.
  • Beaker.cluster.filter_available() will ignore cordoned nodes.

v1.10.0 - 2022-09-21

Added

  • Added Beaker.dataset.upload() for uploading raw bytes to a file in a dataset.

v1.9.2 - 2022-09-21

Added

... (truncated)

Commits
  • 28b92f2 Bump version to v1.11.2 for release
  • 5442783 Merge pull request #169 from allenai/michaelw/add-constraints-to-taskspec
  • b32a658 Add constraints to TaskSpec
  • 6695d14 Bump version to v1.11.1 for release
  • ec67bde Add missing cluster_id field to Node
  • 4d86cc5 Bump version to v1.11.0 for release
  • d2d0f25 Make the cluster field optional (#166)
  • 7a54d43 Change Python version to 3.8 in the CI
  • 1c2342b Make the cluster field optional
  • 2caf4ce loosen dep ranges
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 1 year ago

Superseded by #131.