From 5e57e88e8878759eef5005b0fbb76fce1dd6475f Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 8 Jun 2026 17:23:40 -0700 Subject: [PATCH] Add v30.0.8 release notes --- doc/changes/DM-54613.other.rst | 2 -- doc/lsst.ctrl.bps/CHANGES.rst | 10 ++++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 doc/changes/DM-54613.other.rst diff --git a/doc/changes/DM-54613.other.rst b/doc/changes/DM-54613.other.rst deleted file mode 100644 index 9e45c6ac..00000000 --- a/doc/changes/DM-54613.other.rst +++ /dev/null @@ -1,2 +0,0 @@ -Changed BPS behavior so it doesn't throw when there are job labels in job ordering groups that were not included in the final version of the workflow. -From now on BPS will only warn the user when it occures. diff --git a/doc/lsst.ctrl.bps/CHANGES.rst b/doc/lsst.ctrl.bps/CHANGES.rst index c31eb3cc..3f5c3377 100644 --- a/doc/lsst.ctrl.bps/CHANGES.rst +++ b/doc/lsst.ctrl.bps/CHANGES.rst @@ -1,3 +1,13 @@ +lsst-ctrl-bps v30.0.8 (2026-06-08) +================================== + +Other Changes and Additions +--------------------------- + +- Changed BPS behavior so it doesn't throw when there are job labels in job ordering groups that were not included in the final version of the workflow. + From now on BPS will only warn the user when it occurs. (`DM-54613 `_) + + lsst-ctrl-bps v30.0.6 (2026-04-06) ==================================