v1.86.7
📦 litellmView on GitHub →
✨ 1 features
Summary
This release introduces cryptographic signing for all LiteLLM Docker images using cosign to enhance supply chain security. It also includes several minor backported chore updates.
Migration Steps
- Users running LiteLLM via Docker images can now verify image signatures using `cosign verify` with either the pinned commit hash key (recommended) or the release tag key.
✨ New Features
- LiteLLM Docker images are now signed with cosign, allowing users to verify image integrity using provided public keys and commit hashes or release tags.