From 2cfc0029762a2eca88c43406091a0ee388fa6385 Mon Sep 17 00:00:00 2001 From: fvanzee <> Date: Sat, 8 Feb 2025 16:05:52 +0100 Subject: [PATCH 1/7] update self-hosted-with-docker docs Increase tmpfs size to prevent "no space left on device" error Signed-off-by: fvanzee <5238563+fvanzee@users.noreply.github.com> --- .../operations/hosting/self-hosted/self-hosted-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md b/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md index 78f0e2c7522..700acc7767e 100644 --- a/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md +++ b/daprdocs/content/en/operations/hosting/self-hosted/self-hosted-with-docker.md @@ -149,7 +149,7 @@ services: - type: tmpfs target: /data tmpfs: - size: "10000" + size: "64m" networks: hello-dapr: null From 27683a62bae4be2ce1dfbd59cffaf2e17b81eb74 Mon Sep 17 00:00:00 2001 From: Vladimir Damov <37113660+vdamov@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:39:03 +0200 Subject: [PATCH 2/7] Update deprecated exporter (#4543) Co-authored-by: Uncensored --- .../open-telemetry-collector-jaeger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-jaeger.yaml b/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-jaeger.yaml index d8c0fe2934e..dac90954277 100644 --- a/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-jaeger.yaml +++ b/daprdocs/static/docs/open-telemetry-collector/open-telemetry-collector-jaeger.yaml @@ -19,8 +19,8 @@ data: zpages: endpoint: :55679 exporters: - logging: - loglevel: debug + debug: + verbosity: detailed # Depending on where you want to export your trace, use the # correct OpenTelemetry trace exporter here. # From 9c734351418d7d5d3bd2b9794536af7f1a29f15c Mon Sep 17 00:00:00 2001 From: Joey Freeland Date: Mon, 17 Feb 2025 10:48:44 -0500 Subject: [PATCH 3/7] docs: also restart sidecar-injector Signed-off-by: Joey Freeland --- daprdocs/content/en/operations/security/mtls.md | 1 + 1 file changed, 1 insertion(+) diff --git a/daprdocs/content/en/operations/security/mtls.md b/daprdocs/content/en/operations/security/mtls.md index 0acdbcb5170..0f5c7643c75 100644 --- a/daprdocs/content/en/operations/security/mtls.md +++ b/daprdocs/content/en/operations/security/mtls.md @@ -231,6 +231,7 @@ kubectl rollout restart -n deployment/dapr-sentry ```bash kubectl rollout restart deploy/dapr-operator -n kubectl rollout restart statefulsets/dapr-placement-server -n +kubectl rollout restart deploy/dapr-sidecar-injector -n ``` 4. Restart your Dapr applications to pick up the latest trust bundle. From 0a2ff1dacbfaeb995d1cc240576046fa969d7b48 Mon Sep 17 00:00:00 2001 From: Joey Freeland <30938344+jfreeland@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:47:02 -0500 Subject: [PATCH 4/7] Update daprdocs/content/en/operations/security/mtls.md Co-authored-by: Mark Fussell Signed-off-by: Joey Freeland <30938344+jfreeland@users.noreply.github.com> --- daprdocs/content/en/operations/security/mtls.md | 1 + 1 file changed, 1 insertion(+) diff --git a/daprdocs/content/en/operations/security/mtls.md b/daprdocs/content/en/operations/security/mtls.md index 0f5c7643c75..93505d77510 100644 --- a/daprdocs/content/en/operations/security/mtls.md +++ b/daprdocs/content/en/operations/security/mtls.md @@ -232,6 +232,7 @@ kubectl rollout restart -n deployment/dapr-sentry kubectl rollout restart deploy/dapr-operator -n kubectl rollout restart statefulsets/dapr-placement-server -n kubectl rollout restart deploy/dapr-sidecar-injector -n +kubectl rollout restart deploy/dapr-scheduler-server -n ``` 4. Restart your Dapr applications to pick up the latest trust bundle. From 5a9915b09b36630730d9f8a3806ebdabac6de4b9 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Wed, 19 Feb 2025 17:44:05 -0800 Subject: [PATCH 5/7] Update mtls.md Updating the dapr init -k command Signed-off-by: Mark Fussell --- daprdocs/content/en/operations/security/mtls.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/daprdocs/content/en/operations/security/mtls.md b/daprdocs/content/en/operations/security/mtls.md index 93505d77510..b471783c031 100644 --- a/daprdocs/content/en/operations/security/mtls.md +++ b/daprdocs/content/en/operations/security/mtls.md @@ -334,12 +334,13 @@ Example: dapr status -k NAME NAMESPACE HEALTHY STATUS REPLICAS VERSION AGE CREATED - dapr-sentry dapr-system True Running 1 1.7.0 17d 2022-03-15 09:29.45 - dapr-dashboard dapr-system True Running 1 0.9.0 17d 2022-03-15 09:29.45 - dapr-sidecar-injector dapr-system True Running 1 1.7.0 17d 2022-03-15 09:29.45 - dapr-operator dapr-system True Running 1 1.7.0 17d 2022-03-15 09:29.45 - dapr-placement-server dapr-system True Running 1 1.7.0 17d 2022-03-15 09:29.45 -⚠ Dapr root certificate of your Kubernetes cluster expires in 2 days. Expiry date: Mon, 04 Apr 2022 15:01:03 UTC. + dapr-operator dapr-system True Running 1 1.15.0 4m 2025-02-19 17:36.26 + dapr-placement-server dapr-system True Running 1 1.15.0 4m 2025-02-19 17:36.27 + dapr-dashboard dapr-system True Running 1 0.15.0 4m 2025-02-19 17:36.27 + dapr-sentry dapr-system True Running 1 1.15.0 4m 2025-02-19 17:36.26 + dapr-scheduler-server dapr-system True Running 3 1.15.0 4m 2025-02-19 17:36.27 + dapr-sidecar-injector dapr-system True Running 1 1.15.0 4m 2025-02-19 17:36.26 +⚠ Dapr root certificate of your Kubernetes cluster expires in 2 days. Expiry date: Mon, 04 Apr 2025 15:01:03 UTC. Please see docs.dapr.io for certificate renewal instructions to avoid service interruptions. ``` From 90092439733d216e2f5f17a8d49543552549d009 Mon Sep 17 00:00:00 2001 From: Gallardot Date: Sat, 22 Feb 2025 22:24:10 +0800 Subject: [PATCH 6/7] update kafka bulk metadata options Signed-off-by: Gallardot --- .../supported-pubsub/setup-apache-kafka.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md index c6f71888370..9d7969e945e 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md @@ -459,8 +459,8 @@ Apache Kafka supports the following bulk metadata options: | Configuration | Default | |----------|---------| -| `maxBulkAwaitDurationMs` | `10000` (10s) | -| `maxBulkSubCount` | `80` | +| `maxAwaitDurationMs` | `10000` (10s) | +| `maxMessagesCount` | `80` | ## Per-call metadata fields From b7907d6194fa2b7eb27bc892b80f744f782f35c7 Mon Sep 17 00:00:00 2001 From: Gallardot Date: Sat, 22 Feb 2025 23:02:49 +0800 Subject: [PATCH 7/7] fix missing tabs end Signed-off-by: Gallardot --- .../supported-pubsub/setup-apache-kafka.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md index c6f71888370..e33694fc9c2 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md @@ -540,6 +540,9 @@ app.include_router(router) ``` {{% /codetab %}} + +{{< /tabs >}} + ## Receiving message headers with special characters The consumer application may be required to receive message headers that include special characters, which may cause HTTP protocol validation errors.