Skip to content

Commit

Permalink
Bump metal-api to version v0.25.1 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
metal-robot[bot] committed Dec 4, 2023
1 parent 8ad7914 commit 3ce8fec
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.25.0
v0.25.1
17 changes: 17 additions & 0 deletions api/models/rest_version.go

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

6 changes: 5 additions & 1 deletion metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,9 @@
"gitsha1": {
"type": "string"
},
"min_client_version": {
"type": "string"
},
"name": {
"type": "string"
},
Expand All @@ -408,6 +411,7 @@
"required": [
"builddate",
"gitsha1",
"min_client_version",
"name",
"revision",
"version"
Expand Down Expand Up @@ -5159,7 +5163,7 @@
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
},
"title": "metal-api",
"version": "v0.25.0"
"version": "v0.25.1"
},
"paths": {
"/v1/audit/find": {
Expand Down

0 comments on commit 3ce8fec

Please sign in to comment.