Skip to content

Commit

Permalink
Add codeowners to prometheus alerts (#1226)
Browse files Browse the repository at this point in the history
Signed-off-by: QuentinBisson <[email protected]>
  • Loading branch information
QuentinBisson authored Jun 10, 2024
1 parent 90fb609 commit 162e1ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed usage of yq, and jq in check-opsrecipes.sh
- Fetch jq with make install-tools

### Added

- Added a new alerting rule to `falco.rules.yml` to fire an alert for XZ-backdoor.
- Add `CiliumAPITooSlow`.
- Added `CiliumAPITooSlow`.
- Added `CODEOWNERS` files.

### Changed

Expand All @@ -30,7 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix and improve the ops-recipe test script.
- Fixed usage of yq, and jq in check-opsrecipes.sh
- Fetch jq with make install-tools
- Fix and improve the check-opsrecipes.sh script so support <directory>/_index.md based ops-recipes.
- Fix cabbage alerts for multi-provider wcs.
- Fix shield alert area labels.
- Fix `cert-exporter` alerting.
Expand Down
9 changes: 8 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# generated by giantswarm/github actions - changes will be overwritten
* @giantswarm/team-atlas
/helm/prometheus-rules/templates/kaas/bigmac/ @team-bigmac
/helm/prometheus-rules/templates/kaas/phoenix/ @team-phoenix
/helm/prometheus-rules/templates/kaas/rocket/ @team-rocket
/helm/prometheus-rules/templates/kaas/turtles/ @team-turtles
/helm/prometheus-rules/templates/platform/atlas/ @team-atlas
/helm/prometheus-rules/templates/platform/cabbage/ @team-cabbage
/helm/prometheus-rules/templates/platform/honeybadger/ @team-honeybadger
/helm/prometheus-rules/templates/platform/shield/ @team-shield

0 comments on commit 162e1ed

Please sign in to comment.