Fix override control release note

The override control release note was not in the correct directory meaning it
is not included in doc builds.  Correct this by copying the contents to a
release note file that was included in 11.1.0 so that it will appear along with
the correct version in subsequent doc builds.

Change-Id: I42844d034f21f67830470d4c2a508600612aa99d
This commit is contained in:
James E. Blair
2024-09-10 16:21:20 -07:00
parent 4e8d2b11cf
commit f19df8487f
2 changed files with 23 additions and 24 deletions

View File

@@ -1,4 +1,27 @@
---
features:
- |
Several job attributes may now have their inheritance behavior
changed through "override control". This introduces two new YAML
tags, ``!override`` and ``!inherit`` which may be used to
explicitly specify whether certain job attributes should inherit
values from parent jobs or override them.
See the general job documentation at :ref:`job` and also
documentation for the following individual attributes:
* :attr:`job.dependencies`
* :attr:`job.extra-vars`
* :attr:`job.failure-output`
* :attr:`job.files`
* :attr:`job.group-vars`
* :attr:`job.host-vars`
* :attr:`job.irrelevant-files`
* :attr:`job.provides`
* :attr:`job.required-projects`
* :attr:`job.requires`
* :attr:`job.tags`
* :attr:`job.vars`
fixes:
- |
The zuul_return Ansible plugin will now validate the schema of the

View File

@@ -1,24 +0,0 @@
---
features:
- |
Several job attributes may now have their inheritance behavior
changed through "override control". This introduces two new YAML
tags, ``!override`` and ``!inherit`` which may be used to
explicitly specify whether certain job attributes should inherit
values from parent jobs or override them.
See the general job documentation at :ref:`job` and also
documentation for the following individual attributes:
* :attr:`job.dependencies`
* :attr:`job.extra-vars`
* :attr:`job.failure-output`
* :attr:`job.files`
* :attr:`job.group-vars`
* :attr:`job.host-vars`
* :attr:`job.irrelevant-files`
* :attr:`job.provides`
* :attr:`job.required-projects`
* :attr:`job.requires`
* :attr:`job.tags`
* :attr:`job.vars`