Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

v1.3.8

Choose a tag to compare

@vstpme vstpme released this 11 Jul 10:41
· 2445 commits to main since this release
8809cde

Added

  • Add event.users.avatar_full field to GET /api/internal/v1/schedules/{schedule_id}/filter_events
    payload by @joeyorlando (#2459)
  • Add affinity and tolerations for celery and migrations pods into helm chart + unit test for chart

Changed

  • Modified DRF pagination class used by GET /api/internal/v1/alert_receive_channels and GET /api/internal/v1/schedules
    endpoints so that the next and previous pagination links are properly set when OnCall is run behind
    a reverse proxy by @joeyorlando (#2467)

Fixed

  • Address issue where we were improperly parsing Grafana feature flags that were enabled via the feature_flags.enabled
    method by @joeyorlando (#2477)
  • Fix cuddled list Markdown issue by @vadimkerr (#2488)
  • Fixed schedules slack notifications for deleted organizations (#2493)