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:
parent
1ea48c93e5
commit
3afdc9a6cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue