Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs/release-notes/26-0-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
- Improved VM creation and recovery:
- Changed error message to friendlier version when creating VM from recipe
- Fixed issue restoring VMs from system snapshot when recovery took >2 minutes
- Fixed issue restoring NAS VM from cloud snapshot where network no longer exists
- Fixed issue restoring NAS VM from system snapshot where network no longer exists
- Fixed event issue when creating VM from wizard
- Fixed issue triggering tasks on VMs that aren't snapshots

Expand Down Expand Up @@ -182,7 +182,7 @@
#### VMware Integration
- Fixed backup VM expiration from list view
- Fixed pause backup job/restore job functionality
- Added hidden setting to purge VMware container snapshots from cloud snapshots
- Added hidden setting to purge VMware container snapshots from system snapshots

#### System Administration
- Enhanced help system:
Expand Down
66 changes: 63 additions & 3 deletions docs/release-notes/26-1-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

!!! info "Release Information"
- **Release Date**: January 2026
- **Latest Version**: 26.1.1 (January 2026)
- **Latest Version**: 26.1.2 (February 2026)
- **Status**: Latest Production Release
- **End-of-Life**: TBD

Expand All @@ -25,6 +25,68 @@
- Enhanced storage cache usage for database on controller nodes
- Faster node start times through CPU type property caching

### oVirt API Compatibility

!!! success "Third-Party Backup Integration"
- Native oVirt-compatible API endpoint for third-party backup integration
- Enables backup support for VergeOS environments via oVirt-compatible tools

### N+2 Redundancy (RF3)

!!! success "Enhanced Data Protection"
- Added support for N+2 (RF3) vSAN redundancy, also known as Replication Factor 3
- Provides additional fault tolerance beyond standard N+1 configurations

## 26.1.2 (February 2026)

### New Features

#### oVirt API Compatibility
- Implemented oVirt-compatible API endpoint for third-party backup integration

#### Storage & vSAN
- Added support for N+2 (RF3) vSAN redundancy, also known as Replication Factor 3

### Bug Fixes

#### Snapshots & Restore
- Fixed issue where only one snapshot profile period would run when two are scheduled at the same time
- Fixed weekly snapshot frequency with "Any Day" option incorrectly taking snapshots daily
- Fixed tenant snapshot restore from host only allowing one attempt
- Fixed "Pending restore does not exist" error when restoring tenant snapshots
- Fixed error message appearing when overwriting a pending tenant snapshot restore
- Added audit logging for snapshot profile and profile period deletions

#### Virtual Machines & Export
- Fixed tags not being included with exported VMs
- Fixed VM event filter categories showing "Value" instead of proper labels (Snapshot, OS Family, Console Type)

#### Tenants & Themes
- Fixed cloned tenant reverting theme access setting to default instead of inheriting source tenant setting
- Fixed all themes being exposed to tenants regardless of theme access permissions
- Fixed tenants only retaining one marketplace recipe per catalog

#### User Interface
- Fixed tag alphabetization sorting capitalized tags separately from lowercase
- Fixed grammar issue (missing apostrophe) when creating a new site
- Fixed missing name field on NAS Service edit screen
- Fixed blank page when clicking browser back button from Sites History
- Fixed "Reboot & Apply Updates" modal getting stuck until reboot begins
- Fixed Download menu link appearing active but not functioning for optional updates

#### Sites & History
- Fixed "ID and Section are required" error when viewing a site's history

#### Authentication & Users
- Fixed auth source edit form defaulting to visible client secret
- Fixed forgot password link generating an invalid token

#### System Administration
- Fixed removing system help URL from tenants causing a 404 error
- Fixed editing a cluster resetting the RAM amount per machine

---

## 26.1.1 (January 2026)

### New Features
Expand Down Expand Up @@ -129,11 +191,9 @@
#### User Interface
- Fixed product help links broken or incorrect on multiple dashboards
- Fixed VM NIC "Add IP Address" breadcrumb navigation
- Fixed VMware backup VM page not refreshing during backup
- Fixed link to LLDP neighbors from node NICs
- Fixed cluster tier dashboard not showing all nodes
- Fixed incorrect verbiage on NIC asset field note (mentioned drive instead of NIC)
- Fixed JavaScript error when modifying IPSec Phase 1 configurations
- Fixed issue recovering large number of objects simultaneously from system snapshot

#### Certificates
Expand Down
5 changes: 2 additions & 3 deletions docs/release-notes/4-13-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
title: 4.13 Release Notes
description: Release notes for the 4.13 series of VergeOS
#icon: material/text-box-outline
status: new
---

# 4.13 Release Notes

!!! info "Series Information"
- **Initial Release**: November 2024 (4.13.0)
- **Latest Version**: 4.13.4.2 (August 2025)
- **Status**: Latest
- **Status**: Supported
- **End-of-Life**: TBD

## Major Features & Themes
Expand Down Expand Up @@ -578,4 +577,4 @@ status: new
- VM export quiescing
- Boot partition updates via API
- NTP leap second handling
- Syslog regex filter reloading
- Syslog regex filter reloading
2 changes: 1 addition & 1 deletion docs/release-notes/release-notes-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Welcome to the VergeOS Release Notes. This section provides information about ea

| Release | Initial Release | Latest Version | Status | End-of-Life |
|--------|----------------|----------------|---------|-------------|
| [26.1](26-1-release-notes.md) | January 2026 | 26.1.1 (January 2026) | Latest | TBD |
| [26.1](26-1-release-notes.md) | January 2026 | 26.1.2 (February 2026) | Latest | TBD |
| [26.0](26-0-release-notes.md) | October 2025 | 26.0.2.2 (December 2025) | Supported | TBD |
| [4.13](4-13-release-notes.md) | November 2024 | 4.13.4.2 (August 2025) | Supported | TBD |
| [4.12](4-12-release-notes.md) | February 2024 | 4.12.6 (July 2024) | Deprecated | January 2026 |
Expand Down