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.7.4 #117

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps beaker-py from 0.2.8 to 1.7.4.

Release notes

Sourced from beaker-py's releases.

v1.7.4

What's new

Fixed βœ…

  • 500 errors from server treated as recoverable.

Commits

0ac3259 Treat 500 errors as recoverable

v1.7.3

What's new

Fixed βœ…

  • 429 errors treated as recoverable.
  • Fixed an error with Beaker.experiment.(wait_for|as_completed|follow) that would hang if an experiment's task was stopped before a job was created.

Commits

14800a9 Catch tasks that are stopped before job created (#150) 40666df Treat 429 errors as recoverable (#149)

v1.7.2

What's new

Fixed βœ…

  • Fixes an issue where a job that was canceled during initialization or provisioning might not get marked as a failure.

Commits

b769556 Fix issue with determining job failure 782b31c Fine-tune retry settings 638852b Add examples for stream_file() (#148)

v1.7.1

What's new

Fixed βœ…

  • Fixed bug with Beaker.(job|experiment).follow() where final line wasn't returned.

Removed πŸ‘‹

  • Removed deprecated url option for DataMount.

... (truncated)

Changelog

Sourced from beaker-py's changelog.

v1.7.4 - 2022-09-07

Fixed

  • 500 errors from server treated as recoverable.

v1.7.3 - 2022-09-06

Fixed

  • 429 errors treated as recoverable.
  • Fixed an error with Beaker.experiment.(wait_for|as_completed|follow) that would hang if an experiment's task was stopped before a job was created.

v1.7.2 - 2022-09-06

Fixed

  • Fixes an issue where a job that was canceled during initialization or provisioning might not get marked as a failure.

v1.7.1 - 2022-08-31

Fixed

  • Fixed bug with Beaker.(job|experiment).follow() where final line wasn't returned.

Removed

  • Removed deprecated url option for DataMount.

v1.7.0 - 2022-08-30

Added

  • Added argument include_timestamps: bool to Beaker.(job|experiment).follow().

Fixed

  • Fixed returning duplicate log lines from Beaker.(job|experiment).follow().

v1.6.9 - 2022-08-01

Fixed

  • Fixed a bug in Beaker.group.create() where the description argument would be ignored.

v1.6.8 - 2022-07-27

Changed

... (truncated)

Commits
  • 16bf5cf Bump version to v1.7.4 for release
  • 0ac3259 Treat 500 errors as recoverable
  • 5df13b4 Bump version to v1.7.3 for release
  • 14800a9 Catch tasks that are stopped before job created (#150)
  • 40666df Treat 429 errors as recoverable (#149)
  • 16a1db5 Bump version to v1.7.2 for release
  • b769556 Fix issue with determining job failure
  • 782b31c Fine-tune retry settings
  • 638852b Add examples for stream_file() (#148)
  • 0de3d15 Bump version to v1.7.1 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 2 years ago

Superseded by #118.