Skip to content

v0.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Apr 06:13
· 373 commits to main since this release

What's new

Added 🎉

  • Implemented Beaker.workspace.archive(), .unarchive(), .rename(), .move(), and create() methods.
  • Implemented Beaker.job.stop() and Beaker.job.finalize() methods.
  • Added WorkspaceWriteError for when you attempt to write to an archived workspace. Before this
    would just result in an HTTPError with a 403 status code.

Changed ⚠️

  • Allowed using workspace name without organization when Config.default_org is set.
    Otherwise OrganizationNotSet error is raised.

Commits

6b6ebd6 Add "See also" section to README
cb9493d Implement more Beaker.workspace methods (#71)
518fe97 Add Beaker.job.stop() and .finalize() methods (#70)
ceb413c Bump actions/setup-python from 1 to 3 (#66)
646bb73 Bump actions/checkout from 2 to 3 (#67)
d279ab5 Add github-actions to dependabot watch list, add config compatibility tests (#65)