v0.50.0
higress-group/higressv0.50.0Mar 5, 2026by github-actions[bot]
AI Summary
Improves incident integration by mapping PagerDuty urgency correctly and enhances the workflow engine with auto-resolve triggers. It also adds features for service-to-service communication and refines OAuth2 proxy display.
Key Highlights
- Added capability to post alerts service-to-service
- OAuth2 proxy now displays the username
- Batch enrichment now merges data instead of overwriting
- Workflows can now be triggered on incident auto-resolve
- PagerDuty incidents now map to urgency instead of priority
New Features
- Allow posting alerts service-to-service
- OAuth2 proxy username display
- Trigger workflows on auto-resolve of incidents
Full Release Notes
## What's Changed * fix: map PagerDuty incidents to urgency instead of priority (#2154) by @Dogtags27 in https://github.com/keephq/keep/pull/5698 * fix(tests): resolve requests monkey-patch recursion and missing tenant_id fixture by @shahargl in https://github.com/keephq/keep/pull/5700 * fix(cyaml): preserve block literal style with non-ASCII chars by @yuzebin in https://github.com/keephq/keep/pull/5690 * feat: oauth2 proxy username display by @piekarski-mateusz in https://github.com/keephq/keep/pull/5685 * fix: batch_enrich now merges enrichments instead of overwriting by @Eliesmbr in https://github.com/keephq/keep/pull/5691 * feat: allow posting alerts service-to-service by @piekarski-mateusz in https://github.com/keephq/keep/pull/5705 * fix: trigger workflows on auto-resolve of incidents by @BrianInAz in https://github.com/keephq/keep/pull/5651 * docs: fix GitLab Pipelines capitalisation in providers overview by @hakatt in https://github.com/keephq/keep/pull/5709 * fix(grafana): always set optional alert fields to avoid render_context errors by @hakatt in https://github.com/keephq/keep/pull/5658 * chore: Bump version from 0.49.1 to 0.50.0 by @shahargl in https://github.com/keephq/keep/pull/5728 ## New Contributors * @Dogtags27 made their first contribution in https://github.com/keephq/keep/pull/5698 * @yuzebin made their first contribution in https://github.com/keephq/keep/pull/5690 * @BrianInAz made their first contribution in https://github.com/keephq/keep/pull/5651 **Full Changelog**: https://github.com/keephq/keep/compare/v0.49.1...v0.50.0