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.14.0 #149

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps beaker-py from 0.2.8 to 1.14.0.

Release notes

Sourced from beaker-py's releases.

v1.14.0

What's new

Added πŸŽ‰

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

Fixed βœ…

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

Commits

6177dc8 Get digest from Beaker.dataset.ls() (#199) 0899589 Add prefix parameter to Beaker.dataset.ls()

v1.13.2

What's new

Changed ⚠️

  • Beaker.dataset.ls() now returns a list instead of a generator.

Fixed βœ…

  • Fixed Beaker.dataset.ls(), .get_file(), .stream_file(), .fetch(), .size() methods.

Commits

a9ae078 Fix datasets API with forward compat (#194)

v1.13.1

What's new

Added πŸŽ‰

  • Added missing urlv2 field to DatasetStorage data model.
  • Added missing constraints field to Session data model.
  • Added missing description field to Group data model.

Removed πŸ‘‹

  • Removed deprecated url field from FileInfo data model.

Commits

5419db1 Data model updates (#190) 4286e08 Remove deprecated url field from FileInfo (#188)

v1.13.0

... (truncated)

Changelog

Sourced from beaker-py's changelog.

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

Changed

  • Beaker.dataset.ls() now returns a list instead of a generator.

Fixed

  • Fixed Beaker.dataset.ls(), .get_file(), .stream_file(), .fetch(), .size() methods.

v1.13.1 - 2022-12-21

Added

  • Added missing urlv2 field to DatasetStorage data model.
  • Added missing constraints field to Session data model.
  • Added missing description field to Group data model.

Removed

  • Removed deprecated url field from FileInfo data model.

v1.13.0 - 2022-12-09

Added

  • Added cursor, sort_by and ordering options to Beaker.workspace.* search methods.

v1.12.1 - 2022-12-08

Fixed

  • Improved Beaker.(dataset|experiment|image).get() when looking up objects in the default workspace that were created by other users.

v1.12.0 - 2022-11-23

Added

  • Added Beaker.workspace.iter_(images|experiments|datasets) methods.
  • Added older_than parameter to Beaker.workspace.clear() method.

... (truncated)

Commits
  • ed48590 Bump version to v1.14.0 for release
  • 6177dc8 Get digest from Beaker.dataset.ls() (#199)
  • 0899589 Add prefix parameter to Beaker.dataset.ls()
  • a1dd4ad Bump version to v1.13.2 for release
  • a9ae078 Fix datasets API with forward compat (#194)
  • 3869193 Bump version to v1.13.1 for release
  • 5419db1 Data model updates (#190)
  • 4286e08 Remove deprecated url field from FileInfo (#188)
  • c68a51d Bump version to v1.13.0 for release
  • 6052f03 Refactor pagineated searched (#183)
  • 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 #150.