返回全部动态
LiteLLM v1.100.0-dev.2 发布:镜像签名验证与多项修复
原标题:v1.100.0-dev.2
AI 摘要
LiteLLM 发布了 v1.100.0-dev.2 版本,该版本的所有 Docker 镜像均使用 cosign 签名,并提供了通过提交哈希或发布标签进行验证的方法。此版本包含多项修复和改进,涉及 UI 重构、Prometheus 指标、OpenTelemetry 错误映射、代理流式响应加密、模型价格更新、Azure 实时认证、Bedrock 推理参数映射、Redis 凭证支持、MCP OAuth 桥接等。这些更新增强了安全性、稳定性和兼容性。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## Verify Docker Image Signature All LiteLLM Docker images are signed with [cosign](https://docs.sigstore.dev/cosign/overview/). Every release is signed with the same key introduced in [commit `0112e53`](https://github.com/BerriAI/litellm/commit/0112e53046018d726492c814b3644b7d376029d0). **Verify using the pinned commit hash (recommended):** A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key: ```bash cosign verify \ -
发布时间:2026-08-28 12:49
抓取时间:2026-08-28 18:49
来源机构:BerriAI