Skip to content

Releases: cloudsmith-cloud/cloudsmith-installer

v1.0.0 — Generally Available

29 May 01:03

Choose a tag to compare

CloudSmith v1.0.0 — Generally Available

CloudSmith v1.0.0 is the first generally available release of the open-source Hyper-V and Azure Local management platform.

What's new in v1.0.0

  • Three on-premises install modes — Online, Bundled (air-gapped), and Appliance (VHDX import, portal up in ~3 min)
  • Azure PaaS deployment — Bicep + azd up targeting Azure Container Apps
  • Cluster enrollment — Hyper-V WSFC clusters via CloudSmith Agent + PSRemote relay
  • Management portal — React + Fluent UI with cluster, workload, health, and module views
  • CLI and PowerShell modulecs CLI and CloudSmithPS for automation
  • Built-in monitoring — Prometheus + Loki + OpenTelemetry; PaaS routes to Azure Monitor
  • Module system — install first-party modules and build your own

No breaking changes from preview2

Upgrade by re-running the installer with -Version 1.0.0 or pulling the latest tag.

Documentation

See the getting started guide and full documentation.

CloudSmith v1.0.0-preview1 — Private Preview

28 May 22:54

Choose a tag to compare

CloudSmith v1.0.0-preview1 — Private Preview

This is the first private preview release of CloudSmith, an open-source Hyper-V and Azure Local management platform.

What's included

  • Online installer — Install-CloudSmith.ps1 -Mode Online (downloads all components)
  • PaaS deployment — Bicep templates for Azure Container Apps deployment
  • Setup wizard — no-auth-out-of-box first-run experience (ADR-047)
  • Cluster enrollment — Hyper-V cluster management via Agent + Relay
  • Portal — React 18 + Fluent UI management portal

Installation

PaaS (Azure):
az deployment sub create --template-file iac/main.bicep --parameters @your-params.json --location centralus

On-premises (Online mode):
``powershell

Run as Administrator on a Windows Server 2022/2025 host with Hyper-V installed

.\Install-CloudSmith.ps1 -Mode Online
``

Requirements

Component Minimum
Host OS Windows Server 2022 or 2025
Hyper-V Required (installed and running)
RAM 8 GB (16 GB recommended)
Disk 60 GB free
Internet Required for Online mode

Known Issues

  • Security headers (HSTS, CSP) not yet configured on API — planned for v1.0.0
  • Admin token 24-hour TTL: restart CloudSmith service to generate a fresh token if expired

Feedback

Report issues via GitHub Issues or email preview@cloudsmith.cloud