From 89eabe9320bf0182de999c3d729116acaef53bdc Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 24 Jan 2025 09:03:58 -0400 Subject: [PATCH] Update KrakenD to the latest version Signed-off-by: Juan Cruz Viotti --- DEPENDENCIES | 2 +- vendor/krakend/v2.8/backend/grpc.json | 2 +- vendor/krakend/v2.8/websocket.json | 6 ++++++ vendor/krakend/v2.9/backend/grpc.json | 2 +- vendor/krakend/v2.9/websocket.json | 6 ++++++ 5 files changed, 15 insertions(+), 3 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index e10fb58..bdb8c71 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -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 diff --git a/vendor/krakend/v2.8/backend/grpc.json b/vendor/krakend/v2.8/backend/grpc.json index 1d4eff9..6ac3bc7 100644 --- a/vendor/krakend/v2.8/backend/grpc.json +++ b/vendor/krakend/v2.8/backend/grpc.json @@ -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" }, diff --git a/vendor/krakend/v2.8/websocket.json b/vendor/krakend/v2.8/websocket.json index cef25e8..a55f030 100644 --- a/vendor/krakend/v2.8/websocket.json +++ b/vendor/krakend/v2.8/websocket.json @@ -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/", diff --git a/vendor/krakend/v2.9/backend/grpc.json b/vendor/krakend/v2.9/backend/grpc.json index 8aef0d4..918b3c2 100644 --- a/vendor/krakend/v2.9/backend/grpc.json +++ b/vendor/krakend/v2.9/backend/grpc.json @@ -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" }, diff --git a/vendor/krakend/v2.9/websocket.json b/vendor/krakend/v2.9/websocket.json index 2799fcf..52a905a 100644 --- a/vendor/krakend/v2.9/websocket.json +++ b/vendor/krakend/v2.9/websocket.json @@ -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/",