Skip to content

Commit

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

* Bump to version v0.34.0

---------

Co-authored-by: metal-stack <info@metal-stack.io>
  • Loading branch information
metal-robot[bot] and metal-stack authored Sep 3, 2024
1 parent dea2944 commit 9942fcd
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.33.0
v0.34.0
48 changes: 47 additions & 1 deletion api/client/network/update_network_parameters.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_network_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_network_immutable.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_network_response.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_network_update_request.go

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

37 changes: 36 additions & 1 deletion metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3613,6 +3613,13 @@
},
"v1.NetworkCreateRequest": {
"properties": {
"additionalAnnouncableCIDRs": {
"description": "list of cidrs which are added to the route maps per tenant private network, these are typically pod- and service cidrs, can only be set for private super networks",
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "a description for this entity",
"type": "string"
Expand Down Expand Up @@ -3746,6 +3753,13 @@
"v1.NetworkImmutable": {
"description": "a network which contains prefixes from which IP addresses can be allocated\nprefixes that are reachable within this network",
"properties": {
"additionalAnnouncableCIDRs": {
"description": "list of cidrs which are added to the route maps per tenant private network, these are typically pod- and service cidrs, can only be set for private super networks",
"items": {
"type": "string"
},
"type": "array"
},
"destinationprefixes": {
"description": "the destination prefixes of this network",
"items": {
Expand Down Expand Up @@ -3796,6 +3810,13 @@
},
"v1.NetworkResponse": {
"properties": {
"additionalAnnouncableCIDRs": {
"description": "list of cidrs which are added to the route maps per tenant private network, these are typically pod- and service cidrs, can only be set for private super networks",
"items": {
"type": "string"
},
"type": "array"
},
"changed": {
"description": "the last changed timestamp of this entity",
"format": "date-time",
Expand Down Expand Up @@ -3895,6 +3916,13 @@
},
"v1.NetworkUpdateRequest": {
"properties": {
"additionalAnnouncableCIDRs": {
"description": "list of cidrs which are added to the route maps per tenant private network, these are typically pod- and service cidrs, can only be set for private super networks",
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "a description for this entity",
"type": "string"
Expand Down Expand Up @@ -5472,7 +5500,7 @@
"url": "https://www.gnu.org/licenses/agpl-3.0.de.html"
},
"title": "metal-api",
"version": "v0.33.0"
"version": "v0.34.0"
},
"paths": {
"/v1/audit/find": {
Expand Down Expand Up @@ -7886,6 +7914,13 @@
],
"operationId": "updateNetwork",
"parameters": [
{
"default": false,
"description": "if true update forcefully",
"in": "query",
"name": "force",
"type": "boolean"
},
{
"in": "body",
"name": "body",
Expand Down

0 comments on commit 9942fcd

Please sign in to comment.