diff options
author | Nikolay Perfilov <pnv1@yandex-team.ru> | 2025-03-05 19:47:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-05 19:47:02 +0300 |
commit | 8212ee0f68ccc70751c5d9c9b7dce8c75eb065f3 (patch) | |
tree | 789c61b7212b50c5dd98dcdd43e6bc07c5d05dfe | |
parent | 1067562f8c5dd59c0dd98f22a731454f28a7ef39 (diff) | |
download | ydb-8212ee0f68ccc70751c5d9c9b7dce8c75eb065f3.tar.gz |
Increment YDB CLI version to 2.20.0 (#15349)CLI_2.20.0
-rw-r--r-- | ydb/apps/ydb/CHANGELOG.md | 3 | ||||
-rw-r--r-- | ydb/apps/ydb/version.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ydb/apps/ydb/CHANGELOG.md b/ydb/apps/ydb/CHANGELOG.md index 3560bbe4d6..3b94614a79 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.20.0 ## + * Added support for dual configuration mode in the `ydb admin cluster config fetch` command, allowing it to handle separate cluster and storage config sections. * Add options for client certificates in SSL/TLS connections. * Add `ydb admin node config init` command to initialize directory with node config files. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index ef0f38abe1..7329e21c3b 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.19.0 +2.20.0 |