From 4fe796625c91035cc773edfdcd36e1de24446fde Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Tue, 9 Jul 2024 09:06:57 -0500 Subject: [PATCH] Prepare 9.0.0 release --- CHANGELOG.md | 15 +++++++++++++++ .../20240626_113149_danfuchs_mobu_in_ci.md | 13 ------------- 2 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 changelog.d/20240626_113149_danfuchs_mobu_in_ci.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b99901..e6e99325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ Find changes for the upcoming release in the project's [changelog.d](https://git + +## 9.0.0 (2024-07-09) + +### Backwards-incompatible changes + +- The existing refresh functionality is now a GitHub app integration (from a simple webhook integration). This requires new Phalanx secrets to be sync'd, and a new GitHub app to be added to repos that want the functionality. Special care has been taken to not leave these checks in a forever-in-progress state, even in the case of (graceful) mobu shutdown/restart + +### New features + +- A GitHub app integration to generate GitHub actions checks for commits pushed to notebook repo branches that are part of active PRs. These checks trigger and report on a solitary Mobu run of the changed notebooks in the commit. + +### Other changes + +- Python 3.12.3 -> 3.12.4 + ## 8.1.0 (2024-05-30) diff --git a/changelog.d/20240626_113149_danfuchs_mobu_in_ci.md b/changelog.d/20240626_113149_danfuchs_mobu_in_ci.md deleted file mode 100644 index 784682ef..00000000 --- a/changelog.d/20240626_113149_danfuchs_mobu_in_ci.md +++ /dev/null @@ -1,13 +0,0 @@ - - -### Backwards-incompatible changes - -- The existing refresh functionality is now a GitHub app integration (from a simple webhook integration). This requires new Phalanx secrets to be sync'd, and a new GitHub app to be added to repos that want the functionality. Special care has been taken to not leave these checks in a forever-in-progress state, even in the case of (graceful) mobu shutdown/restart - -### New features - -- A GitHub app integration to generate GitHub actions checks for commits pushed to notebook repo branches that are part of active PRs. These checks trigger and report on a solitary Mobu run of the changed notebooks in the commit. - -### Other changes - -- Python 3.12.3 -> 3.12.4