Change8

v1.86.3

📦 litellmView on GitHub →
1 features🐛 1 fixes

Summary

This release introduces cryptographic signing for all LiteLLM Docker images using cosign for enhanced security verification. It also incorporates backported bug fixes from previous development branches.

Migration Steps

  1. Users running LiteLLM via Docker can now verify image signatures using the provided `cosign verify` commands, recommended using the pinned commit hash: `cosign verify --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub ghcr.io/berriai/litellm:v1.86.3`.

✨ New Features

  • LiteLLM Docker images are now signed with cosign, allowing users to verify image integrity using either a pinned commit hash or the release tag.

🐛 Bug Fixes

  • Backported pending fixes from versions 1.84.x/1.85.x into the stable 1.86.x branch.