From 8eeca92785dd189055845da1a3c4799605d7f564 Mon Sep 17 00:00:00 2001 From: Kevin Baichoo Date: Tue, 13 Oct 2020 14:39:45 +0000 Subject: [PATCH] Added release notes. Signed-off-by: Kevin Baichoo --- docs/root/version_history/current.rst | 1 + .../envoy/watchdog/abort_action/v3alpha/abort_action.proto | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/version_history/current.rst b/docs/root/version_history/current.rst index b958b448dfe1..0d2cb0ab2d32 100644 --- a/docs/root/version_history/current.rst +++ b/docs/root/version_history/current.rst @@ -10,6 +10,7 @@ Minor Behavior Changes *Changes that may cause incompatibilities for some users, but should not for most* * ext_authz filter: the deprecated field :ref:`use_alpha ` is no longer supported and cannot be set anymore. +* watchdog: the watchdog action :ref:`abort_action ` is now the default action to terminate the process if watchdog kill / multikill is enabled. Bug Fixes --------- diff --git a/generated_api_shadow/envoy/watchdog/abort_action/v3alpha/abort_action.proto b/generated_api_shadow/envoy/watchdog/abort_action/v3alpha/abort_action.proto index 7f47688c420c..ef2e13c8911d 100644 --- a/generated_api_shadow/envoy/watchdog/abort_action/v3alpha/abort_action.proto +++ b/generated_api_shadow/envoy/watchdog/abort_action/v3alpha/abort_action.proto @@ -15,7 +15,6 @@ option (udpa.annotations.file_status).work_in_progress = true; option (udpa.annotations.file_status).package_version_status = ACTIVE; // [#protodoc-title: Watchdog Action that kills a stuck thread to kill the process.] -// [#extension: envoy.watchdog.abort_action] // A GuardDogAction that will terminate the process by killing the // stuck thread. This would allow easier access to the call stack of the stuck