From 3afdc9a6cb8dbaab9154de857304f712da7bf99a Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 16 Apr 2026 16:34:48 +0000 Subject: [PATCH] upgrade: ollama (open-webui) v0.7.2 -> v0.8.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- stacks/ollama/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/ollama/main.tf b/stacks/ollama/main.tf index 4104ecf5..4140a582 100644 --- a/stacks/ollama/main.tf +++ b/stacks/ollama/main.tf @@ -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"