From d13977ba9625649c22a1f772932fcd1f7f52d989 Mon Sep 17 00:00:00 2001 From: Matheus Date: Fri, 6 Mar 2026 02:57:30 +0000 Subject: [PATCH 1/2] Add Python and Kubernetes health badge(s) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f5dbd374..39430ad7d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ > **Note:** This repository contains **Robusta Classic** — the rule-based alert enrichment engine. For AI-powered root cause analysis, see [HolmesGPT](https://github.com/robusta-dev/holmesgpt). Both can be installed together as part of the [Robusta platform](https://platform.robusta.dev/signup). ## What Can Robusta Do? +[![Python Health](https://img.releaserun.com/badge/health/python.svg)](https://releaserun.com/badges/python/) +[![Kubernetes Health](https://img.releaserun.com/badge/health/kubernetes.svg)](https://releaserun.com/badges/kubernetes/)

How it Works | From 67d1acce6bd5a945370123721cb2668db4b76b40 Mon Sep 17 00:00:00 2001 From: Matheus Date: Fri, 6 Mar 2026 09:07:13 +0000 Subject: [PATCH 2/2] Fix badge placement --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39430ad7d..7f4b76e2f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@

Robusta Classic - Prometheus Alert Enrichment for Kubernetes

+[![Python Health](https://img.releaserun.com/badge/health/python.svg)](https://releaserun.com/badges/python/) +[![Kubernetes Health](https://img.releaserun.com/badge/health/kubernetes.svg)](https://releaserun.com/badges/kubernetes/) + > **Note:** This repository contains **Robusta Classic** — the rule-based alert enrichment engine. For AI-powered root cause analysis, see [HolmesGPT](https://github.com/robusta-dev/holmesgpt). Both can be installed together as part of the [Robusta platform](https://platform.robusta.dev/signup). ## What Can Robusta Do? -[![Python Health](https://img.releaserun.com/badge/health/python.svg)](https://releaserun.com/badges/python/) -[![Kubernetes Health](https://img.releaserun.com/badge/health/kubernetes.svg)](https://releaserun.com/badges/kubernetes/)

How it Works |