Skip to content

Commit

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

* Bump to version v0.26.3

---------

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Jan 31, 2024
1 parent 3c0bdc6 commit 6c48e4a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.26.2
v0.26.3
17 changes: 17 additions & 0 deletions api/models/v1_machine_allocation.go

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

7 changes: 6 additions & 1 deletion metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1998,6 +1998,10 @@
},
"v1.MachineAllocation": {
"properties": {
"allocationuuid": {
"description": "a unique identifier for this machine allocation, can be used to distinguish between machine allocations over time.",
"type": "string"
},
"boot_info": {
"$ref": "#/definitions/v1.BootInfo",
"description": "information required for booting the machine from HD"
Expand Down Expand Up @@ -2076,6 +2080,7 @@
}
},
"required": [
"allocationuuid",
"created",
"creator",
"hostname",
Expand Down Expand Up @@ -5324,7 +5329,7 @@
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
},
"title": "metal-api",
"version": "v0.26.2"
"version": "v0.26.3"
},
"paths": {
"/v1/audit/find": {
Expand Down

0 comments on commit 6c48e4a

Please sign in to comment.