From b0dd29cd31b2354778905b6e028e25f7c3294e63 Mon Sep 17 00:00:00 2001 From: Divyam Goel Date: Tue, 27 Feb 2024 01:25:47 +0000 Subject: [PATCH] update sdk version Signed-off-by: Divyam Goel --- SDK_CHANGELOG.md | 5 +++++ api/api.pb.go | 8 ++++---- api/api.proto | 2 +- api/server/sdk/api/api.swagger.json | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/SDK_CHANGELOG.md b/SDK_CHANGELOG.md index 057c4ccce..5771f3914 100644 --- a/SDK_CHANGELOG.md +++ b/SDK_CHANGELOG.md @@ -2,9 +2,14 @@ ## Releases +### v0.178.0 - (12/26/2023) + +* Add new mode for rebalance request + ### v0.177.0 - (12/15/2023) * Add volume spec to drive resource + ### v0.176.0 - (02/15/2024) * Add cluster domain field to StorageNode diff --git a/api/api.pb.go b/api/api.pb.go index 4b260e09a..635e3720d 100644 --- a/api/api.pb.go +++ b/api/api.pb.go @@ -3219,7 +3219,7 @@ const ( // SDK version major value of this specification SdkVersion_Major SdkVersion_Version = 0 // SDK version minor value of this specification - SdkVersion_Minor SdkVersion_Version = 177 + SdkVersion_Minor SdkVersion_Version = 178 // SDK version patch value of this specification SdkVersion_Patch SdkVersion_Version = 0 ) @@ -3229,13 +3229,13 @@ var ( SdkVersion_Version_name = map[int32]string{ 0: "MUST_HAVE_ZERO_VALUE", // Duplicate value: 0: "Major", - 177: "Minor", + 178: "Minor", // Duplicate value: 0: "Patch", } SdkVersion_Version_value = map[string]int32{ "MUST_HAVE_ZERO_VALUE": 0, "Major": 0, - "Minor": 177, + "Minor": 178, "Patch": 0, } ) @@ -35178,7 +35178,7 @@ var file_api_api_proto_rawDesc = []byte{ 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x14, 0x4d, 0x55, 0x53, 0x54, 0x5f, 0x48, 0x41, 0x56, 0x45, 0x5f, 0x5a, 0x45, 0x52, 0x4f, 0x5f, 0x56, 0x41, 0x4c, 0x55, 0x45, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x4d, 0x61, 0x6a, 0x6f, 0x72, 0x10, 0x00, 0x12, 0x0a, - 0x0a, 0x05, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x10, 0xb1, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x61, + 0x0a, 0x05, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x10, 0xb2, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x61, 0x74, 0x63, 0x68, 0x10, 0x00, 0x1a, 0x02, 0x10, 0x01, 0x22, 0xc6, 0x01, 0x0a, 0x0e, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, diff --git a/api/api.proto b/api/api.proto index 91cf1932a..fa1b0fdbf 100644 --- a/api/api.proto +++ b/api/api.proto @@ -5665,7 +5665,7 @@ message SdkVersion { // SDK version major value of this specification Major = 0; // SDK version minor value of this specification - Minor = 177; + Minor = 178; // SDK version patch value of this specification Patch = 0; } diff --git a/api/server/sdk/api/api.swagger.json b/api/server/sdk/api/api.swagger.json index f851ae706..863164fbd 100644 --- a/api/server/sdk/api/api.swagger.json +++ b/api/server/sdk/api/api.swagger.json @@ -6394,7 +6394,7 @@ }, "info": { "title": "OpenStorage SDK", - "version": "0.177.0" + "version": "0.178.0" }, "openapi": "3.0.0", "paths": {