From 13a5c5b7d601b018ed0c0b065df23f287a467ac6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 28 Jul 2023 06:03:20 +0000 Subject: [PATCH 1/6] Release oncall Helm chart 1.3.18 --- helm/oncall/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index f5b35c0d..1f3e27a4 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration type: application -version: 1.3.17 -appVersion: v1.3.17 +version: 1.3.18 +appVersion: v1.3.18 dependencies: - name: cert-manager version: v1.8.0 From c36fd4fbe1ae458188d23319d45321632354562a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 28 Jul 2023 17:34:01 +0000 Subject: [PATCH 2/6] Release oncall Helm chart 1.3.19 --- helm/oncall/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index 1f3e27a4..5517c666 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration type: application -version: 1.3.18 -appVersion: v1.3.18 +version: 1.3.19 +appVersion: v1.3.19 dependencies: - name: cert-manager version: v1.8.0 From b62aed5d38185bb61c470f6ce98d8d06d782aa87 Mon Sep 17 00:00:00 2001 From: mallettjared <110853992+mallettjared@users.noreply.github.com> Date: Mon, 31 Jul 2023 02:47:57 -0400 Subject: [PATCH 3/6] Updated opening paragraph (#1659) Changed some of the wording in the opening paragraph. Otherwise this looks good. # What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) Co-authored-by: Joey Orlando --- docs/sources/get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/get-started/_index.md b/docs/sources/get-started/_index.md index d7e38cbc..4040b677 100644 --- a/docs/sources/get-started/_index.md +++ b/docs/sources/get-started/_index.md @@ -12,7 +12,7 @@ weight: 300 # Get started with Grafana OnCall -Grafana OnCall is an incident response tool built to help DevOps and SRE teams improve their collaboration, and resolve incidents faster. +Grafana OnCall was built to help DevOps and SRE teams improve their on-call management process and resolve incidents faster. With OnCall, users can create and manage on-call schedules, automate escalations, and monitor incident response from a central view, right within the Grafana UI. Teams no longer have to manage separate alerts from Grafana, Prometheus, and Alertmanager, lowering the risk of missing an important update and limiting the time spent receiving and responding to notifications. With a centralized view of all your alerts and alert groups, automated escalations and grouping, and on-call scheduling, Grafana OnCall helps ensure that alert notifications reach the right people, at the right time using the right notification method. From 6c0488176c368a6e06b9f23333ea667bd6c08c0e Mon Sep 17 00:00:00 2001 From: Wei-Chin Call Date: Sun, 30 Jul 2023 23:49:53 -0700 Subject: [PATCH 4/6] Update _index.md to correct spelling error of uers to users. (#2686) # What this PR does Spelling correction of uers to users. ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- docs/sources/integrations/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/integrations/_index.md b/docs/sources/integrations/_index.md index 82a28171..6ceddd3c 100644 --- a/docs/sources/integrations/_index.md +++ b/docs/sources/integrations/_index.md @@ -30,7 +30,7 @@ Read more about Jinja2 templating used in OnCall [here][jinja2-templating]. [Behaviour Templates][behavioral-template] 1. The Alert Group is available in Web, and can be published to messengers, based on the Route's **Publish to Chatops** configuration. It is rendered using [Appearance Templates][appearance-template] -1. The Alert Group is escalated to uers based on the Escalation Chains selected for the Route +1. The Alert Group is escalated to users based on the Escalation Chains selected for the Route 1. Users can perform actions listed in [Learn Alert Workflow][learn-alert-workflow] section ## Configure and manage integrations From 0e37bba24f59cc69a79e117e800486d1d9b46f47 Mon Sep 17 00:00:00 2001 From: Wei-Chin Call Date: Sun, 30 Jul 2023 23:51:48 -0700 Subject: [PATCH 5/6] Update index.md to correct the ordered list numbers. (#2685) # What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- docs/sources/integrations/zabbix/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/sources/integrations/zabbix/index.md b/docs/sources/integrations/zabbix/index.md index 38714a68..3f1d7f52 100644 --- a/docs/sources/integrations/zabbix/index.md +++ b/docs/sources/integrations/zabbix/index.md @@ -39,13 +39,13 @@ This integration is available for Grafana Cloud OnCall. You must have an Admin r -d zabbix/zabbix-appliance:latest ``` -1. Establish an ssh connection to a Zabbix server. +2. Establish an ssh connection to a Zabbix server. ```bash docker exec -it zabbix-appliance bash ``` -1. Place the [grafana_oncall.sh](#grafana_oncallsh-script) script in the `AlertScriptsPath` directory specified within +3. Place the [grafana_oncall.sh](#grafana_oncallsh-script) script in the `AlertScriptsPath` directory specified within the Zabbix server configuration file (zabbix_server.conf). ```bash @@ -66,10 +66,10 @@ Within Zabbix web interface, do the following: 1. In a browser, open localhost:80. -1. Navigate to **Adminitstration > Media Types > Create Media Type**. +2. Navigate to **Adminitstration > Media Types > Create Media Type**. -1. Create a Media Type with the following fields. +3. Create a Media Type with the following fields. - Name: Grafana OnCall - Type: script @@ -86,13 +86,13 @@ To send alerts to Grafana OnCall, the {ALERT.SEND_TO} value must be set in the [ 1. In the web UI, navigate to **Administration > Users** and open the **user properties** form. -1. In the **Media** tab, click **Add** and copy the link from Grafana OnCall in the `Send to` field. +2. In the **Media** tab, click **Add** and copy the link from Grafana OnCall in the `Send to` field. -1. Click **Test** in the last column to send a test alert to Grafana OnCall. +3. Click **Test** in the last column to send a test alert to Grafana OnCall. -1. Specify **Send to** OnCall using the unique integration URL from the above step in the testing window that opens. +4. Specify **Send to** OnCall using the unique integration URL from the above step in the testing window that opens. Create a test message with a body and optional subject and click **Test**. From 37f8ce80d75ce24824a3cb048dc2492c058c71d6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 31 Jul 2023 13:31:41 +0000 Subject: [PATCH 6/6] Release oncall Helm chart 1.3.20 --- helm/oncall/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index 5517c666..c59a63e8 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: oncall description: Developer-friendly incident response with brilliant Slack integration type: application -version: 1.3.19 -appVersion: v1.3.19 +version: 1.3.20 +appVersion: v1.3.20 dependencies: - name: cert-manager version: v1.8.0