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

v1.3.17

Choose a tag to compare

@joeyorlando joeyorlando released this 25 Jul 16:20
· 2322 commits to main since this release
f14018f

Added

  • Added banner on the ChatOps screen for OSS to let the user know if no chatops integration is enabled
    (#1735)
  • Add rbac_enabled to GET /api/internal/v1/current_team response schema + rbac_permissions to GET /api/internal/v1/user
    response schema by @joeyorlando (#2611)

Fixed

  • Bring heartbeats back to UI by @maskin25 (#2550)
  • Address issue when Grafana feature flags which were enabled via the feature_flags.enabled were only properly being
    parsed, when they were space-delimited. This fix allows them to be either space or comma-delimited.
    by @joeyorlando (#2623)