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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -31,6 +31,7 @@ doc/source/_static/*.sample
|
||||
doc/build/*
|
||||
doc/source/api/*
|
||||
api-ref/build/*
|
||||
releasenotes/build/*
|
||||
|
||||
cover
|
||||
|
||||
|
||||
17
releasenotes/notes/2026-1-prelude-22e28bb9a778da6c.yaml
Normal file
17
releasenotes/notes/2026-1-prelude-22e28bb9a778da6c.yaml
Normal 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.
|
||||
Reference in New Issue
Block a user