From 49da608c37c09aeae8ed0574f14d87fc5fd5b4da Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sat, 25 Jul 2026 04:21:18 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4244fb9..bc6c1ba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,29 @@ [//]: # (towncrier release notes start) +## 0.1.0 (2026-07-24) {: #0.1.0 } + + + +#### Features {: #0.1.0-feature } + +- Added `pulp workflow create --dispatch-interval` to schedule a workflow to re-run on a recurring + interval, and a new `pulp workflow run` command group (`list`, `show`, `cancel`) to inspect and + cancel the individual runs of a workflow. `pulp workflow cancel` now stops a workflow by removing + its schedule and canceling any in-flight runs. + + +### Pulp-workflow GLUE {: #0.1.0-pulp-workflow-glue } + + +#### Features {: #0.1.0-pulp-workflow-glue-feature } + +- Added `PulpWorkflowRunContext` for the new `workflow-runs` resource and a `dispatch_interval` field + on workflow creation to support periodic (recurring) workflows. + + +--- + ## 0.0.1 (2026-07-17) {: #0.0.1 }