diff options
| author | YDBot <[email protected]> | 2025-10-30 20:10:22 +0000 |
|---|---|---|
| committer | YDBot <[email protected]> | 2025-10-30 20:10:22 +0000 |
| commit | bc5c2f820d00d854c79184bc26084b31523413af (patch) | |
| tree | 5f2fecbbf2fffa012c17ebeffbe5c49198e42013 | |
| parent | 66a9bb5a79da6948cc8618aaf0c050d28a3c3fc9 (diff) | |
YDB CLI release 2.27.0CLI_2.27.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 5ec8707b381..f55db0056da 100644 --- a/ydb/apps/ydb/CHANGELOG.md +++ b/ydb/apps/ydb/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 2.27.0 ## + * Added a new `--exclude` option to the `ydb import s3` command, allowing objects to be excluded from the operation if their names match a pattern. * Added a new `ydb admin cluster state fetch` command to collect information about cluster nodes state and metrics. * Fixed a bug with no consumer creation for transfers with absolute topic paths when no CONNECTION_STRING is provided. diff --git a/ydb/apps/ydb/version.txt b/ydb/apps/ydb/version.txt index 7a25c70f90c..a5f3e61bdc9 100644 --- a/ydb/apps/ydb/version.txt +++ b/ydb/apps/ydb/version.txt @@ -1 +1 @@ -2.26.0 +2.27.0 |
