Skip to content

Commit

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

* Bump to version v0.23.0

---------

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Aug 18, 2023
1 parent 6a40209 commit 124acf2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.22.12
v0.23.0
3 changes: 3 additions & 0 deletions api/models/v1_firewall_create_request.go

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

3 changes: 3 additions & 0 deletions api/models/v1_machine_allocate_request.go

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

16 changes: 15 additions & 1 deletion metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,13 @@
"description": "the partition id to assign this machine to",
"type": "string"
},
"placement_tags": {
"description": "by default machines are spread across the racks inside a partition for every project. if placement tags are provided, the machine candidate has an additional anti-affinity to other machines having the same tags",
"items": {
"type": "string"
},
"type": "array"
},
"projectid": {
"description": "the project id to assign this machine to",
"type": "string"
Expand Down Expand Up @@ -1939,6 +1946,13 @@
"description": "the partition id to assign this machine to",
"type": "string"
},
"placement_tags": {
"description": "by default machines are spread across the racks inside a partition for every project. if placement tags are provided, the machine candidate has an additional anti-affinity to other machines having the same tags",
"items": {
"type": "string"
},
"type": "array"
},
"projectid": {
"description": "the project id to assign this machine to",
"type": "string"
Expand Down Expand Up @@ -4793,7 +4807,7 @@
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
},
"title": "metal-api",
"version": "v0.22.12"
"version": "v0.23.0"
},
"paths": {
"/v1/audit/find": {
Expand Down

0 comments on commit 124acf2

Please sign in to comment.