public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [PATCH v2 00/18] Updates for upcoming Wrynose release (2)
@ 2026-04-24  8:28 Antonin Godard
  2026-04-24  8:28 ` [PATCH v2 01/18] conf.py: add a :yocto_bug: role Antonin Godard
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Antonin Godard @ 2026-04-24  8:28 UTC (permalink / raw)
  To: docs; +Cc: Thomas Petazzoni, Antonin Godard

Another set of patches to prepare the docs for the upcoming Wrynose
release.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Changes in v2:
- Add back paragraph on Unpatched CVE warnings after 5a5162406ffe
  ("sbom-cve-check-common: print warnings on unpatched CVEs") was merged
- Fix commit title CFE -> CVE
- Cover recent changes to match release candidate
- Document the SBOM_CVE_CHECK_SHOW_WARNINGS variable
- Link to v1: https://patch.msgid.link/20260422-third-release-notes-6-0-v1-0-06635e8648d1@bootlin.com

---
Antonin Godard (18):
      conf.py: add a :yocto_bug: role
      migration-guides/release-notes-6.0.rst: add known KVM issue
      migration-guides/migration-6.0.rst: document the CVE_PRODUCT behavior change
      tools/build-docs-container: add missing leap 16.0 in help message
      tools/build-docs-container: add CentOS 10 support
      ref-manual/system-requirements.rst: add CentOS 10 as a supported distro
      docs-wide: drop documentation for cve-check and variables
      ref-manual/variables.rst: document the SBOM_CVE_CHECK_SHOW_WARNINGS variable
      security-manual/vulnerabilities.rst: require Upstream-Status, not recommend
      security-manual/vulnerabilities.rst: refresh the document after cve-check removal
      migration-guides/migration-6.0.rst: add migration notes on cve-check removal
      migration-guides/release-notes-6.0.rst: cover recent changes
      migration-guides/release-notes-6.0.rst: add license changes
      migration-guides/release-notes-6.0.rst: update CVE fixes
      migration-guides/release-notes-6.0.rst: add recipe version changes
      migration-guides/migration-6.0.rst: mention python3-roman-numerals-py rename
      migration-guides/release-notes-6.0.rst: add contributors
      ref-manual/variables: IMAGE_TYPES: add new wicenv type

 documentation/conf.py                              |    4 +-
 documentation/migration-guides/migration-3.0.rst   |    4 +-
 documentation/migration-guides/migration-5.0.rst   |    2 +-
 documentation/migration-guides/migration-6.0.rst   |   96 ++
 .../migration-guides/release-notes-4.0.23.rst      |    2 +-
 .../migration-guides/release-notes-4.1.1.rst       |    4 +-
 .../migration-guides/release-notes-4.1.rst         |    4 +-
 .../migration-guides/release-notes-5.0.5.rst       |    2 +-
 .../migration-guides/release-notes-5.0.rst         |    4 +-
 .../migration-guides/release-notes-5.1.3.rst       |    2 +-
 .../migration-guides/release-notes-5.1.rst         |    8 +-
 .../migration-guides/release-notes-5.2.rst         |   24 +-
 .../migration-guides/release-notes-5.3.rst         |    2 +-
 .../migration-guides/release-notes-6.0.rst         | 1471 +++++++++++++++++++-
 documentation/ref-manual/classes.rst               |   78 +-
 documentation/ref-manual/system-requirements.rst   |    1 +
 documentation/ref-manual/variables.rst             |   91 +-
 documentation/security-manual/vulnerabilities.rst  |  223 ++-
 documentation/tools/build-docs-container           |    5 +-
 19 files changed, 1711 insertions(+), 316 deletions(-)
---
base-commit: b50e8d36bdab53b004711ebc284d8ce8be593859
change-id: 20260420-third-release-notes-6-0-754b6f79bbe9



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2026-04-24  8:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24  8:28 [PATCH v2 00/18] Updates for upcoming Wrynose release (2) Antonin Godard
2026-04-24  8:28 ` [PATCH v2 01/18] conf.py: add a :yocto_bug: role Antonin Godard
2026-04-24  8:28 ` [PATCH v2 02/18] migration-guides/release-notes-6.0.rst: add known KVM issue Antonin Godard
2026-04-24  8:28 ` [PATCH v2 03/18] migration-guides/migration-6.0.rst: document the CVE_PRODUCT behavior change Antonin Godard
2026-04-24  8:28 ` [PATCH v2 04/18] tools/build-docs-container: add missing leap 16.0 in help message Antonin Godard
2026-04-24  8:28 ` [PATCH v2 05/18] tools/build-docs-container: add CentOS 10 support Antonin Godard
2026-04-24  8:28 ` [PATCH v2 06/18] ref-manual/system-requirements.rst: add CentOS 10 as a supported distro Antonin Godard
2026-04-24  8:28 ` [PATCH v2 07/18] docs-wide: drop documentation for cve-check and variables Antonin Godard
2026-04-24  8:28 ` [PATCH v2 08/18] ref-manual/variables.rst: document the SBOM_CVE_CHECK_SHOW_WARNINGS variable Antonin Godard
2026-04-24  8:28 ` [PATCH v2 09/18] security-manual/vulnerabilities.rst: require Upstream-Status, not recommend Antonin Godard
2026-04-24  8:28 ` [PATCH v2 10/18] security-manual/vulnerabilities.rst: refresh the document after cve-check removal Antonin Godard
2026-04-24  8:28 ` [PATCH v2 11/18] migration-guides/migration-6.0.rst: add migration notes on " Antonin Godard
2026-04-24  8:28 ` [PATCH v2 12/18] migration-guides/release-notes-6.0.rst: cover recent changes Antonin Godard
2026-04-24  8:28 ` [PATCH v2 13/18] migration-guides/release-notes-6.0.rst: add license changes Antonin Godard
2026-04-24  8:28 ` [PATCH v2 14/18] migration-guides/release-notes-6.0.rst: update CVE fixes Antonin Godard
2026-04-24  8:28 ` [PATCH v2 15/18] migration-guides/release-notes-6.0.rst: add recipe version changes Antonin Godard
2026-04-24  8:28 ` [PATCH v2 16/18] migration-guides/migration-6.0.rst: mention python3-roman-numerals-py rename Antonin Godard
2026-04-24  8:28 ` [PATCH v2 17/18] migration-guides/release-notes-6.0.rst: add contributors Antonin Godard
2026-04-24  8:28 ` [PATCH v2 18/18] ref-manual/variables: IMAGE_TYPES: add new wicenv type Antonin Godard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox