Skip to content

11.0.0

Latest
Compare
Choose a tag to compare
@fajpunk fajpunk released this 06 Aug 21:52
· 6 commits to main since this release
f036372

Backwards-incompatible changes

  • Remove exclude_dirs option from NotebookRunner options, which means it can no longer be set in the autostart config. exclude_dirs must be set in an in-repo mobu.yaml config file.

New features

  • NotebookRunner business will skip notebooks in environments that do not have the services required for them to run. Required services ban be declared by adding metadata to a notebook.

  • Allow specification of log level for individual flocks

Bug fixes

  • Follow redirections by hand for hub logins as well as lab ones to get XSRF

What's Changed

  • DM-44635: Fix github refresh app docs by @fajpunk in #358
  • DM-45079: Move test data by @fajpunk in #360
  • DM-45709: Don't run notebooks in environments that don't have the necessary services by @fajpunk in #361
  • Do all notebook filtering in the business, not in the CI job by @fajpunk in #362
  • DM-45079: Execute only non-filtered notebooks when requesting explicit notebooks by @fajpunk in #363
  • DM-45079: Docs updates for service filtering by @fajpunk in #364
  • tickets/DM-45523: walk redirects for Lab manually, extracting xsrf along the way by @athornton in #365
  • Prepare release 11.0.0 by @athornton in #366

Full Changelog: 10.1.0...11.0.0