Skip to content

Commit

Permalink
Update KrakenD to the latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jan 24, 2025
1 parent 6fd3281 commit 89eabe9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ manfred-mac-0-5 https://github.com/getmanfred/mac v0.5
manfred-mac-0-4 https://github.com/getmanfred/mac v0.4
manfred-mac-0-3 https://github.com/getmanfred/mac v0.3
movielabs-omc-2-6 https://github.com/MovieLabs/OMC v2.6-release-1
krakend https://github.com/krakend/krakend-schema 387038c9802c5107d982b9c76bd51d84654fc784
krakend https://github.com/krakend/krakend-schema 695596c244e7576179a3fa806acb14edb3ddad65
octue-power-curve https://github.com/octue/power-curve-schema 1.0.0.alpha-1
usnistgov-mgi-2022-08 https://github.com/usnistgov/mgi-json-schema e5e6aaf3f5eae0d15b88ecbd57f44cc28b035f11
cloudevents-1-0-0 https://github.com/cloudevents/spec v1.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/krakend/v2.8/backend/grpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"output_remove_unset_values": {
"title": "Output removes unset values",
"description": "When the response has missing fields from the definition, they are returned with default values. Setting this flag to `true` removes those fields from the response, while setting it to `false` or not setting it, returns all the fields in the definition.\n\nSee: https://www.krakend.io/docs/enterprise/backends/grpc/",
"description": "This attribute defines what to do when a field that is declared in the definition does not exist in the backend response. When the flag is `true`, any fields in the definition that are not present in the backend response are removed before returning the content to the user. When the flag is `false` missing fields are returned but set with a zeroed-value depending on its type (zero, nil, false, etc).\n\nSee: https://www.krakend.io/docs/enterprise/backends/grpc/",
"default": false,
"type": "boolean"
},
Expand Down
6 changes: 6 additions & 0 deletions vendor/krakend/v2.8/websocket.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"default": false,
"type": "boolean"
},
"disable_otel_metrics": {
"title": "Disable OpenTelemetry metrics",
"description": "Disables the OpenTelemetry metrics for the websocket connections.\n\nSee: https://www.krakend.io/docs/enterprise/websockets/",
"default": false,
"type": "boolean"
},
"disconnect_event": {
"title": "Notify disconnections",
"description": "Whether to send notification events to the backend or not when users disconnect from their Websockets connection.\n\nSee: https://www.krakend.io/docs/enterprise/websockets/",
Expand Down
2 changes: 1 addition & 1 deletion vendor/krakend/v2.9/backend/grpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"output_remove_unset_values": {
"title": "Output removes unset values",
"description": "When the response has missing fields from the definition, they are returned with default values. Setting this flag to `true` removes those fields from the response, while setting it to `false` or not setting it, returns all the fields in the definition.\n\nSee: https://www.krakend.io/docs/enterprise/backends/grpc/",
"description": "This attribute defines what to do when a field that is declared in the definition does not exist in the backend response. When the flag is `true`, any fields in the definition that are not present in the backend response are removed before returning the content to the user. When the flag is `false` missing fields are returned but set with a zeroed-value depending on its type (zero, nil, false, etc).\n\nSee: https://www.krakend.io/docs/enterprise/backends/grpc/",
"default": false,
"type": "boolean"
},
Expand Down
6 changes: 6 additions & 0 deletions vendor/krakend/v2.9/websocket.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"default": false,
"type": "boolean"
},
"disable_otel_metrics": {
"title": "Disable OpenTelemetry metrics",
"description": "Disables the OpenTelemetry metrics for the websocket connections.\n\nSee: https://www.krakend.io/docs/enterprise/websockets/",
"default": false,
"type": "boolean"
},
"disconnect_event": {
"title": "Notify disconnections",
"description": "Whether to send notification events to the backend or not when users disconnect from their Websockets connection.\n\nSee: https://www.krakend.io/docs/enterprise/websockets/",
Expand Down

0 comments on commit 89eabe9

Please sign in to comment.