Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }


Expand Down
Loading