diff options
author | stunder <stunder@ydb.tech> | 2022-10-04 14:41:41 +0300 |
---|---|---|
committer | stunder <stunder@ydb.tech> | 2022-10-04 14:41:41 +0300 |
commit | 49431edfdbbe9d9a47aef4e06942c2966054be46 (patch) | |
tree | 20be72048d0807354ef85ef2c982ce99757d273f | |
parent | 4780349153062fe2a64aa5bd878b927bdc532d94 (diff) | |
download | ydb-49431edfdbbe9d9a47aef4e06942c2966054be46.tar.gz |
Add 22.4.21 Release
10 files changed, 18 insertions, 26 deletions
diff --git a/ydb/docs/en/core/cluster/system-requirements.md b/ydb/docs/en/core/cluster/system-requirements.md index 141d50adcfe..3c1171a448d 100644 --- a/ydb/docs/en/core/cluster/system-requirements.md +++ b/ydb/docs/en/core/cluster/system-requirements.md @@ -33,10 +33,3 @@ The number of servers and disks is determined by the fault-tolerance requirement A {{ ydb-short-name }} server can run on servers with Linux kernel 4.4 or higher. MacOS and Windows operating systems are currently not supported. - -### Dynamic libraries {#dynamic-libraries} -A {{ ydb-short-name }} required dynamic libraries: -- libidn11 - [GNU libidn](https://www.gnu.org/software/libidn) -- libaio1 - [libaio](https://pagure.io/libaio) - -Install it using your system package manager.
\ No newline at end of file diff --git a/ydb/docs/en/core/deploy/manual/deploy-ydb-on-premises.md b/ydb/docs/en/core/deploy/manual/deploy-ydb-on-premises.md index 310779c50e3..10712eb28d3 100644 --- a/ydb/docs/en/core/deploy/manual/deploy-ydb-on-premises.md +++ b/ydb/docs/en/core/deploy/manual/deploy-ydb-on-premises.md @@ -67,12 +67,6 @@ We don't recommend storing data on disks used by other processes (including the If you plan to use more than one disk on each server, replace `ydb_disk_ssd_01` with a unique label for each one. You'll need to use these disks later in the configuration files. - {% note info %} - - A {{ ydb-short-name }} stating from 22.4 required libaio and libidn dynamic libraries to run. Install it using your system package manager. See [{#T}](../../cluster/system-requirements.md#dynamic-libraries) for more information. - - {% endnote %} - 1. Download and unpack an archive with the `ydbd` executable and the libraries required for {{ ydb-short-name }} to run: ```bash diff --git a/ydb/docs/en/core/downloads/_includes/server/docker.md b/ydb/docs/en/core/downloads/_includes/server/docker.md index 316f4262375..0237d6889e1 100644 --- a/ydb/docs/en/core/downloads/_includes/server/docker.md +++ b/ydb/docs/en/core/downloads/_includes/server/docker.md @@ -1,5 +1,8 @@ Version | Release date | Download :--- | :--- | :--- +**v22.4** +v.22.4.21 | 03.10.22 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:22.4.21` +**v22.2** v.22.2.47 | 07.07.22 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:22.2.47` v.22.2.40 | 16.06.22 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:22.2.40` v.22.2.39 | 15.06.22 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:22.2.39` diff --git a/ydb/docs/en/core/downloads/_includes/server/linux.md b/ydb/docs/en/core/downloads/_includes/server/linux.md index fe8d9bfb8f6..dc00deab3f2 100644 --- a/ydb/docs/en/core/downloads/_includes/server/linux.md +++ b/ydb/docs/en/core/downloads/_includes/server/linux.md @@ -1,5 +1,8 @@ Version | Release date | Download :--- | :--- | :--- +**v22.4** +v.22.4.21 | 03.10.22 | [Binary file](https://binaries.ydb.tech/release/22.4.21/ydbd-22.4.21-linux-amd64.tar.gz) +**v22.2** v.22.2.47 | 07.07.22 | [Binary file](https://binaries.ydb.tech/release/22.2.47/ydbd-22.2.47-linux-amd64.tar.gz) v.22.2.40 | 16.06.22 | [Binary file](https://binaries.ydb.tech/release/22.2.40/ydbd-22.2.40-linux-amd64.tar.gz) v.22.2.39 | 15.06.22 | [Binary file](https://binaries.ydb.tech/release/22.2.39/ydbd-22.2.39-linux-amd64.tar.gz) diff --git a/ydb/docs/en/core/downloads/_includes/server/source_code.md b/ydb/docs/en/core/downloads/_includes/server/source_code.md index 15c4d49dfaa..747ad6ba16c 100644 --- a/ydb/docs/en/core/downloads/_includes/server/source_code.md +++ b/ydb/docs/en/core/downloads/_includes/server/source_code.md @@ -1,5 +1,8 @@ Version | Release date | Link :--- | :--- | :--- +**v22.4** +v.22.4.21 | 03.10.22 | [https://github.com/ydb-platform/ydb/tree/22.4.21](https://github.com/ydb-platform/ydb/tree/22.4.21) +**v22.2** v.22.2.47 | 07.07.22 | [https://github.com/ydb-platform/ydb/tree/22.2.47](https://github.com/ydb-platform/ydb/tree/22.2.47) v.22.2.40 | 16.06.22 | [https://github.com/ydb-platform/ydb/tree/22.2.40](https://github.com/ydb-platform/ydb/tree/22.2.40) v.22.2.39 | 15.06.22 | [https://github.com/ydb-platform/ydb/tree/22.2.39](https://github.com/ydb-platform/ydb/tree/22.2.39) diff --git a/ydb/docs/ru/core/cluster/system-requirements.md b/ydb/docs/ru/core/cluster/system-requirements.md index 0d7a2d53d7d..edad28571d0 100644 --- a/ydb/docs/ru/core/cluster/system-requirements.md +++ b/ydb/docs/ru/core/cluster/system-requirements.md @@ -33,10 +33,3 @@ {{ ydb-short-name }} сервер может быть запущен на серверах с операционной системой Linux с ядром 4.4 и выше. Операционные системы macOS и Windows в данный момент не поддерживаются. - -### Динамические библиотеки {#dynamic-libraries} -Для запуска {{ ydb-short-name }} необходимы следующие библиотеки: -- libidn11 - [GNU libidn](https://www.gnu.org/software/libidn) -- libaio1 - [libaio](https://pagure.io/libaio) - -Установите их, используя соответствующи пакетные менеджеры для вашего дистрибутива.
\ No newline at end of file diff --git a/ydb/docs/ru/core/deploy/manual/deploy-ydb-on-premises.md b/ydb/docs/ru/core/deploy/manual/deploy-ydb-on-premises.md index f67bc72e8fa..4d74cdf074a 100644 --- a/ydb/docs/ru/core/deploy/manual/deploy-ydb-on-premises.md +++ b/ydb/docs/ru/core/deploy/manual/deploy-ydb-on-premises.md @@ -67,12 +67,6 @@ sudo usermod -aG disk ydb Если вы планируете использовать более одного диска на каждом сервере, укажите для каждого свой уникальный лейбл вместо `ydb_disk_ssd_01`. Эти диски необходимо будет использовать в конфигурационных файлах далее. - {% note info %} - - Начиная с версии 22.4 для запуска {{ ydb-short-name }} необходимы динамические библиотеки libaio и libidn. Установите их, используя системные пакетные менеджеры. Подробнее [{#T}](../../cluster/system-requirements.md#dynamic-libraries) - - {% endnote %} - 1. Скачайте и распакуйте архив с исполняемым файлом `ydbd` и необходимыми для работы {{ ydb-short-name }} библиотеками: ```bash diff --git a/ydb/docs/ru/core/downloads/_includes/server/docker.md b/ydb/docs/ru/core/downloads/_includes/server/docker.md index 04748c84449..b47a7e46886 100644 --- a/ydb/docs/ru/core/downloads/_includes/server/docker.md +++ b/ydb/docs/ru/core/downloads/_includes/server/docker.md @@ -1,5 +1,8 @@ Версия | Дата выпуска | Скачать :--- | :--- | :--- +**v22.4** +v.22.4.21 | 03.10.22 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:22.4.21` +**v22.2** v.22.2.47 | 07.07.22 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:22.2.47` v.22.2.40 | 16.06.22 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:22.2.40` v.22.2.39 | 15.06.22 | `cr.yandex/crptqonuodf51kdj7a7d/ydb:22.2.39` diff --git a/ydb/docs/ru/core/downloads/_includes/server/linux.md b/ydb/docs/ru/core/downloads/_includes/server/linux.md index 6f8ccbf4499..1d249e21f46 100644 --- a/ydb/docs/ru/core/downloads/_includes/server/linux.md +++ b/ydb/docs/ru/core/downloads/_includes/server/linux.md @@ -1,5 +1,8 @@ Версия | Дата выпуска | Скачать :--- | :--- | :--- +**v22.4** +v.22.4.21 | 03.10.22 | [Бинарный файл](https://binaries.ydb.tech/release/22.4.21/ydbd-22.4.21-linux-amd64.tar.gz) +**v22.2** v.22.2.47 | 07.07.22 | [Бинарный файл](https://binaries.ydb.tech/release/22.2.47/ydbd-22.2.47-linux-amd64.tar.gz) v.22.2.40 | 16.06.22 | [Бинарный файл](https://binaries.ydb.tech/release/22.2.40/ydbd-22.2.40-linux-amd64.tar.gz) v.22.2.39 | 15.06.22 | [Бинарный файл](https://binaries.ydb.tech/release/22.2.39/ydbd-22.2.39-linux-amd64.tar.gz) diff --git a/ydb/docs/ru/core/downloads/_includes/server/source_code.md b/ydb/docs/ru/core/downloads/_includes/server/source_code.md index f8e1421b74b..206cc3fd954 100644 --- a/ydb/docs/ru/core/downloads/_includes/server/source_code.md +++ b/ydb/docs/ru/core/downloads/_includes/server/source_code.md @@ -1,5 +1,8 @@ Версия | Дата выпуска | Ссылка :--- | :--- | :--- +**v.22.4** +v.22.4.21 | 03.10.22 | [https://github.com/ydb-platform/ydb/tree/22.4.21](https://github.com/ydb-platform/ydb/tree/22.4.21) +**v22.2** v.22.2.47 | 07.07.22 | [https://github.com/ydb-platform/ydb/tree/22.2.47](https://github.com/ydb-platform/ydb/tree/22.2.47) v.22.2.40 | 16.06.22 | [https://github.com/ydb-platform/ydb/tree/22.2.40](https://github.com/ydb-platform/ydb/tree/22.2.40) v.22.2.39 | 15.06.22 | [https://github.com/ydb-platform/ydb/tree/22.2.39](https://github.com/ydb-platform/ydb/tree/22.2.39) |