Documentation

Support

Release notes for Virtual Private Cloud on premises

Learn about new features, improvements, and changes in each release of Virtual Private Cloud On-Premises
Read time 2 minutesLast updated 9 hours ago

Version 0.9.0 — March 17, 2026

New features

Automation app management

Automation apps such as Asset Manager and Pixyz are now automatically registered during deployment. A post-deployment job handles app registration, removing the need for manual setup.

Version 0.8.0 — March 13, 2026

New features

Log storage configuration

You can now control the persistent volume size for log storage independently from data storage for the object storage component. Sizing profile defaults range from 1 GiB (
small
) to 10 GiB (
large
), and you can override the value per component.

Transformation parallelism control

A new
configuration.transformations.parallelism
manifest field lets you set the maximum number of concurrent transformation workflows. The default value is 20.

Improvements

  • Deployment validation now enforces that the store encryption key is exactly 32 characters, catching misconfigured keys before they cause runtime errors.

Breaking change

The
configuration.licensing
section, including FlexLM and
sdkLicenses
settings, has been removed. Built-in transformation workflows are now always enabled, and their concurrency is controlled through the new
configuration.transformations.parallelism
manifest field. Remove any licensing configuration from your manifest before upgrading.

Version 0.7.0 — March 3, 2026

New features

CLI version compatibility checks

The release package now declares the minimum required
vpctl
version. The
vpctl release generate
and
vpctl secret generate
commands check this requirement before running and block execution if the CLI version is too old. This prevents silent misconfigurations from manifest schema changes.

Improvements

Object storage distributed mode

Object storage now runs in distributed mode by default, improving data durability and availability.

Version 0.6.0 — February 23, 2026

New features

Infrastructure sizing profiles

You can now control the CPU, memory, and storage allocations for the following infrastructure components directly from the manifest: MongoDB, PostgreSQL, RabbitMQ, object storage, and Elasticsearch. Choose from three named sizing profiles:
small
,
medium
, or
large
. Alternatively, override the resources for individual components to match your workload.

Improved container image management

All infrastructure images, including Istio and Percona MongoDB backup images, are now sourced from your private container registry instead of public registries. This method improves reliability and security in air-gapped or restricted network environments.

Breaking change

Support for the custom Pixyz scripts has been removed. If you previously used the
automation.customPixyzScript
manifest configuration, remove it from your manifest before upgrading.

Version 0.5.0 — February 17, 2026

New features

Centralized log collection

Log collection is now available through Loki and Alloy. Enable it in your manifest with the
monitoring.logCollection.enabled
option to aggregate logs from all services in your deployment.

Improvements

Automated MongoDB backups

Percona MongoDB now automatically backs up data to RustFS S3-compatible storage, improving data durability without requiring manual backup configuration.

Version 0.4.0 — February 12, 2026

New features

Istio service mesh support

You can now enable Istio with ambient mode for service-to-service traffic management and observability. Configure Istio in your manifest under
configuration.networking.serviceMesh.istio
.

SDK license management

A new
sdkLicenses
setting in the manifest licensing section lets you specify how many Pixyz SDK licenses are available. This setting controls the maximum number of concurrent transformation workflows.

Improvements

  • Improved container image handling for workflow execution
  • Improved object storage reliability with automated bucket creation during deployment

Version 0.3.0 — January 28, 2026

New features

Full application suite

This release adds the complete set of application services, including:
  • Asset Manager: full asset management with storage, collaboration, and search
  • Automations and workflows: pipeline automation with Argo Workflows
  • Identity and access management: Keycloak for authentication and role-based access control
  • Notifications: event notifications through Novu
  • Ingress: Traefik as the ingress controller and load balancer

Version 0.2.0 — December 8, 2025

New features

Core infrastructure services

This release adds the foundational infrastructure layer, including:
  • Databases: PostgreSQL (via PG Operator) and Elasticsearch for relational data and search
  • Caching: Valkey for in-memory data storage
  • Messaging: RabbitMQ for asynchronous communication
  • Asset services: storage abstraction, collaboration, authoring, bulk operations, and catalog management

Version 0.1.0 — November 28, 2025

New features

First release of Unity Virtual Private Cloud On-Premises.