From 3ec4545c56cac0394d7ebc93cdf940d9041a6095 Mon Sep 17 00:00:00 2001 From: Igor Lukanin Date: Wed, 26 Mar 2025 17:05:21 +0100 Subject: [PATCH] docs: Update regarding update channels --- .../product/deployment/cloud/deployments.mdx | 26 ++++++++++++++----- docs/pages/product/distribution.mdx | 4 +-- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/docs/pages/product/deployment/cloud/deployments.mdx b/docs/pages/product/deployment/cloud/deployments.mdx index d50334fe9b1b6..10acc5f12ebee 100644 --- a/docs/pages/product/deployment/cloud/deployments.mdx +++ b/docs/pages/product/deployment/cloud/deployments.mdx @@ -96,19 +96,29 @@ navigating to Overview → Resources & Logs → Cube API: Cube Cloud provides two update channels: -* **Stable channel.** You should manually update the deployment to one of -available stable versions. -* **Latest channel.** On each build, the deployment is automatically updated -to the most up-to-date version of Cube. +* LTS channel for infrequent [long-term support][ref-lts] releases with +critical fixes. +* Regular channel for regular releases, which occur more frequently and +contain both fixes and new features. You can view or change the update channel by navigating to Settings → General → Cube version: +There's an option to Upgrade automatically to new patch versions, which is +available for both update channels. When it's turned on, an upgrade will occur if a new +[patch version][link-semver] is available in the selected channel. To trigger an upgrade, +deploy a new build to the [production environment][ref-environments-prod] or change its +settings, e.g., by updating environment variables of the Cube Cloud deployment. + +Generally, it's recommended to use the _regular channel_ to get the latest updates. +You can _pin the version_ to a specific one by turning the Upgrade automatically... +toggle off. + ## Resource consumption Cube Cloud deployments only consume resources when they are needed to run workloads: @@ -139,4 +149,6 @@ resource consumption in different scenarios. [ref-data-model]: /product/workspace/data-model [ref-playground]: /product/workspace/playground [ref-environments]: /product/workspace/environments -[ref-environments-prod]: /product/workspace/environments#production-environment \ No newline at end of file +[ref-environments-prod]: /product/workspace/environments#production-environment +[ref-lts]: /product/distribution#long-term-support +[link-semver]: https://semver.org \ No newline at end of file diff --git a/docs/pages/product/distribution.mdx b/docs/pages/product/distribution.mdx index bff8a9af895ff..b5962c8b1ca99 100644 --- a/docs/pages/product/distribution.mdx +++ b/docs/pages/product/distribution.mdx @@ -61,8 +61,8 @@ Usually, there are also deprecation notices in the documentation that look simil -Additionally, Cube Cloud provides [update channels][ref-update-channels] where -versions are marked as either Stable or Latest. +Additionally, Cube Cloud provides LTS or Regular [update +channels][ref-update-channels]. ### Long-term support