Skip to content

Commit

Permalink
Update allocations.go (#17726)
Browse files Browse the repository at this point in the history
* Update allocations.go

updated missing client status "unknown" #17688

* changelog

* Update .changelog/17726.txt

adding relevant desc.

Co-authored-by: Seth Hoenig <shoenig@duck.com>

---------

Co-authored-by: Seth Hoenig <shoenig@duck.com>
  • Loading branch information
sejalapeno and shoenig committed Jun 26, 2023
1 parent a9135bc commit 05c84d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/17726.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
api: add missing constant for unknown allocation status
```
1 change: 1 addition & 0 deletions api/allocations.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const (
AllocClientStatusComplete = "complete"
AllocClientStatusFailed = "failed"
AllocClientStatusLost = "lost"
AllocClientStatusUnknown = "unknown"
)

const (
Expand Down

0 comments on commit 05c84d6

Please sign in to comment.