From 02faa6781bd710caf4c78eaff7ef85e5e1f3cd39 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Thu, 17 Feb 2022 16:57:16 -0500 Subject: [PATCH] add changeset documenting 'read only' configuration Signed-off-by: Mike Ball --- .changeset/spicy-elephants-decide.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/spicy-elephants-decide.md diff --git a/.changeset/spicy-elephants-decide.md b/.changeset/spicy-elephants-decide.md new file mode 100644 index 0000000000..dd35f04422 --- /dev/null +++ b/.changeset/spicy-elephants-decide.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-splunk-on-call': patch +--- + +Splunk OnCall plugin now supports a "read only" mode configuration option for optionally suppressing the rendering of incident trigger-acknowledge-resolve controls from the Backstage UI.