Commit e2560ac
authored
chore: prepare 0.8 code freeze (#833)
#### Overview
Prepare `main` for the NeMo Relay 0.8 code freeze and post-freeze 0.9.0 development.
- [x] I confirm this contribution is my own work, or I have the right to submit it under this project's license.
- [x] I searched existing issues and open pull requests, and this does not duplicate existing work.
#### Details
- Adds `release/0.8` to nightly alpha branch configuration.
- Runs `just set-version 0.9.0` across Cargo, Python, Node, OpenClaw, and coding-agent package surfaces.
- Regenerates the worker-plugin fixture lockfile.
- Updates current-version installation and package examples to 0.9.0.
#### Where should the reviewer start?
Start with `.github/nightly-alpha-branches.yaml` and `Cargo.toml`; the remaining changes synchronize versioned package metadata and current-version documentation.
#### Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
- Relates to: none
## Summary by CodeRabbit
- **Release**
- Updated packages, plugins, integrations, and SDK components to version 0.9.0.
- Updated installation guidance for the Rust CLI and other supported platforms.
- **Documentation**
- Refreshed installation, quick-start, build, and integration instructions for version 0.9.0.
- Updated Node.js, Python, Rust, OpenClaw, and related integration examples.
- **Chores**
- Added the `release/0.8` branch to nightly alpha builds.
- Expanded compatibility coverage for plugins using older Relay version requirements.
Authors:
- Bryan Bednarski (https://github.com/bbednarski9)
Approvers:
- Eric Evans II (https://github.com/ericevans-nv)
- Will Killian (https://github.com/willkill07)
URL: #8331 parent 71866e1 commit e2560ac
30 files changed
Lines changed: 201 additions & 184 deletions
File tree
- .github
- crates
- core/tests
- fixtures
- native_plugin
- worker_plugin
- unit
- node
- docs
- build-plugins
- native
- workers
- getting-started
- quick-start
- supported-integrations
- examples
- language-binding-plugin
- node
- python
- rust
- rust-grpc-worker-plugin
- rust-native-plugin
- integrations
- coding-agents
- claude-code/.claude-plugin
- codex/.codex-plugin
- openclaw
- python
- cli-bin
- plugin
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
| 226 | + | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments