diff --git a/SDK_CHANGELOG.md b/SDK_CHANGELOG.md index a17ddc6dc..621b3fa90 100644 --- a/SDK_CHANGELOG.md +++ b/SDK_CHANGELOG.md @@ -2,10 +2,6 @@ ## Releases -### v0.176.0 - (02/15/2024) - -* Add new mode for rebalance request - ### v0.175.0 - (12/15/2023) * Add defrag status data structure diff --git a/api/api.pb.go b/api/api.pb.go index 2fa4b6e46..0522bf147 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 = 176 + SdkVersion_Minor SdkVersion_Version = 175 // 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", - 176: "Minor", + 175: "Minor", // Duplicate value: 0: "Patch", } SdkVersion_Version_value = map[string]int32{ "MUST_HAVE_ZERO_VALUE": 0, "Major": 0, - "Minor": 176, + "Minor": 175, "Patch": 0, } ) @@ -35156,7 +35156,7 @@ var file_api_api_proto_rawDesc = []byte{ 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, - 0xb0, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x61, 0x74, 0x63, 0x68, 0x10, 0x00, 0x1a, 0x02, 0x10, + 0xaf, 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, 0x69, 0x76, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, diff --git a/api/api.proto b/api/api.proto index ea58087e5..2b2fce347 100644 --- a/api/api.proto +++ b/api/api.proto @@ -5661,7 +5661,7 @@ message SdkVersion { // SDK version major value of this specification Major = 0; // SDK version minor value of this specification - Minor = 176; + Minor = 175; // 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 e39fe1207..7c92f3bbd 100644 --- a/api/server/sdk/api/api.swagger.json +++ b/api/server/sdk/api/api.swagger.json @@ -6386,7 +6386,7 @@ }, "info": { "title": "OpenStorage SDK", - "version": "0.176.0" + "version": "0.175.0" }, "openapi": "3.0.0", "paths": {