From fad684bc12b9594cbc934ac7bbf0ac574b56b3e1 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 6 Apr 2026 15:34:52 -0700 Subject: [PATCH] Release notes for v30.0.6 Do not include the news fragment from DM-54466 since that was describing a bug fix introduced in by the other ticket described in the release notes and so was never part of a public release. --- doc/changes/DM-53292.feature.rst | 1 - doc/changes/DM-54466.bugfix.rst | 1 - doc/lsst.ctrl.bps/CHANGES.rst | 9 +++++++++ 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 doc/changes/DM-53292.feature.rst delete mode 100644 doc/changes/DM-54466.bugfix.rst diff --git a/doc/changes/DM-53292.feature.rst b/doc/changes/DM-53292.feature.rst deleted file mode 100644 index 4502d610..00000000 --- a/doc/changes/DM-53292.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Implemented `wmsAttemptNum` with generic wms variable placeholders. diff --git a/doc/changes/DM-54466.bugfix.rst b/doc/changes/DM-54466.bugfix.rst deleted file mode 100644 index b3aa5fe5..00000000 --- a/doc/changes/DM-54466.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixed bug that converts s3:// to s3:/. Changed code to only remove double slashes with subDirTemplate since we are guaranteed it is used as part of a path and doesn't include a scheme. diff --git a/doc/lsst.ctrl.bps/CHANGES.rst b/doc/lsst.ctrl.bps/CHANGES.rst index ae88b6a3..c31eb3cc 100644 --- a/doc/lsst.ctrl.bps/CHANGES.rst +++ b/doc/lsst.ctrl.bps/CHANGES.rst @@ -1,3 +1,12 @@ +lsst-ctrl-bps v30.0.6 (2026-04-06) +================================== + +New Features +------------ + +- Implemented ``wmsAttemptNum`` with generic WMS variable placeholders. (`DM-53292 `_) + + lsst-ctrl-bps v30.0.1 (2026-02-03) ==================================