From f2cea6823a1ad4df75c8a11a27203c4127303c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Doreau?= Date: Thu, 4 Mar 2021 14:09:43 +0100 Subject: [PATCH] fix(kubernetes-plugin): update changeset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Doreau --- .changeset/rude-roses-jam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/rude-roses-jam.md b/.changeset/rude-roses-jam.md index bd8ee1399f..44fc771791 100644 --- a/.changeset/rude-roses-jam.md +++ b/.changeset/rude-roses-jam.md @@ -3,4 +3,4 @@ --- Updated splunk-on-call plugin to use the REST endpoint (incident creation-acknowledgement-resolution). -It implies switching from `splunkOnCall.username` annotation to `splunkOnCall.eventsRestEndpoint` annotation, this is a breaking change. +It implies switching from `splunkOnCall.username` configuration to `splunkOnCall.eventsRestEndpoint` configuration, this is a breaking change.