diff --git a/README.md b/README.md index b0186782e..aabf9ee8d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ VictoriaMetrics is available in [binary releases](https://github.com/VictoriaMet [Docker images](https://hub.docker.com/r/victoriametrics/victoria-metrics/), [Snap packages](https://snapcraft.io/victoriametrics) and [source code](https://github.com/VictoriaMetrics/VictoriaMetrics). -The cluster version of VictoriaMetrics is available [here](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html). +Documentation for the cluster version of VictoriaMetrics is available [here](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html). Learn more about [key concepts](https://docs.victoriametrics.com/keyConcepts.html) of VictoriaMetrics and follow the [quick start guide](https://docs.victoriametrics.com/Quick-Start.html) for a better experience. @@ -27,15 +27,20 @@ There is also a user-friendly database for logs - [VictoriaLogs](https://docs.vi If you have questions about VictoriaMetrics, then feel free asking them in the [VictoriaMetrics community Slack chat](https://slack.victoriametrics.com/). -[Contact us](mailto:info@victoriametrics.com) if you need enterprise support for VictoriaMetrics. +[Contact us](mailto:info@victoriametrics.com) if you need enterprise support for VictoriaMetrics. See [features available in enterprise package](https://docs.victoriametrics.com/enterprise.html). -Enterprise binaries can be downloaded and evaluated for free +Enterprise binaries can be downloaded and evaluated for free from [the releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest). You can also [request a free trial license](https://victoriametrics.com/products/enterprise/trial/). -VictoriaMetrics is developed at a fast pace, so it is recommended to check the [CHANGELOG](https://docs.victoriametrics.com/CHANGELOG.html) periodically, and to perform [regular upgrades](#how-to-upgrade-victoriametrics). +VictoriaMetrics is developed at a fast pace, so it is recommended to check the [CHANGELOG](https://docs.victoriametrics.com/CHANGELOG.html) periodically, +and to perform [regular upgrades](#how-to-upgrade-victoriametrics). -VictoriaMetrics has achieved security certifications for Database Software Development and Software-Based Monitoring Services. We apply strict security measures in everything we do. See our [Security page](https://victoriametrics.com/security/) for more details. +[VictoriaMetrics enterprise](https://docs.victoriametrics.com/enterprise/) provides long-term support lines of releases (LTS releases) - +see [these docs](https://docs.victoriametrics.com/LTS-releases.md). + +VictoriaMetrics has achieved security certifications for Database Software Development and Software-Based Monitoring Services. +We apply strict security measures in everything we do. See [Security page](https://victoriametrics.com/security/) for more details. ## Prominent features diff --git a/SECURITY.md b/SECURITY.md index 9226abdc0..8d1221d21 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,13 +2,17 @@ ## Supported Versions +The following versions of VictoriaMetrics receive regular security fixes: + | Version | Supported | |---------|--------------------| | [latest release](https://docs.victoriametrics.com/CHANGELOG.html) | :white_check_mark: | -| v1.97.x LTS release | :white_check_mark: | -| v1.93.x LTS release | :white_check_mark: | +| v1.97.x [LTS line](https://docs.victoriametrics.com/LTS-releases.html) | :white_check_mark: | +| v1.93.x [LTS line](https://docs.victoriametrics.com/LTS-releases.html) | :white_check_mark: | | other releases | :x: | +See [this page](https://victoriametrics.com/security/) for more details. + ## Reporting a Vulnerability Please report any security issues to security@victoriametrics.com diff --git a/docs/LTS-releases.md b/docs/LTS-releases.md new file mode 100644 index 000000000..f387cfceb --- /dev/null +++ b/docs/LTS-releases.md @@ -0,0 +1,27 @@ +--- +sort: 300 +weight: 300 +title: Long-term support releases +menu: + docs: + parent: 'victoriametrics' + weight: 300 +aliases: +- /LTS-releases.html +--- + +# Long-term support releases + +[Enterprise version of VictoriaMetrics](https://docs.victoriametrics.com/enterprise/) provides long-term support lines of releases (aka LTS releases). +Every LTS line receives bugfixes and [security fixes](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/SECURITY.md) for 12 months after +the initial release. New LTS lines are published every 6 months, so the latest two LTS lines are supported at any given moment. This gives 6 up to months +for the migration to new LTS lines for [VictoriaMetrics Enterprise](https://docs.victoriametrics.com/enterprise/) users. + +All the bugfixes and security fixes, which are included in LTS releases, are also available in [the latest release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest), +so non-enterprise users are advised to regularly [upgrade](https://docs.victoriametrics.com/#how-to-upgrade-victoriametrics) VictoriaMetrics products +to [the latest available releases](https://docs.victoriametrics.com/CHANGELOG.html). + +## Currently supported LTS release lines + +- 1.97.x (the latest one is [v1.97.2 LTS release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.97.2)) +- 1.93.x (the latest one is [v1.93.12 LTS release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.93.12)) diff --git a/docs/README.md b/docs/README.md index 70f33b4c5..46382cdba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ VictoriaMetrics is available in [binary releases](https://github.com/VictoriaMet [Docker images](https://hub.docker.com/r/victoriametrics/victoria-metrics/), [Snap packages](https://snapcraft.io/victoriametrics) and [source code](https://github.com/VictoriaMetrics/VictoriaMetrics). -The cluster version of VictoriaMetrics is available [here](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html). +Documentation for the cluster version of VictoriaMetrics is available [here](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html). Learn more about [key concepts](https://docs.victoriametrics.com/keyConcepts.html) of VictoriaMetrics and follow the [quick start guide](https://docs.victoriametrics.com/Quick-Start.html) for a better experience. @@ -30,15 +30,20 @@ There is also a user-friendly database for logs - [VictoriaLogs](https://docs.vi If you have questions about VictoriaMetrics, then feel free asking them in the [VictoriaMetrics community Slack chat](https://slack.victoriametrics.com/). -[Contact us](mailto:info@victoriametrics.com) if you need enterprise support for VictoriaMetrics. +[Contact us](mailto:info@victoriametrics.com) if you need enterprise support for VictoriaMetrics. See [features available in enterprise package](https://docs.victoriametrics.com/enterprise.html). -Enterprise binaries can be downloaded and evaluated for free +Enterprise binaries can be downloaded and evaluated for free from [the releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest). You can also [request a free trial license](https://victoriametrics.com/products/enterprise/trial/). -VictoriaMetrics is developed at a fast pace, so it is recommended to check the [CHANGELOG](https://docs.victoriametrics.com/CHANGELOG.html) periodically, and to perform [regular upgrades](#how-to-upgrade-victoriametrics). +VictoriaMetrics is developed at a fast pace, so it is recommended to check the [CHANGELOG](https://docs.victoriametrics.com/CHANGELOG.html) periodically, +and to perform [regular upgrades](#how-to-upgrade-victoriametrics). -VictoriaMetrics has achieved security certifications for Database Software Development and Software-Based Monitoring Services. We apply strict security measures in everything we do. See our [Security page](https://victoriametrics.com/security/) for more details. +[VictoriaMetrics enterprise](https://docs.victoriametrics.com/enterprise/) provides long-term support lines of releases (LTS releases) - +see [these docs](https://docs.victoriametrics.com/LTS-releases.md). + +VictoriaMetrics has achieved security certifications for Database Software Development and Software-Based Monitoring Services. +We apply strict security measures in everything we do. See [Security page](https://victoriametrics.com/security/) for more details. ## Prominent features diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index aaeb0c1aa..c559303c3 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -29,7 +29,7 @@ VictoriaMetrics is available in [binary releases](https://github.com/VictoriaMet [Docker images](https://hub.docker.com/r/victoriametrics/victoria-metrics/), [Snap packages](https://snapcraft.io/victoriametrics) and [source code](https://github.com/VictoriaMetrics/VictoriaMetrics). -The cluster version of VictoriaMetrics is available [here](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html). +Documentation for the cluster version of VictoriaMetrics is available [here](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html). Learn more about [key concepts](https://docs.victoriametrics.com/keyConcepts.html) of VictoriaMetrics and follow the [quick start guide](https://docs.victoriametrics.com/Quick-Start.html) for a better experience. @@ -38,15 +38,20 @@ There is also a user-friendly database for logs - [VictoriaLogs](https://docs.vi If you have questions about VictoriaMetrics, then feel free asking them in the [VictoriaMetrics community Slack chat](https://slack.victoriametrics.com/). -[Contact us](mailto:info@victoriametrics.com) if you need enterprise support for VictoriaMetrics. +[Contact us](mailto:info@victoriametrics.com) if you need enterprise support for VictoriaMetrics. See [features available in enterprise package](https://docs.victoriametrics.com/enterprise.html). -Enterprise binaries can be downloaded and evaluated for free +Enterprise binaries can be downloaded and evaluated for free from [the releases page](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest). You can also [request a free trial license](https://victoriametrics.com/products/enterprise/trial/). -VictoriaMetrics is developed at a fast pace, so it is recommended to check the [CHANGELOG](https://docs.victoriametrics.com/CHANGELOG.html) periodically, and to perform [regular upgrades](#how-to-upgrade-victoriametrics). +VictoriaMetrics is developed at a fast pace, so it is recommended to check the [CHANGELOG](https://docs.victoriametrics.com/CHANGELOG.html) periodically, +and to perform [regular upgrades](#how-to-upgrade-victoriametrics). -VictoriaMetrics has achieved security certifications for Database Software Development and Software-Based Monitoring Services. We apply strict security measures in everything we do. See our [Security page](https://victoriametrics.com/security/) for more details. +[VictoriaMetrics enterprise](https://docs.victoriametrics.com/enterprise/) provides long-term support lines of releases (LTS releases) - +see [these docs](https://docs.victoriametrics.com/LTS-releases.md). + +VictoriaMetrics has achieved security certifications for Database Software Development and Software-Based Monitoring Services. +We apply strict security measures in everything we do. See [Security page](https://victoriametrics.com/security/) for more details. ## Prominent features diff --git a/docs/enterprise.md b/docs/enterprise.md index 4dfeaf0ad..d972a7bf7 100644 --- a/docs/enterprise.md +++ b/docs/enterprise.md @@ -40,7 +40,7 @@ See [these docs](#running-victoriametrics-enterprise) for details on how to run VictoriaMetrics Enterprise includes [all the features of the community edition](https://docs.victoriametrics.com/#prominent-features), plus the following additional features: -- Stable releases with long-term support, which contains important bugfixes. See, for example, [v1.97.x LTS release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.97.1). +- Stable releases with long-term support, which contains important bugfixes and security fixes. See [these docs](https://docs.victoriametrics.com/LTS-releases.html). - First-class consulting and technical support provided by the core VictoriaMetrics dev team. - [Monitoring of monitoring](https://victoriametrics.com/products/mom/) - this feature allows forecasting and preventing possible issues in VictoriaMetrics setups.