Skip to content

Commit

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

* Bump to version v0.28.2

---------

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
metal-robot[bot] and metal-stack authored Mar 26, 2024
1 parent e7d1a01 commit 3222e17
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.28.1
v0.28.2
65 changes: 64 additions & 1 deletion api/models/rest_health_result.go

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

9 changes: 8 additions & 1 deletion metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,12 +378,19 @@
"message": {
"type": "string"
},
"services": {
"additionalProperties": {
"$ref": "#/definitions/rest.HealthResult"
},
"type": "object"
},
"status": {
"type": "string"
}
},
"required": [
"message",
"services",
"status"
]
},
Expand Down Expand Up @@ -5399,7 +5406,7 @@
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
},
"title": "metal-api",
"version": "v0.28.1"
"version": "v0.28.2"
},
"paths": {
"/v1/audit/find": {
Expand Down

0 comments on commit 3222e17

Please sign in to comment.