This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+9 more
ReleasePort's take
Light signalProxCenter v1.4.0 removes SQLite support and mandates PostgreSQL; no automatic migration path is provided.
Why it matters: If you run ProxCenter on SQLite, upgrade to PostgreSQL before using v1.4.0 or stay on an earlier version.
Summary
AI summarySQLite is dropped; ProxCenter now requires PostgreSQL with no automatic migration.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | Medium |
ProxCenter v1.4.0 drops SQLite and requires PostgreSQL. ProxCenter v1.4.0 drops SQLite and requires PostgreSQL. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
vDC tenant cockpit with live consumption, donut quotas, datacenter map, Green KPIs. vDC tenant cockpit with live consumption, donut quotas, datacenter map, Green KPIs. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Native IPAM at the vDC level for SDN VNet/subnet management and automatic IP reservation. Native IPAM at the vDC level for SDN VNet/subnet management and automatic IP reservation. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Per-vDC PBS bindings with auto-provisioning of namespace, sub-token, ACL, and PVE storage. Per-vDC PBS bindings with auto-provisioning of namespace, sub-token, ACL, and PVE storage. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Tenant restore from PBS (overwrite source or restore as new VM into the tenant pool). Tenant restore from PBS (overwrite source or restore as new VM into the tenant pool). Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Tenant-scoped PVE backup jobs with structured schedule picker, Verify/Delete actions. Tenant-scoped PVE backup jobs with structured schedule picker, Verify/Delete actions. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Datacenters, country, Green configuration: per-datacenter assignments tree, country flags, Green factors per node. Datacenters, country, Green configuration: per-datacenter assignments tree, country flags, Green factors per node. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Tenant-scoped reports (alerts, capacity, compliance, inventory, security, site recovery, utilization). Tenant-scoped reports (alerts, capacity, compliance, inventory, security, site recovery, utilization). Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Cloud-style deploy flow with quota enforcement on every step. Cloud-style deploy flow with quota enforcement on every step. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Introduces MSP/IaaS capabilities with multi-tenant virtual data center (vDC) abstraction. Introduces MSP/IaaS capabilities with multi-tenant virtual data center (vDC) abstraction. Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
| Feature | Medium |
Adds a cloud‑style deployment workflow with quota enforcement at each step (template, ISO, clone, qmrestore). Adds a cloud‑style deployment workflow with quota enforcement at each step (template, ISO, clone, qmrestore). Source: granite4.1:30b@2026-05-23-audit Confidence: low |
— |
Full changelog
ProxCenter v1.4.0
MSP / IaaS release: vDC cockpit, native IPAM, multi-tenant PBS, Postgres cutover.
Breaking change: SQLite to PostgreSQL
ProxCenter v1.4.0 drops SQLite and requires PostgreSQL. No automatic data migration ships with this release. Upgrading starts on an empty Postgres.
Why this change. SQLite's single-writer model produced visible lock contention as soon as multi-tenant workloads, vDC quotas, replication metadata, and the report generator's per-tenant queries kicked in concurrently. PostgreSQL removes those locks, scales to the cross-tenant aggregations and JSONB queries we now rely on, and unlocks the next milestone: ProxCenter running in HA with PostgreSQL streaming replication and a shared cluster store between frontend and orchestrator.
Headline feature: MSP / IaaS with vDC
ProxCenter becomes an MSP-ready IaaS surface. Tenants get a cloud-style abstraction (no node or cluster details) backed by per-tenant resource pools.
- vDC tenant cockpit (
/my-vdc) with live consumption, donut quotas (CPU, RAM, Storage, Snapshots, Backups), datacenter map, Green KPIs. - Cloud-style deploy flow with quota enforcement on every step (template, ISO, clone, qmrestore). Foreign nodes, storages, bridges refused upfront.
- Native IPAM at the vDC level: SDN VNet/subnet management, automatic IP and MAC reservation on deploy/clone/restore, PVE pool scan to merge externally created VMs.
- Per-vDC PBS bindings with auto-provisioning of namespace, sub-token, ACL, and PVE storage. Manual mode also supported.
- Tenant restore from PBS (overwrite source or restore as new VM into the tenant pool).
- Tenant-scoped PVE backup jobs with structured schedule picker, Verify/Delete actions.
- Datacenters, country, Green configuration: per-datacenter assignments tree, country flags, Green factors per node.
- Tenant-scoped reports (alerts, capacity, compliance, inventory, security, site recovery, utilization). New vDC report type gated to super-admin. Rendered via WeasyPrint sidecar with per-tenant white-label.
Breaking Changes
- SQLite backend removed; PostgreSQL required (no automatic migration).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- v1.4.1 Per-cluster migration cap replaces global cap, removes legacy setting.
Beta — feedback welcome: [email protected]