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.16.0 #153

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps beaker-py from 0.2.8 to 1.16.0.

Release notes

Sourced from beaker-py's releases.

v1.16.0

What's new

Added ๐ŸŽ‰

  • Added missing user_restrictions field to Cluster data model.
  • Added Beaker.job.preempt() method.
  • Added Job.was_preempted property.
  • Added job attribute to JobFailedError and task attribute to TaskStoppedError.
  • Added DEBUG logging statements for every request and response to/from the Beaker server. To see these, just enable logging at the DEBUG level (though you may want to disable DEBUG logging from the "urllib3" logger, as that will create a lot of noise). For example:
    import logging
    

    logging.basicConfig(level=logging.DEBUG) logging.getLogger("urllib3").setLevel(logging.INFO)

Fixed โœ…

  • Fixed bug where Beaker.experiment.wait_for() would fail if a job was preempted.

Commits

d5894a9 Fix bug with determining if a job was preempted, minor improvements to exception handling, data model, logging, and client (#202) 105bd4d Add missing user_restrictions field to Cluster

v1.15.0

What's new

Added ๐ŸŽ‰

  • Added DigestHashAlgorithm enum to represent Digest.algorithm.
  • Added Digest.new_hasher() method.
  • Added fields Job.host_networking, Job.port_mappings, and Session.ports_v2.

Fixed โœ…

  • For backwards compatibility, Digest can now be instantiated again from a string, e.g. Digest("SHA256 iA02Sx8UNLYvMi49fDwdGjyy5ssU+ttuN1L4L3/JvZA=").

Commits

9bdcc75 improve Digest class (#201)

v1.14.1

What's new

Fixed โœ…

  • No more blank lines printed when passing quiet=True to methods.

... (truncated)

Changelog

Sourced from beaker-py's changelog.

v1.16.0 - 2023-01-26

Added

  • Added missing user_restrictions field to Cluster data model.
  • Added Beaker.job.preempt() method.
  • Added Job.was_preempted property.
  • Added job attribute to JobFailedError and task attribute to TaskStoppedError.
  • Added DEBUG logging statements for every request and response to/from the Beaker server. To see these, just enable logging at the DEBUG level (though you may want to disable DEBUG logging from the "urllib3" logger, as that will create a lot of noise). For example:
    import logging
    

    logging.basicConfig(level=logging.DEBUG) logging.getLogger("urllib3").setLevel(logging.INFO)

Fixed

  • Fixed bug where Beaker.experiment.wait_for() would fail if a job was preempted.

v1.15.0 - 2023-01-19

Added

  • Added DigestHashAlgorithm enum to represent Digest.algorithm.
  • Added Digest.new_hasher() method.
  • Added fields Job.host_networking, Job.port_mappings, and Session.ports_v2.

Fixed

  • For backwards compatibility, Digest can now be instantiated again from a string, e.g. Digest("SHA256 iA02Sx8UNLYvMi49fDwdGjyy5ssU+ttuN1L4L3/JvZA=").

v1.14.1 - 2023-01-18

Fixed

  • No more blank lines printed when passing quiet=True to methods.

v1.14.0 - 2023-01-17

Added

  • Added prefix parameter to Beaker.dataset.ls().

Fixed

  • The FileInfo objects from Beaker.dataset.ls() will now include the digest.

v1.13.2 - 2023-01-03

... (truncated)

Commits
  • 825a753 Bump version to v1.16.0 for release
  • d5894a9 Fix bug with determining if a job was preempted, minor improvements to except...
  • 105bd4d Add missing user_restrictions field to Cluster
  • 2166a71 Bump version to v1.15.0 for release
  • 9bdcc75 improve Digest class (#201)
  • 133d381 Bump version to v1.14.1 for release
  • 68d0f30 No more blank lines when quiet=True (#200)
  • 5837ff9 Add SHA256 class var to Digest
  • ed48590 Bump version to v1.14.0 for release
  • 6177dc8 Get digest from Beaker.dataset.ls() (#199)
  • 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 #158.