> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/release-notes/readme.md).

# Release notes

Release notes for every version of VergeOS. Select a version in the table below to see its detailed notes.

{% hint style="info" %}
**Recommendations**

* Stay on the latest patch/hotfix within your current minor release, and update to the latest minor release when you can
* For access to the latest features and functionality documented here, please ensure you are running the latest version of VergeOS
  {% endhint %}

## Release Version Overview

| Release                                                      | Initial Release | Latest Version           | Status     | End-of-Life   |
| ------------------------------------------------------------ | --------------- | ------------------------ | ---------- | ------------- |
| [26.1](/release-notes/2026/26-1-release-notes.md)            | January 2026    | 26.1.6 (May 2026)        | Latest     | TBD           |
| [26.0](/release-notes/2026/26-0-release-notes.md)            | October 2025    | 26.0.2.2 (December 2025) | Supported  | TBD           |
| [4.13](/release-notes/2025-or-earlier/4-13-release-notes.md) | November 2024   | 4.13.4.2 (August 2025)   | Supported  | TBD           |
| [4.12](/release-notes/2025-or-earlier/4-12-release-notes.md) | February 2024   | 4.12.6 (July 2024)       | Deprecated | January 2026  |
| [4.11](/release-notes/2025-or-earlier/4-11-release-notes.md) | February 2023   | 4.11.4.3 (January 2024)  | Deprecated | December 2024 |
| [4.10](/release-notes/2025-or-earlier/4-10-release-notes.md) | June 2022       | 4.10.3.1 (January 2023)  | Deprecated | June 2024     |
| [4.9](/release-notes/2025-or-earlier/4-9-release-notes.md)   | October 2021    | 4.9.2 (February 2022)    | Deprecated | February 2023 |

## Version Numbering and Updates

VergeOS uses semantic versioning with two different formats:

* **Legacy Format**: Major.Minor.Patch.Hotfix (e.g., 4.13.4.2)
* **New Format** (26.0+): Year.Quarter.Minor.Patch (e.g., 26.0.1)
  * First two digits represent the year (25 = 2025, 26 = 2026)
  * Third digit represents the quarter development started (0-3)
  * Remaining digits represent minor and patch versions

{% hint style="success" %}
**Update Process**

* **Minor**, **Patch**, and **Hotfix** updates support live system updates with no impact to running workloads
* **Major** version updates *may* require a system reboot to complete the update process
* Updates should always be performed sequentially within a major version (e.g., 4.13.2 → 4.13.3 → 4.13.4)
* When upgrading from 4.13.x to 26.0.x, follow the upgrade path through 4.13.4.2 first
  {% endhint %}

{% hint style="info" %}
**Version Archive**

Release notes for versions prior to 4.9 have been archived and are not available in this documentation
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vergeos-demo.com/release-notes/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
