Skip to content

Commit

Permalink
Bump cloud-api to version v0.29.8 (#129)
Browse files Browse the repository at this point in the history
* Bump cloud-api to version v0.29.8

* Bump to version v0.29.8

---------

Co-authored-by: metal-stack <[email protected]>
  • Loading branch information
fits-robot[bot] and metal-stack authored Jan 7, 2025
1 parent 6d730e4 commit 39f0881
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.29.7
v0.29.8
56 changes: 56 additions & 0 deletions api/models/v1beta1_networking_status.go

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

51 changes: 51 additions & 0 deletions api/models/v1beta1_shoot_status.go

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

27 changes: 26 additions & 1 deletion cloud-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -6390,6 +6390,28 @@
"type"
]
},
"v1beta1.NetworkingStatus": {
"properties": {
"nodes": {
"items": {
"type": "string"
},
"type": "array"
},
"pods": {
"items": {
"type": "string"
},
"type": "array"
},
"services": {
"items": {
"type": "string"
},
"type": "array"
}
}
},
"v1beta1.ObservabilityRotation": {
"properties": {
"lastCompletionTime": {
Expand Down Expand Up @@ -6541,6 +6563,9 @@
"migrationStartTime": {
"type": "string"
},
"networking": {
"$ref": "#/definitions/v1beta1.NetworkingStatus"
},
"observedGeneration": {
"format": "int64",
"type": "integer"
Expand Down Expand Up @@ -6578,7 +6603,7 @@
"url": "http://mit.org"
},
"title": "cloud-api",
"version": "v0.29.7"
"version": "v0.29.8"
},
"paths": {
"/v1/accounting/cluster-usage": {
Expand Down

0 comments on commit 39f0881

Please sign in to comment.