summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ansible-callbacks-c3bfce1a5cae6b15.yaml5
-rw-r--r--releasenotes/notes/dequeue-reporting-620f364309587304.yaml6
2 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/ansible-callbacks-c3bfce1a5cae6b15.yaml b/releasenotes/notes/ansible-callbacks-c3bfce1a5cae6b15.yaml
new file mode 100644
index 000000000..9d1c3b8da
--- /dev/null
+++ b/releasenotes/notes/ansible-callbacks-c3bfce1a5cae6b15.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Zuul now supports whitelisting and configuring ansible callbacks with
+ :attr:`ansible_callback "<name>"`.
diff --git a/releasenotes/notes/dequeue-reporting-620f364309587304.yaml b/releasenotes/notes/dequeue-reporting-620f364309587304.yaml
new file mode 100644
index 000000000..9cd28ad52
--- /dev/null
+++ b/releasenotes/notes/dequeue-reporting-620f364309587304.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Pipelines now provide a :attr:`pipeline.dequeue` reporter action so that
+ reporters may run whenever an item is dequeued. The dequeue reporters will
+ only apply if the item wasn't a success or failure.