Skip to content

Commit 4dcc453

Browse files
committed
Update Changelog
1 parent 65b9bce commit 4dcc453

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@
1010

1111
[//]: # (towncrier release notes start)
1212

13+
## 0.1.0 (2026-07-24) {: #0.1.0 }
14+
15+
16+
17+
#### Features {: #0.1.0-feature }
18+
19+
- Added `pulp workflow create --dispatch-interval` to schedule a workflow to re-run on a recurring
20+
interval, and a new `pulp workflow run` command group (`list`, `show`, `cancel`) to inspect and
21+
cancel the individual runs of a workflow. `pulp workflow cancel` now stops a workflow by removing
22+
its schedule and canceling any in-flight runs.
23+
24+
25+
### Pulp-workflow GLUE {: #0.1.0-pulp-workflow-glue }
26+
27+
28+
#### Features {: #0.1.0-pulp-workflow-glue-feature }
29+
30+
- Added `PulpWorkflowRunContext` for the new `workflow-runs` resource and a `dispatch_interval` field
31+
on workflow creation to support periodic (recurring) workflows.
32+
33+
34+
---
35+
1336
## 0.0.1 (2026-07-17) {: #0.0.1 }
1437

1538

0 commit comments

Comments
 (0)