Skip to content

Commit

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

* Bump to version v0.35.0

---------

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Sep 13, 2024
1 parent 4c41fef commit 88b3a47
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 161 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.34.1
v0.35.0
165 changes: 24 additions & 141 deletions api/models/v1_server_capacity.go

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

44 changes: 25 additions & 19 deletions metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4400,70 +4400,76 @@
"v1.ServerCapacity": {
"properties": {
"allocated": {
"description": "allocated servers with this size",
"description": "allocated machines",
"format": "int32",
"type": "integer"
},
"faulty": {
"description": "servers with issues with this size",
"description": "machines with issues with this size",
"format": "int32",
"type": "integer"
},
"faultymachines": {
"description": "servers with issues with this size",
"description": "machine ids with issues with this size",
"items": {
"type": "string"
},
"type": "array"
},
"free": {
"description": "free servers with this size",
"description": "free machines with this size (freely allocatable)",
"format": "int32",
"type": "integer"
},
"other": {
"description": "servers neither free, allocated or faulty with this size",
"description": "machines neither phoned home nor waiting but in another provisioning state",
"format": "int32",
"type": "integer"
},
"othermachines": {
"description": "servers neither free, allocated or faulty with this size",
"description": "machine ids neither allocated nor waiting with this size",
"items": {
"type": "string"
},
"type": "array"
},
"phoned_home": {
"description": "machines in phoned home provisioning state",
"format": "int32",
"type": "integer"
},
"reservations": {
"description": "the amount of reservations for this size",
"format": "int32",
"type": "integer"
},
"size": {
"description": "the size of the server",
"description": "the size of the machine",
"type": "string"
},
"total": {
"description": "total amount of servers with this size",
"description": "total amount of machines with size",
"format": "int32",
"type": "integer"
},
"unavailable": {
"description": "unavailable machines with this size",
"format": "int32",
"type": "integer"
},
"usedreservations": {
"description": "the amount of used reservations for this size",
"format": "int32",
"type": "integer"
},
"waiting": {
"description": "machines in waiting provisioning state",
"format": "int32",
"type": "integer"
}
},
"required": [
"allocated",
"faulty",
"faultymachines",
"free",
"other",
"othermachines",
"reservations",
"size",
"total",
"usedreservations"
"size"
]
},
"v1.SizeConstraint": {
Expand Down Expand Up @@ -5500,7 +5506,7 @@
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
},
"title": "metal-api",
"version": "v0.34.1"
"version": "v0.35.0"
},
"paths": {
"/v1/audit/find": {
Expand Down

0 comments on commit 88b3a47

Please sign in to comment.