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.10.3 #125

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps beaker-py from 0.2.8 to 1.10.3.

Release notes

Sourced from beaker-py's releases.

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

Fixed βœ…

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

Commits

e979673 Fix mispelled shared_memory field in JobRequests

v1.10.1

What's new

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.

Commits

73a7749 Ignore cordoned nodes (#157)

v1.10.0

What's new

Added πŸŽ‰

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

Commits

7b27909 Add Beaker.dataset.upload() for uploading raw bytes (#156)

v1.9.2

... (truncated)

Changelog

Sourced from beaker-py's changelog.

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

  • Added Beaker.workspace.clear() method for removing all items from a workspace.

Fixed

  • Made Beaker.dataset.commit() more robust by allowing automatic retries for recoverable errors.

v1.9.1 - 2022-09-15

Changed

  • beaker-py will issue warnings now when unknown fields are encountered.

v1.9.0 - 2022-09-14

Added

  • Added pool_maxsize argument to Beaker client.

... (truncated)

Commits
  • 89d1bc0 Bump version to v1.10.3 for release
  • c9c00eb Fix data validation for Priority
  • aa3a030 Bump version to v1.10.2 for release
  • e979673 Fix mispelled shared_memory field in JobRequests
  • 424540a Bump version to v1.10.1 for release
  • 73a7749 Ignore cordoned nodes (#157)
  • bc0435c Bump version to v1.10.0 for release
  • 7b27909 Add Beaker.dataset.upload() for uploading raw bytes (#156)
  • 07f2404 Bump version to v1.9.2 for release
  • 404be24 Make Beaker.dataset.commit() more robust
  • 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 2 years ago

Superseded by #129.