zuul/releasenotes/notes/non-final-builds-2-d9024df868c7e038.yaml
James E. Blair 7444fbd8c3 Re-add pending release notes
Now that 3.19.1 has been merged, re-add these notes (with modified ids)
so they will appear in the next release.

Change-Id: If2906763c51f1c829b1bbc1c5672b5e3f3746c6f
2020-12-01 15:24:12 -08:00

10 lines
392 B
YAML

---
features:
- |
The builds/ and buildset/ API endpoints now include information about
retried builds. They are called non-final as those are all builds that
were retried at least once and thus weren't visible to the user so far.
The builds/ API can filter those retried builds and you might exclude
them from API result by setting ``final=false`` in the API request.