v1.15.0

comet-ml/opikv1.15.0Aug 5, 2026by githubsaturn

AI Summary

Adds features for persistent volume management, Docker compose deployment, and BuildKit configuration.

Key Highlights

  • Warning when a persistent volume label is already used
  • Ability to deploy simplified Docker compose
  • Defaulting to BuildKit

New Features

  • Persistent volume label conflict warning
  • Simplified Docker compose deployment

Full Release Notes

> Note: Due to large number changes in this release, we will be **gradually (read very slowly)** rolling out the "upgrade banner" for existing instances. The new instances will get the update right away. 

## [1.15.0] - 2026-08-04

- New: Warning when a persistent volume label is already used by another app [PR-226](https://github.com/caprover/caprover-frontend/pull/226)
- New: Ability to deploy simplified Docker compose [PR-191](https://github.com/caprover/caprover-frontend/pull/191)
- New: Defaulting to BuildKit [Issue-1582](https://github.com/caprover/caprover/issues/1582)
- New: Defaulting to gzip on [PR-2360](https://github.com/caprover/caprover/pull/2360)
- New: Ability to disable IP logging in GoAccess logs [PR-2362](https://github.com/caprover/caprover/pull/2362)
- New: CapRover server hostname into the filename of the backup download [PR-2389](https://github.com/caprover/caprover/pull/2389)
- Improved: Descriptive error on installations on incompatible systems (e.g. Proxmox LXC) [issues-2326](https://github.com/caprover/caprover/issues/2326)
- Improved: Moved one click app creation process to backend for more stability [PR-2334](https://github.com/caprover/caprover/pull/2334)
- Improved: Reduced the Backup size by excluding the GoAccess logs [PR-2336](https://github.com/caprover/caprover/pull/2336)
- Improved: Logged expired or soon-to-expire orphaned SSL certificates for a safe observation period [Issue-2397](https://github.com/caprover/caprover/issues/2397)
- Fixed: Prevented malformed `config-captain.json` from being overwritten [Issue-858](https://github.com/caprover/caprover/issues/858)
- Fixed: Git webhook deployments failing when webhook payloads exceed 100 KB [Issue-1393](https://github.com/caprover/caprover/issues/1393)