Update frostfs-sdk-go
and frostfs-api-go
versions #1382
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#1382
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-node:feat/upgrade-skd-and-api-go"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
frostfs-sdk-go
andfrostfs-api-go
versions updatedc4322a6943
to6cb65aea35
6cb65aea35
to3441fff05d
New commits pushed, approval review dismissed automatically according to repository settings
@ -69,2 +69,3 @@
case ni.IsMaintenance():
case netmapSDK.Maintenance:
ctrlNetSt = control.NetmapStatus_MAINTENANCE
case netmapSDK.UnspecifiedState:
Linter fix: by default
ctrlNetSt := control.NetmapStatus_STATUS_UNDEFINED
(line 59)@ -271,2 +273,3 @@
case ni.IsMaintenance():
case netmapSDK.Maintenance:
return "maintenance"
case netmapSDK.UnspecifiedState:
Linter fix:
return "undefined"
by default (line 279)