summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/ansible-6-f939b4d160b41ec3.yaml6
-rw-r--r--releasenotes/notes/change-queue-project-790553bd212b50eb.yaml2
-rw-r--r--releasenotes/notes/deprecate-ansible-2-4c22db35d3c6c765.yaml5
-rw-r--r--releasenotes/notes/merge-conflict-rename-2-1e60065f196e48af.yaml6
-rw-r--r--releasenotes/notes/mqtt-include-returned-data-c5836db472907c42.yaml6
-rw-r--r--releasenotes/notes/pipeline-queue-removal-475caa7091f7e43f.yaml6
6 files changed, 30 insertions, 1 deletions
diff --git a/releasenotes/notes/ansible-6-f939b4d160b41ec3.yaml b/releasenotes/notes/ansible-6-f939b4d160b41ec3.yaml
new file mode 100644
index 000000000..c1bb9d534
--- /dev/null
+++ b/releasenotes/notes/ansible-6-f939b4d160b41ec3.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Ansible version 6 is now available. The default Ansible version
+ is still 5, but version 6 may be selected by using
+ :attr:`job.ansible-version`.
diff --git a/releasenotes/notes/change-queue-project-790553bd212b50eb.yaml b/releasenotes/notes/change-queue-project-790553bd212b50eb.yaml
index a68db6f17..a88048242 100644
--- a/releasenotes/notes/change-queue-project-790553bd212b50eb.yaml
+++ b/releasenotes/notes/change-queue-project-790553bd212b50eb.yaml
@@ -2,5 +2,5 @@
deprecations:
- |
Shared ``queues`` should be configured per project now instead per
- pipeline. Specifying :attr:`project.<pipeline>.queue` is deprecated
+ pipeline. Specifying `project.<pipeline>.queue` is deprecated
and will be removed in a future release.
diff --git a/releasenotes/notes/deprecate-ansible-2-4c22db35d3c6c765.yaml b/releasenotes/notes/deprecate-ansible-2-4c22db35d3c6c765.yaml
new file mode 100644
index 000000000..09a0a128c
--- /dev/null
+++ b/releasenotes/notes/deprecate-ansible-2-4c22db35d3c6c765.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Ansible versions 2.8 and 2.9 are now deprecated in Zuul since they
+ are both unmaintaned. Ansible 5 is now the default version in Zuul.
diff --git a/releasenotes/notes/merge-conflict-rename-2-1e60065f196e48af.yaml b/releasenotes/notes/merge-conflict-rename-2-1e60065f196e48af.yaml
new file mode 100644
index 000000000..962c1702e
--- /dev/null
+++ b/releasenotes/notes/merge-conflict-rename-2-1e60065f196e48af.yaml
@@ -0,0 +1,6 @@
+upgrade:
+ - |
+ The previously deprecated ``merge-failure`` and
+ ``merge-failure-message`` pipeline configuration options have been
+ removed. Use ``merge-conflict`` and ``merge-conflict-message``
+ respectively instead.
diff --git a/releasenotes/notes/mqtt-include-returned-data-c5836db472907c42.yaml b/releasenotes/notes/mqtt-include-returned-data-c5836db472907c42.yaml
new file mode 100644
index 000000000..2acb9433a
--- /dev/null
+++ b/releasenotes/notes/mqtt-include-returned-data-c5836db472907c42.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ The MQTT driver now supports including data returned from a job in
+ its reports. See
+ :attr:`pipeline.<reporter>.<mqtt>.include-returned-data`.
diff --git a/releasenotes/notes/pipeline-queue-removal-475caa7091f7e43f.yaml b/releasenotes/notes/pipeline-queue-removal-475caa7091f7e43f.yaml
new file mode 100644
index 000000000..4d25d159b
--- /dev/null
+++ b/releasenotes/notes/pipeline-queue-removal-475caa7091f7e43f.yaml
@@ -0,0 +1,6 @@
+---
+upgrade:
+ - |
+ The deprecated syntax of specifying project change queues on
+ pipeline configurations has been removed. Specify queues using
+ the project stanza now. See :attr:`queue` for more information.