Release Notes
8.0.15
Release Date: 2025-12-18
New Features
- Added support for Azure Key Vault as a passkey provider for encryption key management, enabling envelope encryption of the primary key.
- Added support for Azure Key Vault Secrets as a passphrase provider for Disaster Recovery, allowing KDR passphrase storage and retrieval from Azure Key Vault.
- Added support for Prometheus remote_write to forward Kasten metrics to external monitoring systems such as Grafana Cloud, Datadog, or other Prometheus-compatible endpoints.
- Added search to the Kasten dashboard to allow for quick navigation to specific policies, profiles, and application namespaces based on name.
Improvements
- Improved job throughput under load after reaching concurrency limits defined by
limiter.*PerClusterHelm values. - Improved loading time for Virtual Machines in the dashboard.
Bug Fixes
- Fixed an issue where the Veeam Kasten Disaster Recovery policy fails with "invalid repository password" errors after performing a KDR restore.
- Fixed an issue where excessive keep alive requests resulted in block mode exports failing with an ENHANCE_YOUR_CALM error code.
- Fixed an issue where jobs could become stuck indefinitely after reaching concurrency limits defined by
limiter.*PerClusterHelm values. - Fix incorrect state when clearing filter on Restore Points page
- Fixed an issue where a KDR restore would attempt to import redundant restore points following a successful restore of a catalog snapshot.
Security Issues
- Upgrade to Go 1.25.5 to address CVE-2025-61727 and CVE-2025-61729.
- Updated base image used to build Veeam Kasten container images to pull in latest security updates.
Deprecations
-
The
k10restoreHelm chart andk10restoreOpenShift operands have been removed. See Veeam Kasten Disaster Recovery for details on alternate options to recover Veeam Kasten.
Other Notes
- Backups exported from Veeam Kasten to a Veeam Backup & Replication (VBR) repository now include Kubernetes application metadata captured by the policy. At this time, no change to existing policies is required and there is no impact to restore operations. Policies exporting to VBR continue to require an additional Kasten location profile for storing each application's Kubernetes metadata.
8.0.14
Release Date: 2025-11-26
Improvements
- Added a new Helm value,
vault.mountPath, to specify an authentication mount path when using Hashicorp Vault with the Kubernetes auth method. This works for both creating a Passkey using the transit engine or when enabling K10 DR using the KV secrets engine. - When removing location profile, you get a warning if there is any existing restore point or policy which uses this profile
Security Issues
- Improved logging security for specific block mode datamover upload Pod invocations. It is recommended to upgrade Veeam Kasten to get this fix.
8.0.13
Release Date: 2025-11-18
New Features
- Added support for OpenShift 4.19.
- Added a new Passkey Management page in the Settings section of the Kasten Dashboard, providing a centralized interface for managing passkeys used to encrypt backup data. The Passkey Management interface supports creating and managing multiple types of passkeys:
- Passphrase-based passkeys
- AWS Key Management Service
- HashiCorp Vault integration
- Using a filter in a backup policy to include resources based on VirtualMachine name now discovers and protects hot plugged volumes.
- Added support for snapshot and filesystem mode export of persistent volumes provisioned by the vSphere CSI driver without requiring a vSphere Infrastructure Profile. See Storage Integration for details.
Improvements
- Introduced support for ED25519 certificates.
- Integrated Go Cryptographic Modules to enhance and maintain compliance with FIPS 140-3 standards.
- Updated to Go 1.25.4.
Bug Fixes
- Support for “no-auth mode” has been fully restored. The “no-auth mode” (used to run K10 without authentication for testing or development) was unintentionally disabled in version 8.0.12.
- Fixed an issue where Gatekeeper constraint violation messages for Kasten policies were not being displayed in the dashboard.
- Fixed an issue where Kasten policies could not be resubmitted following an admission controller validation error in the dashboard.
Security Issues
- Updated base image used to build Veeam Kasten container images to pull in latest security updates.
Deprecations
- Support for OpenShift 4.15 has been removed.
8.0.12
Release Date: 2025-10-29
Known Issues
- Upgrading to Kasten 8.0.8 or later is not recommended for clusters running Kubernetes 1.27, OpenShift 4.14 or earlier versions due to lack of support for SelfSubjectReview API, which may result in dashboard authentication issues. It is recommended to first upgrade to a supported Kubernetes version to ensure compatibility.
Other Notes
- When performing snapshots of KubeVirt VMs, guest filesystem freeze and unfreeze operations are directly invoked by Kasten and no longer depend on a Kanister Blueprint.
- Added new limiter
vmSnapshotsPerClusterto control the number of concurrent VM snapshots per K8s cluster. The default value is 1.
8.0.11
Release Date: 2025-10-21
New Features
- Added an
openshift.consolePlugin.enabledconfiguration value to allow disabling console plugin and related resources on OpenShift.