docs(release_cycle.md): document release cycle

This commit is contained in:
Krrish Dholakia 2025-02-28 23:05:29 -08:00
parent d05092bb3d
commit e6711235a2
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Release Cycle
Litellm Proxy has the following release cycle:
- `v1.x.x-nightly`: These are releases which pass ci/cd.
- `v1.x.x.rc`: These are releases which pass ci/cd + [manual review](https://github.com/BerriAI/litellm/discussions/8495#discussioncomment-12180711).
- `v1.x.x`: These are releases which pass ci/cd + manual review + 3 days of production testing.
In production, we recommend using the latest `v1.x.x` release.
Follow our release notes [here](https://github.com/BerriAI/litellm/releases).

View file

@ -41,6 +41,7 @@ const sidebars = {
"proxy/deploy", "proxy/deploy",
"proxy/prod", "proxy/prod",
"proxy/cli", "proxy/cli",
"proxy/release_cycle",
"proxy/model_management", "proxy/model_management",
"proxy/health", "proxy/health",
"proxy/debugging", "proxy/debugging",