From 13e4b14453f974bf9fb212bb75803f37ea6bdd55 Mon Sep 17 00:00:00 2001 From: Jakub Dyszkiewicz Date: Tue, 14 Nov 2023 16:15:06 +0100 Subject: [PATCH 1/3] ci: change vale reporter to github pr review Signed-off-by: Jakub Dyszkiewicz --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba59bd4c9..372b1eb16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,5 +123,6 @@ jobs: name: Run Vale with: files: "${{ steps.changed-files.outputs.result }}" + reporter: github-pr-review env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 4e43eeecf49409ef756957436d649e9a8609c323 Mon Sep 17 00:00:00 2001 From: Jakub Dyszkiewicz Date: Tue, 14 Nov 2023 16:16:03 +0100 Subject: [PATCH 2/3] test Signed-off-by: Jakub Dyszkiewicz --- app/_src/production/dp-config/transparent-proxying.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/_src/production/dp-config/transparent-proxying.md b/app/_src/production/dp-config/transparent-proxying.md index 4fe13ece4..f4c4df6d9 100644 --- a/app/_src/production/dp-config/transparent-proxying.md +++ b/app/_src/production/dp-config/transparent-proxying.md @@ -205,6 +205,8 @@ networking: {% endtab %} {% endtabs %} +In the future release, `kumactl` [will ship](https://github.com/kumahq/kuma/issues/8071) with `uninstall` command. + ### Transparent Proxy with eBPF (experimental) Starting from {{site.mesh_product_name}} 2.0 you can setup transparent proxy to use eBPF instead of iptables. From 6470e9445bfe2c647154ae9e0dbb0868bc4d3bb6 Mon Sep 17 00:00:00 2001 From: Jakub Dyszkiewicz Date: Tue, 14 Nov 2023 16:18:08 +0100 Subject: [PATCH 3/3] Revert "test" This reverts commit 4e43eeecf49409ef756957436d649e9a8609c323. Signed-off-by: Jakub Dyszkiewicz --- app/_src/production/dp-config/transparent-proxying.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/_src/production/dp-config/transparent-proxying.md b/app/_src/production/dp-config/transparent-proxying.md index f4c4df6d9..4fe13ece4 100644 --- a/app/_src/production/dp-config/transparent-proxying.md +++ b/app/_src/production/dp-config/transparent-proxying.md @@ -205,8 +205,6 @@ networking: {% endtab %} {% endtabs %} -In the future release, `kumactl` [will ship](https://github.com/kumahq/kuma/issues/8071) with `uninstall` command. - ### Transparent Proxy with eBPF (experimental) Starting from {{site.mesh_product_name}} 2.0 you can setup transparent proxy to use eBPF instead of iptables.