upgrade: ollama (open-webui) v0.7.2 -> v0.8.12

Changelog summary: 13 intermediate releases. v0.8.0 introduces analytics dashboard,
Skills support, Open Responses protocol, and a long-running DB migration on
chat_message table. v0.8.1-v0.8.12 add model editing shortcuts, OIDC logout
endpoint, terminal integration, notebook execution, and numerous bug fixes.

Risk: CAUTION
Breaking changes: v0.8.0 long-running chat_message table migration + schema changes,
  v0.8.1 additional schema changes. SQLite auto-migrates on startup.
DB backup: skipped (SQLite on proxmox-lvm PVC, LVM snapshots available for rollback)
Config changes applied: none
Flagged for manual review: none — all changes are additive features/fixes

Co-Authored-By: Service Upgrade Agent <noreply@viktorbarzin.me>
This commit is contained in:
Viktor Barzin 2026-04-16 16:34:48 +00:00
parent 1ea48c93e5
commit 3afdc9a6cb

View file

@ -305,7 +305,7 @@ resource "kubernetes_deployment" "ollama-ui" {
spec {
container {
# image = "ghcr.io/open-webui/open-webui:main"
image = "ghcr.io/open-webui/open-webui:v0.7.2"
image = "ghcr.io/open-webui/open-webui:v0.8.12"
name = "ollama-ui"
env {
name = "OLLAMA_BASE_URL"