From c62a16955efa55d9e1ef499a965eef4592effed5 Mon Sep 17 00:00:00 2001 From: Adam Thornton Date: Tue, 6 Aug 2024 13:06:07 -0700 Subject: [PATCH] Prepare release 11.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ changelog.d/20240719_150741_danfuchs.md | 5 ----- ...53_danfuchs_centralize_notebook_filtering.md | 5 ----- .../20240806_123848_athornton_DM_45523.md | 10 ---------- 4 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 changelog.d/20240719_150741_danfuchs.md delete mode 100644 changelog.d/20240719_164853_danfuchs_centralize_notebook_filtering.md delete mode 100644 changelog.d/20240806_123848_athornton_DM_45523.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a606926c..e355eb8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ Find changes for the upcoming release in the project's [changelog.d](https://git + +## 11.0.0 (2024-08-06) + +### 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](https://ipython.readthedocs.io/en/3.x/notebook/nbformat.html#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 + ## 10.1.0 (2024-07-12) diff --git a/changelog.d/20240719_150741_danfuchs.md b/changelog.d/20240719_150741_danfuchs.md deleted file mode 100644 index e301f4d6..00000000 --- a/changelog.d/20240719_150741_danfuchs.md +++ /dev/null @@ -1,5 +0,0 @@ - - -### 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](https://ipython.readthedocs.io/en/3.x/notebook/nbformat.html#metadata) to a notebook. diff --git a/changelog.d/20240719_164853_danfuchs_centralize_notebook_filtering.md b/changelog.d/20240719_164853_danfuchs_centralize_notebook_filtering.md deleted file mode 100644 index 584a70da..00000000 --- a/changelog.d/20240719_164853_danfuchs_centralize_notebook_filtering.md +++ /dev/null @@ -1,5 +0,0 @@ - - -### 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. diff --git a/changelog.d/20240806_123848_athornton_DM_45523.md b/changelog.d/20240806_123848_athornton_DM_45523.md deleted file mode 100644 index 684e12ce..00000000 --- a/changelog.d/20240806_123848_athornton_DM_45523.md +++ /dev/null @@ -1,10 +0,0 @@ - - -### New features - -- 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 -