summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ansible-27-deprecated-cd82a8a47a10a8c7.yaml5
-rw-r--r--releasenotes/notes/ansible-callbacks-c3bfce1a5cae6b15.yaml5
-rw-r--r--releasenotes/notes/github-require-check-294d3f27da790fae.yaml6
3 files changed, 16 insertions, 0 deletions
diff --git a/releasenotes/notes/ansible-27-deprecated-cd82a8a47a10a8c7.yaml b/releasenotes/notes/ansible-27-deprecated-cd82a8a47a10a8c7.yaml
new file mode 100644
index 000000000..d1f9e0c94
--- /dev/null
+++ b/releasenotes/notes/ansible-27-deprecated-cd82a8a47a10a8c7.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Ansible 2.7 is now deprecated since it only receives security updates
+ and will be end of life soon.
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/github-require-check-294d3f27da790fae.yaml b/releasenotes/notes/github-require-check-294d3f27da790fae.yaml
new file mode 100644
index 000000000..a01d59b20
--- /dev/null
+++ b/releasenotes/notes/github-require-check-294d3f27da790fae.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ The status pipeline requirements of the Github driver
+ :attr:`pipeline.require.<github source>.status` now also matches
+ on statuses reported via the Github checks API.