VISTASecurity
  • Vista Platform
  • How it works
  • Insights
  • Docs
  • Release status
  • Mailing list
Try Core
Vista Documentation
  • Editions
  • Vista Platform Platform Overview
  • Cbom
    • CBOM Artifacts
  • Features
    • Algorithm Reference
    • AI Assistant Integration (MCP)
    • Asset Approval Workflow
    • Asset Lifecycle Management
    • AWS Cloud Resource Discovery
    • Azure Cloud Resource Discovery
    • Certificate Chain Management
    • CMDB Integrations
    • CMDB Terminology Glossary
    • Compliance Framework Management
    • Crypto Risks Dashboard
    • Cryptographic Keys
    • Device Interrogation Feature
    • Discovery Feature
    • Fortinet Device Interrogation
    • Viewing Frameworks, Controls & Measurements
    • GCP Cloud Resource Discovery
    • Getting Started checklist
    • Global search (⌘K)
    • Inventory and Lenses
    • Measurement Templates
    • Inviting Members
    • Infrastructure Assets and Crypto Configurations
    • Network Spaces Feature
    • Operational Context
    • Page-local Export
    • PCAP File Ingestion
    • Remediation
    • Scopes
    • Enhanced Sensor Registration & Management Guide
    • Spreadsheet Import
    • Third-Party Systems and External Connections
    • Unified Crypto Inventory
  • Guides
    • Audit Logging User Guide
    • Cloud and Device Management Separation – Migration Guide
    • Device Auto-Discovery Troubleshooting Guide
    • Device Interrogation User Guide
    • Tenant Administrator Guide
    • Tenant User Guide
  • Operating VistaPlatform
    • Container runtime images (source of truth)
    • Platform Administrator Guide
    • Releases & Versioning
    • Service Startup and Shutdown Procedures
    • Configuration
      • Platform Integrations Configuration Guide
    • Deployment Documentation
      • Database Deployment Readiness – Sensor Management Enhancements
      • Database Migration Guide
      • Device Agent Deployment Guide
      • Managed vs In-Cluster Data Services (EKS)
      • Deployment Migration Checklist
      • Production Deployment Checklist
      • Deployment Propagation Guide
      • Vista RKE2 v1 — Customer Documentation
        • Vista — RKE2 Cluster Provisioning Guide
        • Vista Deployment Guide — RKE2 v1
        • Vista RKE2 Deployment — Pre-Flight Checklist
        • Vista Security Overview — RKE2 v1
        • Vista Support Bundle
    • Monitoring
      • Compliance Engine Event Processing Alerts
      • Compliance Log Management & Retention
      • Production Monitoring & Alerting Setup
      • System Monitoring & Alerting Guide
    • Operations
      • Notification Provider Integration Guide
    • Security
      • 🔒 Security Architecture for Cloud-Hosted Control Plane
      • Bootstrap Certificate Management
      • Certificate Management Operations Guide
      • Secrets Management Guide
    • Troubleshooting
      • Asset Approval Workflow Issues – Resolution Documentation
      • Troubleshooting Guide
      • Runbooks
        • Gateway Runbook
        • Recovery and Resume After Reboot
Vista/Docs

Releases & Versioning

How VistaPlatform Core releases are versioned, what they contain, and how to verify them.

Versioning

Releases follow Semantic Versioning (vMAJOR.MINOR.PATCH). For any given release the version is identical across:

  • the git tag (e.g. v0.2.0),
  • the Helm chart version and appVersion, and
  • every service container image tag.

So a chart at 0.2.0 always runs the v0.2.0 images — there is no skew to reason about.

What a release contains

Each release is published as signed, attested artifacts on GHCR:

  • The Helm chart — oci://ghcr.io/vistasecurity/vistaplatform:<version>. Built from this source, unobfuscated.
  • Service images — ghcr.io/vistasecurity/<service>:<version>, each cosign-signed (keyless OIDC) with a CycloneDX SBOM attached as an attestation.
  • Sensor and device-agent binaries — prebuilt for multiple OSes and architectures, attached to the GitHub Release along with a signed SHA256SUMS.

Install and upgrade from the published OCI chart, never from the repository.

Release notes

  • Changelog: CHANGELOG.md at the repo root carries a section per version (Keep a Changelog format).
  • GitHub Releases: every release is published on the repository it was built from, with the changelog section as its notes. This is generated automatically by the release pipeline, so it never drifts from the changelog.

Verify a release

Signing is keyless: there is no key to trust, because the signing identity is the release workflow. That means the registry and the identity both depend on which edition you installed — so rather than guessing, use the command helm install printed at the end of its output. The chart fills in the registry, the version and the signing identity for the artifact you actually have.

For Core, that command is:

cosign verify ghcr.io/vistasecurity/vistaplatform:<chart-version> 
  --certificate-identity-regexp 'https://github.com/VistaSecurity/VistaPlatform-Core/.github/workflows/release-core.yml@.*' 
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Substitute a service image ref (e.g. ghcr.io/vistasecurity/auth-service:<version>) to verify an image with the same identity.

Upgrading

See the RKE2 deployment guide's Upgrade section for cross-version upgrade mechanics (--reset-then-reuse-values, schema-migration/seed Jobs, single-node surge caveats). The chart's NOTES.txt echoes the key upgrade flags on every helm upgrade.

Where documentation lives

  • Tenant-facing capabilities: docsv4/core/
  • Deployment and operations: docsv4/core/operate/
← Operating VistaPlatform Service Startup and Shutdown Procedures →

View source on GitHub · Published from 470d8ee

On this page
  • Versioning
  • What a release contains
  • Release notes
  • Verify a release
  • Upgrading
  • Where documentation lives
VISTASecurity

Vista Platform is a self-hosted cryptographic system of record for continuous discovery, evaluation, action, and proof.

Vista Platform

How it works
Governance
Post-Quantum
Core, Enterprise & MSP
Try Core

Resources

About
Insights
Documentation
Release status
GitHub ↗
info@vistasecurity.io
Join the mailing list

© 2026 Lakeshore Labs LLC. Vista Security is a brand of Lakeshore Labs LLC. All rights reserved.