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.4 #133

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps beaker-py from 0.2.8 to 1.11.4.

Release notes

Sourced from beaker-py's releases.

v1.11.4

What's new

Changed ⚠️

  • TaskSpec.with_contraint now takes **kwargs instead of two positional arguments.

Commits

34c31ca Add missing next_cursor field to Jobs (#173) 7a075b9 TaskSpec.with_contraint takes kwargs 207b5e6 Fix example for .with_constraint() 0c87d6c Fix example for .with_context()

v1.11.3

What's new

Added 🎉

  • Added customizable user_agent attribute to Beaker client.

Fixed ✅

  • Added missing account_id field to Node data model.
  • Added missing identity field to Session data model.

Commits

f3586c9 Make "User-Agent" header configurable (#172) 04c468f Add missing identity field to Session b806b2d Add missing account_id field to Node data model

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.

... (truncated)

Changelog

Sourced from beaker-py's changelog.

v1.11.4 - 2022-11-07

Changed

  • TaskSpec.with_contraint now takes **kwargs instead of two positional arguments.

v1.11.3 - 2022-10-28

Added

  • Added customizable user_agent attribute to Beaker client.

Fixed

  • Added missing account_id field to Node data model.
  • Added missing identity field to Session data model.

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

... (truncated)

Commits
  • d310144 Bump version to v1.11.4 for release
  • 34c31ca Add missing next_cursor field to Jobs (#173)
  • 7a075b9 TaskSpec.with_contraint takes kwargs
  • 207b5e6 Fix example for .with_constraint()
  • 0c87d6c Fix example for .with_context()
  • bf9cf85 Bump version to v1.11.3 for release
  • f3586c9 Make "User-Agent" header configurable (#172)
  • 04c468f Add missing identity field to Session
  • b806b2d Add missing account_id field to Node data model
  • 28b92f2 Bump version to v1.11.2 for release
  • 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 #135.