Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 20:46
· 317 commits to main since this release

What's new

Added 🎉

  • Added description parameter to Beaker.dataset.create(), Beaker.image.create(), Beaker.workspace.create().
  • Added public parameter to Beaker.workspace.create().

Changed ⚠️

  • Beaker.workspace.grant_permissions now takes a Permission enum type instead of a raw string, but raw strings will still work.

Commits

e5b702f Add description parameter to applicable create() methods, other internal improvements (#96)