From d55a9fe8298bcff1f58834b8b488113d42ef7921 Mon Sep 17 00:00:00 2001 From: "avi@robusta.dev" Date: Wed, 16 Oct 2024 09:03:56 +0300 Subject: [PATCH 1/2] added slack warning --- docs/configuration/sinks/slack.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration/sinks/slack.rst b/docs/configuration/sinks/slack.rst index 71e030a88..49f410d35 100644 --- a/docs/configuration/sinks/slack.rst +++ b/docs/configuration/sinks/slack.rst @@ -3,6 +3,10 @@ Slack Robusta can report issues and events in your Kubernetes cluster to Slack. +.. warning:: + + If you are using the Slack sink and a Robusta version prior to 0.10.29, we **highly recommend updating**, as Slack is deprecating their older APIs. + Connecting Slack ------------------------------------------------ From 45b3d1f6fa680c4b6a7c58e56b00c968a22df0b4 Mon Sep 17 00:00:00 2001 From: Avi-Robusta <97387909+Avi-Robusta@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:37:04 +0200 Subject: [PATCH 2/2] Update slack.rst --- docs/configuration/sinks/slack.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration/sinks/slack.rst b/docs/configuration/sinks/slack.rst index 49f410d35..f44338ccb 100644 --- a/docs/configuration/sinks/slack.rst +++ b/docs/configuration/sinks/slack.rst @@ -5,7 +5,9 @@ Robusta can report issues and events in your Kubernetes cluster to Slack. .. warning:: - If you are using the Slack sink and a Robusta version prior to 0.10.29, we **highly recommend updating**, as Slack is deprecating their older APIs. + If you are using the Slack sink and a Robusta version prior to 0.10.29, we **highly recommend [upgrading](https://docs.robusta.dev/master/setup-robusta/upgrade.html)**, as Slack has deprecated their older APIs. This older API will be sundown March 11, 2025. This will cause the slack sink to stop working for older versions of Robusta. + + Follow [these steps](https://docs.robusta.dev/master/setup-robusta/upgrade.html#helm-upgrade) to upgrade. Connecting Slack ------------------------------------------------