Moving daily releases to -nightly
#8495
Replies: 5 comments 1 reply
-
Stable Release QA Checklist Proxy Admin
Logs Page
Use this to generate 10 requests, just run on your terminal
Other Proxy Admin
curl -X GET "http://localhost:4000/team/list" \
-H "Authorization: Bearer sk-<key-you-just-created>" Team Admin
Internal User
Internal User Viewer
Security Tests
SSO Tests
Server Tests
Please let me know if there's any scenarios we should add to this. |
Beta Was this translation helpful? Give feedback.
-
PR with change is live here - #8499 |
Beta Was this translation helpful? Give feedback.
-
Rollout plan:
|
Beta Was this translation helpful? Give feedback.
-
Update pypi releases are now marked with a |
Beta Was this translation helpful? Give feedback.
-
Stable releases are done on a weekly basis (every Sunday) - https://docs.litellm.ai/docs/proxy/release_cycle |
Beta Was this translation helpful? Give feedback.
-
We're planning on moving our daily releases to be pre-releases with a
-nightly
tag.This is so we can separate releases which haven't gone through a qa checklist, and therefore might have some instability (e.g. not being able to see keys on UI as an internal user).
Normal releases will therefore be more stable as they would have gone through manual QA (in addition to our ci/cd) before being published.
Beta Was this translation helpful? Give feedback.
All reactions