# Release History
URL: https://docs.valsight.ai/release-history/
Description: Overview of all Valsight major versions with their current minor version, support status, release date, end of support, and the SHA1 checksum of each release package.
## Overview

For an overview of the new features in each Valsight version, check its [release notes](/release-notes/).

To find out which version you are running, either check the login screen or the bottom of each administration page.

| Major Version  | Current Minor Version | Support Status  | Release Date (Major Version) | End of Support (LTS only) |
| -------------- | --------------------- | --------------- | ---------------------------- | ------------------------- |
| [7.2](/7-2-0/) | 7.2.4                 | Supported       | 2026-07-03                   | —                         |
| [7.1](/7-1-0/) | 7.1.6                 | Please upgrade  | 2026-04-30                   | —                         |
| [7.0](/7-0-0/) | 7.0.14                | Supported (LTS) | 2026-02-10                   | 2026-08-30                |

> **Info:** The next LTS release is planned for August 2026.

## Verifying downloads

SHA1 checksums of the current release packages, in `sha1sum` format:

```
d35b0d1506f3eac3ac94e2eea032c71d5a44d418  valsight-server-7.2.4.zip
8cc0079eaacedcff7e39ae4ed62fa0ecb77cadb9  valsight-server-7.1.6.zip
39dae4bba409ddeda7eb876ba2f5efb0654403ba  valsight-server-7.0.14.zip
0628c50e7ff068513504fb8002049d05d5b839d4  valsight-server-with-vpm-7.0.14.zip
```

To verify a download, save the checksums to a file named `SHA1SUMS` next to the downloaded package and check it (entries for packages you did not download are skipped):

```
sha1sum -c SHA1SUMS --ignore-missing
```

Or compute the hash and compare it manually:

```
sha1sum valsight-server-X.X.X.zip
```

On Windows, use PowerShell instead:

```
Get-FileHash -Algorithm SHA1 valsight-server-X.X.X.zip
```

All releases are additionally signed with a GPG key — see [Digitally Signed Releases](/digitally-signed-releases/) for how to verify the signature.
