Skip to content

Commit

Permalink
Bump metal-api to version v0.35.2 (#182)
Browse files Browse the repository at this point in the history
* Bump metal-api to version v0.35.2

* Bump to version v0.35.2

---------

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Sep 16, 2024
1 parent 33ea7c0 commit c93847b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.35.1
v0.35.2
6 changes: 6 additions & 0 deletions api/models/v1_server_capacity.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4399,6 +4399,11 @@
},
"v1.ServerCapacity": {
"properties": {
"allocatable": {
"description": "free machines with this size, size reservations are not considered",
"format": "int32",
"type": "integer"
},
"allocated": {
"description": "allocated machines",
"format": "int32",
Expand Down Expand Up @@ -4438,6 +4443,11 @@
"format": "int32",
"type": "integer"
},
"remainingreservations": {
"description": "the amount of unused / remaining / open reservations for this size",
"format": "int32",
"type": "integer"
},
"reservations": {
"description": "the amount of reservations for this size",
"format": "int32",
Expand Down Expand Up @@ -5506,7 +5516,7 @@
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
},
"title": "metal-api",
"version": "v0.35.1"
"version": "v0.35.2"
},
"paths": {
"/v1/audit/find": {
Expand Down

0 comments on commit c93847b

Please sign in to comment.