diff options
| author | YDBot <[email protected]> | 2026-04-06 11:27:20 +0000 |
|---|---|---|
| committer | YDBot <[email protected]> | 2026-04-06 11:27:20 +0000 |
| commit | db04c39f0d5e699b46b5acf46ac69785ff1a510d (patch) | |
| tree | c18f4957c90dc181754063985f972520549ed148 | |
| parent | 6e50a76148cff9f601c18271fc0299859b380e60 (diff) | |
YDB CLI release 2.30.0CLI_2.30.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 28a7e327b56..2a550bbd377 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.30.0 ## + * Added the `ydb config completion` command to generate shell completion scripts for bash and zsh. * Added the `ydb export nfs` and `ydb import nfs` commands, allowing users to create and restore backups directly to/from a shared NFS directory mounted on every host in the cluster. * Added `--compact` option to `ydb workload tpcc import` command. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index f01356823fd..6a6900382e2 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.29.0 +2.30.0 |
