Skip to content

Commit 898bc18

Browse files
authored
Merge pull request #38 from Jorres/add-version-to-maintenance-draft
feat: add version field to maintenance draft
2 parents c26e1f6 + 2799fae commit 898bc18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

draft/protos/ydb_maintenance.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ message Node {
4444
}
4545
// start_time defines time when node was registered in cms.
4646
google.protobuf.Timestamp start_time = 8;
47+
// version defines YDB version for current Node.
48+
// For example, 'ydb-stable-24-1'.
49+
string version = 9;
4750
}
4851

4952
message ListClusterNodesRequest {

0 commit comments

Comments
 (0)