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 }