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 <noreply@anthropic.com>
Change-Id: I1b6dd3b372d812ff435bcba189439797429c446c
Signed-off-by: Sean Mooney <work@seanmooney.info>
This commit is contained in:
Sean Mooney
2026-02-16 18:16:18 +00:00
parent c082e94fd5
commit a3e2379b59
2 changed files with 18 additions and 0 deletions

1
.gitignore vendored
View File

@@ -31,6 +31,7 @@ doc/source/_static/*.sample
doc/build/*
doc/source/api/*
api-ref/build/*
releasenotes/build/*
cover

View File

@@ -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.