Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions data/products/kubestash.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"features": [
{
"title": "Declarative API",
"tag": "Core",
"image": {
"src": "/assets/images/features/illustrations/declarative-api.svg",
"alt": "A declarative YAML configuration card being applied and reconciled"
Expand All @@ -68,7 +67,6 @@
},
{
"title": "Backup Kubernetes Volumes",
"tag": "Recovery",
"image": {
"src": "/assets/images/features/illustrations/backup-kubernetes-volumes.svg",
"alt": "Multiple Kubernetes workloads mounting a shared volume that is continuously backed up"
Expand All @@ -82,7 +80,6 @@
},
{
"title": "Backup Database",
"tag": "Recovery",
"image": {
"src": "/assets/images/features/illustrations/backup-database.svg",
"alt": "A database being copied into a point-in-time backup, marked by a clock"
Expand All @@ -96,7 +93,6 @@
},
{
"title": "Backup Virtual Machines",
"tag": "Recovery",
"image": {
"src": "/assets/images/features/illustrations/backup-virtual-machines.svg",
"alt": "Several virtual machines running on a host being captured into a scheduled, restorable backup"
Expand All @@ -110,7 +106,6 @@
},
{
"title": "Multiple Storage Support",
"tag": "Storage",
"image": {
"src": "/assets/images/features/illustrations/multiple-storage-support.svg",
"alt": "A single backup fanning out to a cloud storage service, a REST server, and a Kubernetes persistent volume"
Expand All @@ -124,7 +119,6 @@
},
{
"title": "Deduplication",
"tag": "Performance",
"image": {
"src": "/assets/images/features/illustrations/deduplication.svg",
"alt": "A file split into chunks where only the changed blobs, marked with a delta, are uploaded"
Expand All @@ -138,7 +132,6 @@
},
{
"title": "Data Encryption",
"tag": "Security",
"image": {
"src": "/assets/images/features/illustrations/data-encryption.svg",
"alt": "Plain data passing through an AES-256 lock and becoming unreadable ciphertext in storage"
Expand All @@ -152,7 +145,6 @@
},
{
"title": "Volume Snapshot",
"tag": "Recovery",
"image": {
"src": "/assets/images/features/illustrations/volume-snapshot.svg",
"alt": "A single BackupConfiguration automatically creating a VolumeSnapshot for every volume of a workload"
Expand All @@ -166,7 +158,6 @@
},
{
"title": "Policy Based Backup",
"tag": "Automation",
"image": {
"src": "/assets/images/features/illustrations/policy-based-backup.svg",
"alt": "One backup template governing many differently annotated workloads across the cluster"
Expand All @@ -180,7 +171,6 @@
},
{
"title": "Monitoring",
"tag": "Observability",
"image": {
"src": "/assets/images/features/illustrations/monitoring.svg",
"alt": "A database's live metrics pulsing into a Grafana-style dashboard of charts and gauges"
Expand All @@ -199,6 +189,15 @@
"hostDocs": false,
"show": true
},
{
"version": "v2026.8.12-rc.0",
"hostDocs": true,
"show": true,
"info": {
"cli": "v0.28.0-rc.0",
"installer": "v2026.8.12-rc.0"
}
},
{
"version": "v2026.7.10",
"hostDocs": true,
Expand Down
Loading