From a3e2379b591a0d84eb868898ae0341e4e8f8bbd9 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 16 Feb 2026 18:16:18 +0000 Subject: [PATCH] Add 2026.1 release cycle prelude note Summarize the 2026.1 cycle theme for operators: eventlet removal, oslo.db enginefacade modernization, resource provider hostname validation, and driver bug fixes. Generated-By: claude-code Co-Authored-By: Claude Opus 4.6 Change-Id: I1b6dd3b372d812ff435bcba189439797429c446c Signed-off-by: Sean Mooney --- .gitignore | 1 + .../notes/2026-1-prelude-22e28bb9a778da6c.yaml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 releasenotes/notes/2026-1-prelude-22e28bb9a778da6c.yaml diff --git a/.gitignore b/.gitignore index 0e5c5883..51adfcf1 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ doc/source/_static/*.sample doc/build/* doc/source/api/* api-ref/build/* +releasenotes/build/* cover diff --git a/releasenotes/notes/2026-1-prelude-22e28bb9a778da6c.yaml b/releasenotes/notes/2026-1-prelude-22e28bb9a778da6c.yaml new file mode 100644 index 00000000..22ad9298 --- /dev/null +++ b/releasenotes/notes/2026-1-prelude-22e28bb9a778da6c.yaml @@ -0,0 +1,17 @@ +--- +prelude: | + The 2026.1 release focuses on reducing technical debt and improving + operational reliability. The most significant change is the removal of + the eventlet dependency, completing Cyborg's migration to native + threading for oslo.service and oslo.messaging. Database session + management has been modernized to use the current oslo.db enginefacade + API, replacing the legacy facade that was removed upstream. + Additionally, the cyborg-agent now validates its Placement resource + provider at startup, fixing a long-standing hostname mismatch issue + between Cyborg and Nova. Several accelerator driver bugs have also + been corrected. + + The documentation has also been enhanced, a new driver configuration + guide has been added covering all supported accelerator drivers + with configuration examples and troubleshooting tips, and a release + liaison guide has been added for contributors.