diff --git a/changelog.d/20240530_151558_danfuchs_notebook_refresh.md b/changelog.d/20240530_151558_danfuchs_notebook_refresh.md new file mode 100644 index 00000000..1777d493 --- /dev/null +++ b/changelog.d/20240530_151558_danfuchs_notebook_refresh.md @@ -0,0 +1,6 @@ +### New features + +- `NotebookRunner` flocks can now pick up changes to their notebooks without having to restart the whole mobu process. This refresh can happen via: + - GitHub `push` webhook post to `/mobu/github/webhook` with changes to a repo and branch that matches the flock config + - `monkeyflocker refresh ` + - `POST` to `/mobu/flocks/{flock}/refresh`