# What this PR does Change GrafanaServiceAccountAuth to use instance ID header in cloud instead of slugs. ## Which issue(s) this PR fixes ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required)
75 KiB
75 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Fixed
- User profile UI tweaks (#3443)
v1.3.64 (2023-11-28)
Fixed
- Fix excess usage of bots_info slack api call to avoid ratelimits (#3440)
v1.3.63 (2023-11-28)
Added
- Add ability to use Grafana Service Account Tokens for OnCall API (This is only enabled for resolution_notes endpoint currently) @mderynck (#3189)
- Add ability for webhook presets to mask sensitive headers @mderynck (#3189)
Changed
- Use instance ID for cloud Grafana service token auth @mderynck (#3435)
Fixed
- Fixed issue that blocked saving webhooks with presets if the preset is controlling the URL @mderynck (#3189)
- User filter doesn't display current value on Alert Groups page (1714)
- Remove displaying rotation modal for Terraform/API based schedules
- Filters polishing (3183)
- Fixed permissions so User settings reader role included list users @mderynck (#3419)
- Fixed alert group rendering when some links were broken because of replacing
-to_@Ferril (#3424)
v1.3.62 (2023-11-21)
Added
- Add builtin slack retry on ratelimited error (#3401)
Changed
- Add integration id to alert creation logging @mderynck (#3392)
v1.3.61 (2023-11-21)
Fixed
- Fix deleting integrations with duplicate names by @vadimkerr (#3397)
v1.3.60 (2023-11-20)
Fixed
- Fixes forwarding of Amazon SNS headers @mderynck (#3371)
- Fixes issue when using the
/escalateSlack command and selecting a team by @joeyorlando (#3381) - Fix issue when RBAC is enabled where Viewers with "Notifications Receiver" role do not properly show up in schedule rotations by @joeyorlando (#3378)
v1.3.59 (2023-11-16)
Added
- Populate
usersfield of the public Shift GET API withrolling_usersfrom the type override created from web UI(#3303) - Do not retry to update slack user group on every API error (#3363)
- Allow specifying a comma-separated list of redis-servers to the
REDIS_URIengine environment variable by @joeyorlando (#3368)
Fixed
- Fixed recurrency limit issue in the Rotation Modal (#3358)
- Added dragging boundary constraints for Rotation Modal and show scroll for the users list (#3365)
- Delete direct paging integration on team delete by @vadimkerr (#3367)
v1.3.58 (2023-11-14)
Added
- Added user timezone field to the users public API response (#3311)
- Allow filtering users by public primary key in internal API (#3339)
Changed
- Split Integrations table into Connections and Direct Paging tabs (#3290)
Fixed
- Fix issue where Slack user connection error message is sometimes shown despite successful connection by @joeyorlando (#3327)
- Forward headers for Amazon SNS when organizations are moved @mderynck (#3326)
- Fix styling when light theme is turned on via system preferences by excluding dark theme css vars in this case (#3336)
- Fix issue when acknowledge reminder works for deleted organizations @Ferril (#3345)
- Fix generating QR code (#3347)
v1.3.57 (2023-11-10)
Fixed
- Fix AmazonSNS integration to handle exceptions the same as other integrations @mderynck (#3315)
v1.3.56 (2023-11-10)
v1.3.55 (2023-11-07)
Changed
- Unify naming of Grafana Cloud / Cloud OnCall / Grafana Cloud OnCall so that it's always Grafana Cloud OnCall (#3279)
Fixed
- Fix escalation policy importance going back to default by @vadimkerr (#3282)
- Improve user permissions query (#3291)
v1.3.54 (2023-11-06)
Added
- Add
b64decodeJinja2 template helper filter by @jorgeav (#3242)
v1.3.53 (2023-11-03)
Fixed
- Fix db migration for mobile app @Ferril (#3260)
v1.3.52 (2023-11-02)
Fixed
- Address
TypeErrorthat occurs under some scenarios on the Alert Group detail page
Changed
- Change wording for push notifications timing choices @Ferril (#3253)
v1.3.51 (2023-11-02)
Fixed
- Postpone Legacy AlertManager and Grafana Alerting integration auto-migration date ([3250])(https://github.com/grafana/oncall/pull/3250)
v1.3.50 (2023-11-02)
Fixed
- Return alert groups for deleted integrations on private api (3223)
v1.3.49 (2023-10-31)
Changed
- Removed the hardcoding of page size on frontend (#3205)
- Prevent additional polling on Incidents if the previous request didn't complete (#3205)
- Order results from
GET /teamsinternal API endpoint by ascending name by @joeyorlando (#3220) - Order alert groups internal API endpoint by descending started_at by @mderynck (#3240)
Fixed
- Improve slow
GET /users+GET /teamsinternal API endpoints by @joeyorlando (#3220) - Fix search issue when searching for teams in the add responders popup window by @joeyorlando (#3220)
- CSS changes to add responders dropdown to fix long search results list by @joeyorlando (#3220)
- Do not allow to update terraform-based shifts in web UI schedule API (#3224)
v1.3.48 (2023-10-30)
Added
- Data type changed from
DateFieldtoDateTimeFieldon thefinal_shiftsAPI endpoint. Endpoint now accepts either a date or a datetime (#3103)
Changed
- Simplify Direct Paging workflow. Now when using Direct Paging you either simply specify a team, or one or more users to page by @joeyorlando (#3128)
- Enable timing options for mobile push notifications, allow multi-select by @Ferril (#3187)
Fixed
- Fix RBAC authorization bugs related to interacting with Alert Group Slack messages by @joeyorlando (#3213)
v1.3.47 (2023-10-25)
Fixed
- Add filtering term length check for channel filter endpoints @Ferril (#3192)
v1.3.46 (2023-10-23)
Added
- Check for basic role permissions on get/create/update labels @Ferril (#3173)
Fixed
- Discard old pending network requests in the UI (Users/Schedules) #3172
- Fix resolution note source for mobile app by @vadimkerr (#3174)
- Fix iCal imported schedules related users and next shifts per user (#3178)
- Fix references to removed access control functions in Grafana @mderynck (#3184)
Changed
- Upgrade Django to 4.2.6 and update iCal related deps (#3176)
v1.3.45 (2023-10-19)
Added
- Use shift data from event object
- Update shifts public API to improve web shifts support (#3165)
Fixed
- Update ical schedule creation/update to trigger final schedule refresh (#3156)
- Handle None role when syncing users from Grafana (#3147)
- Polish "Build 'When I am on-call' for web UI" #2915
- Fix iCal schedule incorrect view #2001
- Fix rotation name rendering issue #2324
Changed
- Add user TZ information to next shifts per user endpoint (#3157)
v1.3.44 (2023-10-16)
Added
- Update plugin OnCaller role permissions (#3145)
- Add labels implementation for OnCall integrations under the feature flag (#3014)
Fixed
- Fix plugin status to always return URL with trailing / @mderynck (#3122)
v1.3.43 (2023-10-05)
Added
- Make it possible to acknowledge/unacknowledge and resolve/unresolve alert groups via API by @vadimkerr (#3108)
Changed
- Improve alert group deletion API by @vadimkerr (#3124)
- Removed Integrations Name max characters limit (#3123)
- Truncate long table rows (Integration Name/Alert Group) and show tooltip for the truncated content (#3123)
v1.3.42 (2023-10-04)
Added
- Add additional shift info in schedule filter_events internal API (#3110)
v1.3.41 (2023-10-04)
Added
- New RBAC action
grafana-oncall-app.alert-groups:direct-pagingand role "Alert Groups Direct Paging" by @joeyorlando (#3107)
Fixed
- Accept empty and null user when updating webhook via API @mderynck (#3094)
- Fix slack notification for a shift which end is affected by a taken swap (#3092)
v1.3.40 (2023-09-28)
Added
- Create Direct Paging integration by default for every team, create default E-Mail notification policy for every user (#3064)
v1.3.39 (2023-09-27)
Added
- Presets for webhooks @mderynck (#2996)
- Add
enable_web_overridesoption to schedules public API (#3062)
Fixed
- Fix regression in public actions endpoint handling user field by @mderynck (#3053)
Changed
- Rework how users are fetched from DB when getting users from schedules ical representation (#3067)
v1.3.38 (2023-09-19)
Fixed
- Fix Slack access token length issue by @toolchainX (#3016)
- Fix shifts for current user internal endpoint to return the right shift PK (#3036)
- Handle Slack ratelimit on alert group deletion by @vadimkerr (#3038)
v1.3.37 (2023-09-12)
Added
- Notify user via Slack/mobile push-notification when their shift swap request is taken by @joeyorlando (#2992)
- Unify breadcrumbs behaviour with other Grafana Apps and main core# (1906)
Changed
- Improve Slack error handling by @vadimkerr (#3000)
Fixed
- Avoid task retries because of missing AlertGroupLogRecord on send_alert_group_signal (#3001)
- Update escalation policies public API to handle new webhooks (#2999)
v1.3.36 (2023-09-07)
Added
- Add option to create new contact point for existing integrations (#2909)
Changed
- Enable email notification step by default on Helm by @vadimkerr (#2975)
- Handle slack resolution note errors consistently (#2976)
Fixed
- Don't update Slack user groups for deleted organizations by @vadimkerr (#2985)
- Fix Slack integration leftovers after disconnecting by @vadimkerr (#2986)
- Fix handling Slack rate limits by @vadimkerr (#2991)
v1.3.35 (2023-09-05)
Fixed
- Fix issue in
SlackClientWithErrorHandlingpaginted API calls by @joeyorlando
v1.3.34 (2023-09-05)
Fixed
- Fix issue in
apps.slack.tasks.populate_slack_channels_for_teamtask by @joeyorlando (#2969)
v1.3.33 (2023-09-05)
Fixed
- Fix issue in
apps.slack.tasks.post_or_update_log_report_message_tasktask related to passing tuple totextarg forSlackClient.chat_postMessagemethod by @joeyorlando (#2966)
v1.3.32 (2023-09-05)
Added
- Add internal API endpoint for getting schedules shifts for current user by @Ferril (#2928)
Changed
- Make Slack integration not post an alert group message if it's already deleted + refactor AlertGroup and SlackMessage foreign key relationship by @vadimkerr (#2957)
Fixed
- Reject file uploads when POSTing to an integration endpoint (#2958)
v1.3.31 (2023-09-04)
Fixed
- Fix for Cloud plugin install not refreshing page after completion (2974)
- Fix escalation snapshot building if user was deleted @Ferril (#2954)
Added
Changed
- Update slack schedule shift-changed notification (#2949)
v1.3.30 (2023-08-31)
Added
- Add optional param to expand user details in shift swaps internal endpoints (#2923)
Changed
- Update Shift Swap Request Slack message formatting by @joeyorlando (#2918)
- Performance and UX tweaks to integrations page (#2869)
- Expand users details in filter swaps internal endpoint (#2921)
- Truncate exported final shifts to match the requested period (#2924)
Fixed
- Fix issue with helm chart when specifying
broker.type=rabbitmqwhere Redis environment variables were not longer being injected by @joeyorlando (#2927) - Fix silence for alert groups with empty escalation chain @Ferril (#2929)
- Fixed NPE when migrating legacy Grafana Alerting integrations (#2908)
- Fix
IntegrityErrorexceptions that occasionally would occur when trying to createResolutionNoteSlackMessageobjects by @joeyorlando (#2933)
v1.3.29 (2023-08-29)
Fixed
- Fix metrics calculation and OnCall dashboard, rename dashboard @Ferril (#2895)
- Fix slack schedule notification settings dialog (#2902)
v1.3.28 (2023-08-29)
Changed
- Switch engine to alpine base image (2872)
Added
- Visualization of shift swap requests in Overrides and swaps section (#2844)
Fixed
- Address bug when a Shift Swap Request is accepted either via the web or mobile UI, and the Slack message is not updated to reflect the latest state by @joeyorlando (#2886)
- Fix issue where Grafana integration would fail to parse alerting config for routes without receivers @mderynck (#2894)
v1.3.27 (2023-08-25)
Added
- Public API for webhooks @mderynck (#2790)
- Use Telegram polling protocol instead of a webhook if
FEATURE_TELEGRAM_LONG_POLLING_ENABLEDset toTrueby @alexintech (#2250)
Changed
- Public API for actions now wraps webhooks @mderynck (#2790)
- Allow mobile app to access status endpoint @mderynck (#2791)
- Enable shifts export endpoint for all schedule types (#2863)
- Use priority field to track primary/overrides calendar in schedule iCal export (#2871)
Fixed
- Fix public api docs for escalation policies by @Ferril (#2830)
v1.3.26 (2023-08-22)
Changed
- Increase mobile app verification token TTL by @joeyorlando (#2859)
Fixed
- Changed HTTP Endpoint to Email for inbound email integrations (#2816)
- Enable inbound email feature flag by default by @vadimkerr (#2846)
- Fixed initial search on Users page (#2842)
v1.3.25 (2023-08-18)
Changed
- Improve Grafana Alerting integration by @Ferril @teodosii (#2742)
- Fixed UTC conversion for escalation chain step of timerange (#2781)
Fixed
- Check for possible split events in range when resolving schedule (#2828)
v1.3.24 (2023-08-17)
Added
- Shift swap requests public API (#2775)
- Shift swap request Slack follow-ups by @vadimkerr (#2798)
- Shift swap request push notification follow-ups by @vadimkerr (#2805)
Changed
- Improve default AlertManager template (#2794)
Fixed
- Ignore ical cancelled events when calculating shifts (#2776)
- Fix Slack acknowledgment reminders by @vadimkerr (#2769)
- Fix issue with updating "Require resolution note" setting by @Ferril (#2782)
- Don't send notifications about past SSRs when turning on info notifications by @vadimkerr (#2783)
- Add schedule shift type validation on create/preview (#2789)
- Add alertmanager integration for heartbeat support (2807)
v1.3.23 (2023-08-10)
Added
- Shift Swap Requests Web UI (#2593)
- Final schedule shifts should lay in one line (#1665)
- Add backend support for push notification sounds with custom extensions by @vadimkerr (#2759)
Changed
- Add stack slug to organization options for direct paging Slash command by @vadimkerr (#2743)
- Avoid creating (or notifying about) potential event splits resulting from untaken swap requests (#2748)
- Refactor heartbeats into a periodic task (2723)
Fixed
- Do not show override shortcut when web overrides are disabled (#2745)
- Handle ical schedule import with duplicated event UIDs (#2760)
- Allow Editor to access Phone Verification (#2772)
v1.3.22 (2023-08-03)
Added
- Add mobile app push notifications for shift swap requests by @vadimkerr (#2717)
Changed
- Skip past due swap requests when calculating events (2718)
- Update schedule slack notifications to use schedule final events by @Ferril (#2710)
Fixed
- Fix schedule final_events datetime filtering when splitting override (#2715)
- Fix swap requests event filter limits in schedule events (#2716)
- Fix Alerting contact point auto-creation (2721)
v1.3.21 (2023-08-01)
Added
- [Helm] Add
extraContainersfor engine, celery and migrate-job pods to define sidecars by @lu1as (#2650) – Rework of AlertManager integration (#2643)
v1.3.20 (2023-07-31)
Added
- Add filter_shift_swaps endpoint to schedules API (#2684)
- Add shifts endpoint to shift swap API (#2697)
Fixed
- Fix helm env variable validation logic when specifying Twilio auth related values by @njohnstone2 (#2674)
- Fixed mobile app verification not sending SMS to phone number (#2687)
v1.3.19 (2023-07-28)
Fixed
- Fix one of the latest migrations failing on SQLite by @vadimkerr (#2680)
Added
- Apply swap requests details to schedule events (#2677)
v1.3.18 (2023-07-28)
Changed
- Update the direct paging feature to page for acknowledged & silenced alert groups, and show a warning for resolved alert groups by @vadimkerr (#2639)
- Change calls to get instances from GCOM to paginate by @mderynck (#2669)
- Update checking on-call users to use schedule final events (#2651)
Fixed
- Remove checks delaying plugin load and cause "Initializing plugin..." (2624)
- Fix "Continue escalation if >X alerts per Y minutes" escalation step by @vadimkerr (#2636)
- Post to Telegram ChatOps channel option is not showing in the integrations page by @alexintech (#2498)
v1.3.17 (2023-07-25)
Added
- Added banner on the ChatOps screen for OSS to let the user know if no chatops integration is enabled (#1735)
- Add
rbac_enabledtoGET /api/internal/v1/current_teamresponse schema +rbac_permissionstoGET /api/internal/v1/userresponse 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.enabledwere only properly being parsed, when they were space-delimited. This fix allows them to be either space or comma-delimited. by @joeyorlando (#2623)
v1.3.16 (2023-07-21)
Added
- Allow persisting mobile app's timezone, to allow for more accurate datetime related notifications by @joeyorlando (#2601)
- Add filter integrations by type (2609)
Changed
- Update direct paging docs by @vadimkerr (#2600)
- Improve APIs for creating/updating direct paging integrations by @vadimkerr (#2603)
- Remove unnecessary team checks in public API by @vadimkerr (#2606)
Fixed
- Fix Slack direct paging issue when there are more than 100 schedules by @vadimkerr (#2594)
- Fix webhooks unable to be copied if they contain password or authorization header (#2608)
v1.3.15 (2023-07-19)
Changed
- Deprecate
AlertGroup.is_archivedcolumn. Column will be removed in a subsequent release. By @joeyorlando (#2524). - Update Slack "invite" feature to use direct paging by @vadimkerr (#2562)
- Change "Current responders" to "Additional Responders" in web UI by @vadimkerr (#2567)
Fixed
- Fix duplicate orders on routes and escalation policies by @vadimkerr (#2568)
- Fixed Slack channels sync by @Ferril (#2571)
- Fixed rendering of slack connection errors (#2526)
v1.3.14 (2023-07-17)
Changed
- Added
PHONE_PROVIDERconfiguration check by @sreway (#2523) - Deprecate
/oncallSlack command, update direct paging functionality by @vadimkerr (#2537) - Change plugin version to drop the
vprefix. (#2540)
v1.3.13 (2023-07-17)
Changed
- Remove deprecated
heartbeat.HeartBeatmodel/table by @joeyorlando (#2534)
v1.3.12 (2023-07-14)
Added
- Add
page_size,current_page_number, andtotal_pagesattributes to paginated API responses by @joeyorlando (#2471)
Fixed
- New webhooks incorrectly masking authorization header by @mderynck (#2541)
v1.3.11 (2023-07-13)
Added
- Release new webhooks functionality by @mderynck @matiasb @maskin25 @teodosii @raphael-batte (#1830)
Changed
- Custom button webhooks are deprecated, they will be automatically migrated to new webhooks. (#1830)
v1.3.10 (2023-07-13)
Added
- [Helm] Added ability to specify
resourcesdefinition within thewait-for-dbinit container by @Shelestov7 (#2501) - Added index on
started_atcolumn inalerts_alertgrouptable. This substantially speeds up query used by thecheck_escalation_finished_tasktask. By @joeyorlando and @Konstantinov-Innokentii (#2516).
Changed
- Deprecated
/maintenanceweb UI page. Maintenance is now handled at the integration level and can be performed within a single integration's page. by @Ukochka (#2497)
Fixed
- Fixed a bug in the integration maintenance mode workflow where a user could not start/stop an integration's maintenance mode by @joeyorlando (#2511)
- Schedules: Long popup does not fit screen & buttons unreachable & objects outside of the popup #1002
- New schedules white theme issues #2356
v1.3.9 (2023-07-12)
Added
- Bring new Jinja editor to webhooks (#2344)
Fixed
- Add debounce on Select UI components to avoid making API search requests on each key-down event by @maskin25 (#2466)
- Make Direct paging integration configurable (2483)
v1.3.8 (2023-07-11)
Added
- Add
event.users.avatar_fullfield toGET /api/internal/v1/schedules/{schedule_id}/filter_eventspayload by @joeyorlando (#2459) - Add
affinityandtolerationsforceleryandmigrationspods into helm chart + unit test for chart
Changed
- Modified DRF pagination class used by
GET /api/internal/v1/alert_receive_channelsandGET /api/internal/v1/schedulesendpoints so that thenextandpreviouspagination links are properly set when OnCall is run behind a reverse proxy by @joeyorlando (#2467) - Polish user settings and warnings (#2425)
Fixed
- Address issue where we were improperly parsing Grafana feature flags that were enabled via the
feature_flags.enabledmethod by @joeyorlando (#2477) - Fix cuddled list Markdown issue by @vadimkerr (#2488)
- Fixed schedules slack notifications for deleted organizations (#2493)
v1.3.7 (2023-07-06)
Changed
- OnCall Metrics dashboard update (#2400)
v1.3.6 (2023-07-05)
Fixed
- Address issue where having multiple registered mobile apps for a user could lead to issues in delivering push notifications by @joeyorlando (#2421)
v1.3.5 (2023-07-05)
Fixed
- Fix for phone provider initialization which can lead to an HTTP 500 on startup (#2434)
v1.3.4 (2023-07-05)
Added
- Add full avatar URL for on-call users in schedule internal API by @vadimkerr (#2414)
- Add phone call using the zvonok.com service by @sreway (#2339)
Changed
v1.3.3 (2023-06-29)
Added
- Docs for
/resolution_notespublic api endpoint #222
Fixed
- Change alerts order for
/alertpublic api endpoint #1031 - Change resolution notes order for
/resolution_notespublic api endpoint to show notes for the newest alert group on top (#2404) - Remove attempt to check token when editor/viewers are accessing the plugin @mderynck (#2410)
v1.3.2 (2023-06-29)
Added
- Add metric "how many alert groups user was notified of" to Prometheus exporter (#2334)
Changed
- Change permissions used during setup to better represent actions being taken by @mderynck (#2242)
- Display 100000+ in stats when there are more than 100000 alert groups in the result (#1901)
- Change OnCall plugin to use service accounts and api tokens for communicating with backend, by @mderynck (#2385)
- RabbitMQ Docker image upgraded from 3.7.19 to 3.12.0 in
docker-compose-developer.ymlanddocker-compose-mysql-rabbitmq.yml. Note: if you use one of these config files for your deployment you may need to follow the RabbitMQ "upgrade steps" listed here by @joeyorlando (#2359)
Fixed
- For "You're Going OnCall" push notifications, show shift times in the user's configured timezone, otherwise UTC by @joeyorlando (#2351)
v1.3.1 (2023-06-26)
Fixed
- Fix phone call & SMS relay by @vadimkerr (#2345)
v1.3.0 (2023-06-26)
Added
- Secrets consistency for the chart. Bugfixing #1016
Changed
telegram.webhookUrlnow defaults tohttps://<base_url>if not set- UI Updates for the integrations page (#2310)
- Prefer shift start when displaying rotation start value for existing shifts (#2316)
Fixed
- Fixed minor schedule preview issue missing last day (#2316)
v1.2.46 (2023-06-22)
Added
- Make it possible to completely delete a rotation oncall (#1505)
- Polish rotation modal form oncall (#1506)
- Quick actions when editing a schedule oncall (#1507)
- Enable schedule related profile settings oncall (#1508)
- Highlight user shifts oncall (#1509)
- Rename or Description for Schedules Rotations (#1460)
- Add documentation for OnCall metrics exporter (#2149)
- Add dashboard for OnCall metrics (#1973)
Changed
- Change mobile shift notifications title and subtitle by @imtoori (#2288)
- Make web schedule updates to trigger sync refresh of its ical representation (#2279)
Fixed
- Fix duplicate orders for user notification policies by @vadimkerr (#2278)
- Fix broken markup on alert group page, declutter, make time format consistent (#2296)
v1.2.45 (2023-06-19)
Changed
- Change .Values.externalRabbitmq.passwordKey from
passwordto""(default valuerabbitmq-password) (#864) - Remove deprecated
permissionsstring array from the internal API user serializer by @joeyorlando (#2269)
Added
- Add
localecolumn to mobile app user settings table by @joeyorlando #2131 - Update notification text for "You're going on call" push notifications to include information about the shift start and end times by @joeyorlando (#2131)
Fixed
- Handle non-UTC UNTIL datetime value when repeating ical events #2241
- Optimize AlertManager auto-resolve mechanism
v1.2.44 (2023-06-14)
Added
- Users with the Viewer basic role can now connect and use the mobile app (#1892)
- Add helm chart support for redis and mysql existing secrets #2156
Changed
- Removed
SlackActionRecordmodel and database table by @joeyorlando #2201 - Require users when creating a schedule rotation using the web UI #2220
Fixed
- Fix schedule shift preview to not breaking rotation shifts when there is overlap #2218
- Fix schedule list filter by type to allow considering multiple values #2218
v1.2.43 (2023-06-12)
Changed
- Propogate CI/CD changes
v1.2.42 (2023-06-12)
Changed
- Helm chart: Upgrade helm dependecies, improve local setup #2144
Fixed
- Fixed bug on Filters where team param from URL was discarded #6237
- Fix receive channel filter in alert groups API #2140
- Helm chart: Fix usage of
envsettings as map; Fix usage ofmariadb.auth.databaseandmariadb.auth.usernamefor MYSQL env variables by @alexintech #2146
Added
- Helm chart: Add unittests for rabbitmq and redis 2165
v1.2.41 (2023-06-08)
Added
- Twilio Provider improvements by @Konstantinov-Innokentii, @mderynck and @joeyorlando #2074 #2034
- Run containers as a non-root user by @alexintech #2053
v1.2.40 (2023-06-07)
Added
- Allow mobile app to consume "internal" schedules API endpoints by @joeyorlando (#2109)
- Add inbound email address in integration API by @vadimkerr (#2113)
Changed
- Make viewset actions more consistent by @vadimkerr (#2120)
Fixed
- Fix + revert #2057 which reverted a change which properly handles
Organization.DoesNotExistexceptions for Slack events by @joeyorlando (#TBD) - Fix Telegram ratelimit on live setting change by @vadimkerr and @alexintech (#2100)
v1.2.39 (2023-06-06)
Changed
- Do not hide not secret settings in the web plugin UI by @alexintech (#1964)
v1.2.36 (2023-06-02)
Added
- Add public API endpoint to export a schedule's final shifts by @joeyorlando (2047)
Fixed
- Fix demo alert for inbound email integration by @vadimkerr (#2081)
- Fix calendar TZ used when comparing current shifts triggering slack shift notifications (#2091)
v1.2.35 (2023-06-01)
Fixed
- Fix a bug with permissions for telegram user settings by @alexintech (#2075)
- Fix orphaned messages in Slack by @vadimkerr (#2023)
- Fix duplicated slack shift-changed notifications (#2080)
v1.2.34 (2023-05-31)
Added
- Add description to "Default channel for Slack notifications" UI dropdown by @joeyorlando (2051)
Fixed
- Fix templates when slack or telegram is disabled (#2064)
- Reduce number of alert groups returned by
Attach Toin slack to avoid event trigger timeout @mderynck (#2049)
v1.2.33 (2023-05-30)
Fixed
- Revert #2040 breaking
/escalateSlack command
v1.2.32 (2023-05-30)
Added
- Add models and framework to use different services (Phone, SMS, Verify) in Twilio depending on the destination country code by @mderynck (#1976)
- Prometheus exporter backend for alert groups related metrics
- Helm chart: configuration of
uwsgiusing environment variables by @alexintech (#2045) - Much expanded/improved docs for mobile app (2026)
- Enable by-day selection when defining monthly and hourly rotations (2037)
Fixed
- Fix error when updating closed modal window in Slack by @vadimkerr (#2019)
- Fix final schedule export failing to update when ical imported events set start/end as date (#2025)
- Helm chart: fix bugs in helm chart with external postgresql configuration by @alexintech (#2036)
- Properly address
Organization.DoesNotExistexceptions thrown which result in HTTP 500 for the Slackinteractive_api_endpointendpoint by @joeyorlando (#2040) - Fix issue when trying to sync Grafana contact point and config receivers miss a key (#2046)
Changed
- Changed mobile notification title and subtitle. Removed the body. by @imtoori #2027
v1.2.31 (2023-05-26)
Fixed
- Fix AmazonSNS ratelimit by @Konstantinov-Innokentii (#2032)
v1.2.30 (2023-05-25)
Fixed
- Fix Phone provider status callbacks #2014
v1.2.29 (2023-05-25)
Changed
- Phone provider refactoring #1713
Fixed
- Handle slack metadata limit when creating paging command payload (#2007)
- Fix issue with sometimes cached final schedule not being refreshed after an update (#2004)
v1.2.28 (2023-05-24)
Fixed
- Improve plugin authentication by @vadimkerr (#1995)
- Fix MultipleObjectsReturned error on webhook endpoints by @vadimkerr (#1996)
- Remove user defined time period from "you're going oncall" mobile push by @iskhakov (#2001)
v1.2.27 (2023-05-23)
Added
- Allow passing Firebase credentials via environment variable by @vadimkerr (#1969)
Changed
- Update default Alertmanager templates by @iskhakov (#1944)
Fixed
- Fix SQLite permission issue by @vadimkerr (#1984)
- Remove user defined time period from "you're going oncall" mobile push (2001)
v1.2.26 (2023-05-18)
Fixed
- Fix inbound email bug when attaching files by @vadimkerr (#1970)
v1.2.25 (2023-05-18)
Added
- Test mobile push backend
v1.2.24 (2023-05-17)
Fixed
- Fixed bug in Escalation Chains where reordering an item crashed the list
v1.2.23 (2023-05-15)
Added
- Add a way to set a maintenance mode message and display this in the web plugin UI by @joeyorlando (#1917)
Changed
- Use
user_profile_changedSlack event instead ofuser_changeto update Slack user profile by @vadimkerr (#1938)
v1.2.22 (2023-05-12)
Added
- Add mobile settings for info notifications by @imtoori (#1926)
Fixed
- Fix bug in the "You're Going Oncall" push notification copy by @joeyorlando (#1922)
- Fix bug with newlines in markdown converter (#1925)
- Disable "You're Going Oncall" push notification by default (1927)
v1.2.21 (2023-05-09)
Added
- Add a new mobile app push notification which notifies users when they are going on call by @joeyorlando (#1814)
- Add a new mobile app user setting field,
important_notification_volume_overrideby @joeyorlando (#1893)
Changed
- Improve ical comparison when checking for imported ical updates (1870)
- Upgrade to Python 3.11.3 by @joeyorlando (#1849)
Fixed
- Fix issue with how OnCall determines if a cloud Grafana Instance supports RBAC by @joeyorlando (#1880)
- Fix issue trying to set maintenance mode for integrations belonging to non-current team
v1.2.20 (2023-05-09)
Fixed
- Hotfix perform notification task
v1.2.19 (2023-05-04)
Fixed
- Fix issue with parsing response when sending Slack message
v1.2.18 (2023-05-03)
Added
- Documentation updates
v1.2.17 (2023-05-02)
Added
- Add filter descriptions to web ui by @iskhakov (1845)
- Add "Notifications Receiver" RBAC role by @joeyorlando (#1853)
Changed
- Remove template editor from Slack by @iskhakov (1847)
- Remove schedule name uniqueness restriction (1859)
Fixed
- Fix bugs in web title and message templates rendering and visual representation (1747)
v1.2.16 (2023-04-27)
Added
- Add 2, 3 and 6 hours Alert Group silence options by @tommysitehost (#1822)
- Add schedule related users endpoint to plugin API
Changed
- Update web UI, Slack, and Telegram to allow silencing an acknowledged alert group by @joeyorlando (#1831)
Fixed
- Optimize duplicate queries occurring in AlertGroupFilter by @joeyorlando (1809)
v1.2.15 (2023-04-24)
Fixed
- Helm chart: Fix helm hook for db migration job
- Performance improvements to
GET /api/internal/v1/alertgroupsendpoint by @joeyorlando and @iskhakov (#1805)
Added
- Add helm chart support for twilio existing secrets by @atownsend247 (#1435)
- Add web_title, web_message and web_image_url attributes to templates (1786)
Changed
- Update shift API to use a default interval value (
1) when afrequencyis set and nointervalis given - Limit number of alertmanager alerts in alert group to autoresolve by 500 (1779)
- Update schedule and personal ical exports to use final shift events
v1.2.14 (2023-04-19)
Fixed
- Fix broken documentation links by @shantanualsi (#1766)
- Fix bug when updating team access settings by @vadimkerr (#1794)
v1.2.13 (2023-04-18)
Changed
- Rework ical schedule export to include final events; also improve changing shifts sync
Fixed
- Fix issue when creating web overrides for TF schedules using a non-UTC timezone
v1.2.12 (2023-04-18)
Changed
- Move
alerts_alertgroup.is_restrictedcolumn toalerts_alertreceivechannel.restricted_atby @joeyorlando (#1770)
Added
- Add new field description_short to private api (#1698)
- Added preview and migration API endpoints for route migration from regex into jinja2 (1715)
- Helm chart: add the option to use a helm hook for the migration job (1386)
- Add endpoints to start and stop maintenance in alert receive channel private api (1755)
- Send demo alert with dynamic payload and get demo payload example on private api (1700)
- Add is_default fields to templates, remove WritableSerialiserMethodField (1759)
- Allow use of dynamic payloads in alert receive channels preview template in private api (1756)
v1.2.11 (2023-04-14)
Added
- add new columns
gcom_org_contract_type,gcom_org_irm_sku_subscription_start_date, andgcom_org_oldest_admin_with_billing_privileges_user_idtouser_management_organizationtable, plusis_restrictedcolumn toalerts_alertgrouptable by @joeyorlando and @teodosii (1522) - emit two new Django signals by @joeyorlando and @teodosii (1522)
org_sync_signalat the end of theengine/apps/user_management/sync.py::sync_organizationmethodalert_group_created_signalwhen a new Alert Group is created
v1.2.10 (2023-04-13)
Added
- Added mine filter to schedules listing
Fixed
- Fixed a bug in GForm's RemoteSelect where the value for Dropdown could not change
- Fixed the URL attached to an Incident created via the 'Declare Incident' button of a Slack alert by @sd2k (#1738)
v1.2.9 (2023-04-11)
Fixed
- Catch the new Slack error - "message_limit_exceeded"
v1.2.8 (2023-04-06)
Changed
- Allow editing assigned team via public api (1619)
- Disable mentions when resolution note is created by @iskhakov (1696)
- Display warnings on users page in a clean and consistent way by @iskhakov (#1681)
v1.2.7 (2023-04-03)
Added
- Save selected teams filter in local storage (#1611)
Changed
- Renamed routes from /incidents to /alert-groups (#1678)
Fixed
- Fix team search when filtering resources by @vadimkerr (#1680)
- Fix issue when trying to scroll in Safari (#415)
v1.2.6 (2023-03-30)
Fixed
- Fixed bug when web schedules/shifts use non-UTC timezone and shift is deleted by @matiasb (#1661)
v1.2.5 (2023-03-30)
Fixed
- Fixed a bug with Slack links not working in the plugin UI (#1671)
v1.2.4 (2023-03-30)
Added
- Added the ability to change the team for escalation chains by @maskin25, @iskhakov and @vadimkerr (#1658)
Fixed
- Addressed bug with iOS mobile push notifications always being set to critical by @imtoori and @joeyorlando (#1646)
- Fixed issue where Viewer was not able to view which people were oncall in a schedule (#999)
- Fixed a bug with syncing teams from Grafana API by @vadimkerr (#1652)
v1.2.3 (2023-03-28)
Only some minor performance/developer setup changes to report in this version.
v1.2.2 (2023-03-27)
Changed
- Drawers with Forms are not closing by clicking outside of the drawer. Only by clicking Cancel or X (by @Ukochka in #1608)
- When the
DANGEROUS_WEBHOOKS_ENABLEDenvironment variable is set to true, it's possible now to create Outgoing Webhooks using URLs without a top-level domain (by @hoptical in #1398) - Updated wording when creating an integration (by @callmehyde in #1572)
- Set FCM iOS/Android "message priority" to "high priority" for mobile app push notifications (by @joeyorlando in #1612)
- Improve schedule quality feature (by @vadimkerr in #1602)
Fixed
- Update override deletion changes to set its final duration (by @matiasb in #1599)
v1.2.1 (2023-03-23)
Changed
- Mobile app settings backend by @vadimkerr in (1571)
- Fix integrations and escalations autoselect, improve GList by @maskin25 in (1601)
- Add filters to outgoing webhooks 2 by @iskhakov in (1598)
v1.2.0 (2023-03-21)
Changed
- Add team-based filtering for resources, so that users can see multiple resources at once and link them together (1528)
v1.1.41 (2023-03-21)
Added
- Modified
check_escalation_finished_taskcelery task to use read-only databases for its query, if one is defined + make the validation logic stricter + ping a configurable heartbeat on successful completion of this task (1266)
Changed
- Updated wording throughout plugin to use 'Alert Group' instead of 'Incident' (1565, 1576)
- Check for enabled Telegram feature was added to ChatOps and to User pages (319)
- Filtering for Editors/Admins was added to rotation form. It is not allowed to assign Viewer to rotation (1124)
- Modified search behaviour on the Escalation Chains page to allow for "partial searching" (1578)
Fixed
- Fixed a few permission issues on the UI (1448)
- Fix resolution note rendering in Slack message threads where the Slack username was not being properly rendered (1561)
v1.1.40 (2023-03-16)
Fixed
- Check for duplicated positions in terraform escalation policies create/update
Added
- Add
regex_matchJinja filter (1556)
Changed
- Allow passing
nullas a value forescalation_chainwhen creating routes via the public API (1557)
v1.1.39 (2023-03-16)
Added
- Inbound email integration (837)
v1.1.38 (2023-03-14)
Added
- Add filtering by escalation chain to alert groups page (1535)
Fixed
- Improve tasks checking/triggering webhooks in new backend
v1.1.37 (2023-03-14)
Fixed
- Fixed redirection issue on integrations screen
Added
- Enable web overrides for Terraform-based schedules
- Direct user paging improvements (1358)
- Added Schedule Score quality within the schedule view (118)
v1.1.36 (2023-03-09)
Fixed
- Fix bug with override creation (1515)
v1.1.35 (2023-03-09)
Added
- Insight logs
Fixed
- Fixed issue with Alert group involved users filter
- Fixed email sending failure due to newline in title
v1.1.34 (2023-03-08)
Added
- Jinja2 based routes (1319)
Changed
- Remove mobile app feature flag (1484)
Fixed
- Prohibit creating & updating past overrides (1474)
v1.1.33 (2023-03-07)
Fixed
- Show permission error for accessing Telegram as Viewer (1273)
Changed
- Pass email and phone limits as environment variables (1219)
v1.1.32 (2023-03-01)
Fixed
v1.1.31 (2023-03-01)
Added
- Add acknowledge_signal and source link to public api
v1.1.30 (2023-03-01)
Fixed
- Fixed importing of global grafana styles (672)
- Fixed UI permission related bug where Editors could not export their user iCal link
- Fixed error when a shift is created using Etc/UTC as timezone
- Fixed issue with refresh ical file task not considering empty string values
- Schedules: Long popup does not fit screen & buttons unreachable & objects outside of the popup (1002)
- Can't scroll on integration settings page (415)
- Team change in the Integration page always causes 403 (1292)
- Schedules: Permalink doesn't work with multi-teams (940)
- Schedules list -> expanded schedule blows page width (1293)
Changed
- Moved reCAPTCHA to backend environment variable for more flexible configuration between different environments.
- Add pagination to schedule listing
- Show 100 latest alerts on alert group page (1417)
v1.1.29 (2023-02-23)
Changed
- Allow creating schedules with type "web" using public API
Fixed
- Fixed minor issue during the sync process where an HTTP 302 (redirect) status code from the Grafana instance would cause the sync to not properly finish
v1.1.28 (2023-02-23)
Fixed
- Fixed maintenance mode for Telegram and MSTeams
v1.1.27 (2023-02-22)
Added
- Added reCAPTCHA validation for requesting a mobile verification code
Changed
- Added ratelimits for phone verification
- Link to source was added
- Header of Incident page was reworked: clickable labels instead of just names, users section was deleted
- "Go to Integration" button was deleted, because the functionality was moved to clickable labels
Fixed
- Fixed HTTP request to Google where when fetching an iCal, the response would sometimes contain HTML instead of the expected iCal data
v1.1.26 (2023-02-20)
Fixed
- Make alert group filters persistent (482)
Changed
- Update phone verification error message
v1.1.25 (2023-02-20)
Fixed
- Fixed too long declare incident link in Slack
v1.1.24 (2023-02-16)
Added
Fixed
- Cleaning of the name "Incident" (704)
- Alert Group/Alert Groups naming polishing. All the names should be with capital letters
- Design polishing (1290)
- Not showing contact details in User tooltip if User does not have edit/admin access
- Updated slack link account to redirect back to user profile instead of chatops
Changed
- Incidents - Removed buttons column and replaced status with toggler (#1237)
- Responsiveness changes across multiple pages (Incidents, Integrations, Schedules) (#1237)
- Add pagination to schedule listing
v1.1.23 (2023-02-06)
Fixed
- Fix bug with email case sensitivity for ICal on-call schedules (1297)
v1.1.22 (2023-02-03)
Fixed
- Fix bug with root/dependant alert groups list api endpoint (1284)
- Fixed NPE on teams switch
Added
- Optimize alert and alert group public api endpoints and add filter by id (1274)
- Enable mobile app backend by default on OSS
v1.1.21 (2023-02-02)
Added
- Add
django-dbconn-retrylibrary toINSTALLED_APPSto attempt to alleviate occasionaldjango.db.utils.OperationalErrorerrors - Improve alerts and alert group endpoint response time in internal API with caching (1261)
- Optimize alert and alert group public api endpoints and add filter by id (1274
- Added Coming Soon for iOS on Mobile App screen
Fixed
- Fix issue on Integrations where you were redirected back once escalation chain was loaded (#1083) (#1257)
v1.1.20 (2023-01-30)
Added
- Add involved users filter to alert groups listing page (+ mine shortcut)
Changed
- Improve logging for creating contact point for Grafana Alerting integration
Fixed
- Fix bugs related to creating contact point for Grafana Alerting integration
- Fix minor UI bug on OnCall users page where it would idefinitely show a "Loading..." message
- Only show OnCall user's table to users that are authorized
- Fixed NPE in ScheduleUserDetails component (#1229)
v1.1.19 (2023-01-25)
Added
- Add Server URL below QR code for OSS for debugging purposes
- Add Slack slash command allowing to trigger a direct page via a manually created alert group
- Remove resolved and acknowledged filters as we switched to status (#1201)
- Add sync with grafana on /users and /teams api calls from terraform plugin
Changed
- Allow users with
viewerrole to fetch cloud connection status using the internal API (#1181) - When removing the Slack ChatOps integration, make it more explicit to the user what the implications of doing so are
- Improve performance of
GET /api/internal/v1/schedulesendpoint (#1169)
Fixed
- Removed duplicate API call, in the UI on plugin initial load, to
GET /api/internal/v1/alert_receive_channels - Increased plugin startup speed (#1200)
v1.1.18 (2023-01-18)
Added
- Allow messaging backends to be enabled/disabled per organization (#1151)
Changed
- Send a Slack DM when user is not in channel (#1144)
v1.1.17 (2023-01-18)
Changed
- Modified how the
Organization.is_rbac_permissions_enabledflag is set, based on whether we are dealing with an open-source, or cloud installation - Backend implementation to support direct user/schedule paging
- Changed documentation links to open in new window
- Remove helm chart signing
- Changed the user's profile modal to be wide for all tabs
Added
- Added state filter for alert_group public API endpoint.
- Enrich user tooltip on Schedule page
- Added redirects for old-style links
Fixed
- Updated typo in Helm chart values when specifying a custom Slack command name
- Fix for web schedules ical export to give overrides the right priority
- Fix for topnavbar to show initial loading inside PluginPage
v1.1.16 (2023-01-12)
Fixed
-
Minor bug fix in how the value of
Organization.is_rbac_permissions_enabledis determined -
Helm chart: default values file and documentation now reflect the correct key to set for the Slack slash command name,
oncall.slack.commandName.
v1.1.15 (2023-01-10)
Changed
- Simplify and speed up slack rendering (#1105)
- Faro - Point to 3 separate apps instead of just 1 for all environments (#1110)
- Schedules - (#1114, #1109)
Fixed
- Bugfix for topnavbar to place alerts inside PageNav (#1040)
v1.1.14 (2023-01-05)
Changed
- Change wording from "incident" to "alert group" for the Telegram integration (#1052)
- Soft-delete of organizations on stack deletion.
v1.1.13 (2023-01-04)
Added
- Integration with Grafana Faro for Cloud Instances
v1.1.12 (2023-01-03)
Fixed
- Handle jinja exceptions during alert creation
- Handle exception for slack rate limit message
v1.1.11 (2023-01-03)
Fixed
- Fix error when schedule was not able to load
- Minor fixes
v1.1.10 (2023-01-03)
Fixed
- Minor fixes
v1.1.9 (2023-01-03)
Fixed
- Alert group query optimization
- Update RBAC scopes
- Fix error when schedule was not able to load
- Minor bug fixes
v1.1.8 (2022-12-13)
Added
- Added a
makecommand,enable-mobile-app-feature-flags, which sets the backend feature flag in./dev/.env.dev, and updates a record in thebase_dynamicsettingdatabase table, which are needed to enable the mobile app backend features.
Changed
- Added ability to change engine deployment update strategy via values in helm chart.
- removed APNS support
- changed the
django-push-notificationlibrary from theiskhakovfork to thegrafanafork. This new fork basically patches an issue which affected the database migrations of this django app (previously the library would not respect theUSER_MODELsetting when creating its tables and would instead reference theauth_usertable.. which we don't want) - add
--no-cacheflag to themake buildcommand
Fixed
- fix schedule UI types and permissions
v1.1.7 (2022-12-09)
Fixed
- Update fallback role for schedule write RBAC permission
- Mobile App Verification tab in the user settings modal is now hidden for users that do not have proper permissions to use it
v1.1.6 (2022-12-09)
Added
- RBAC permission support
- Add
time_zoneserializer validation for OnCall shifts and calendar/web schedules. In addition, add database migration to update values that may be invalid - Add a
permalinks.webfield, which is a permalink to the alert group web app page, to the alert group internal/public API responses - Added the ability to customize job-migrate
ttlSecondsAfterFinishedfield in the helm chart
Fixed
- Got 500 error when saving Outgoing Webhook (#890)
- v1.0.13 helm chart - update the OnCall backend pods image pull policy to "Always" (and explicitly set tag to
latest). This should resolve some recent issues experienced where the frontend/backend versions are not aligned.
Changed
- When editing templates for alert group presentation or outgoing webhooks, errors and warnings are now displayed in the UI as notification popups or displayed in the preview.
- Errors and warnings that occur when rendering templates during notification or webhooks will now render and display the error/warning as the result.
v1.1.5 (2022-11-24)
Added
- Added a QR code in the "Mobile App Verification" tab on the user settings modal to connect the mobile application to your OnCall instance
Fixed
v1.1.4 (2022-11-23)
Fixed
- Bug fix for #882 which was causing the OnCall web calendars to not load
- Bug fix which, when installing the plugin, or after removing a Grafana API token, caused the plugin to not load properly
v1.1.3 (2022-11-22)
- Bug Fixes
Changed
- For OSS installations of OnCall, initial configuration is now simplified. When running for local development, you no
longer need to configure the plugin via the UI. This is achieved through passing one environment variable to both the
backend & frontend containers, both of which have been preconfigured for you in
docker-compose-developer.yml.- The Grafana API URL must be passed as an environment variable,
GRAFANA_API_URL, to the OnCall backend (and can be configured by updating this env var in your./dev/.env.devfile) - The OnCall API URL can optionally be passed as an environment variable,
ONCALL_API_URL, to the OnCall UI. If the environment variable is found, the plugin will "auto-configure", otherwise you will be shown a simple configuration form to provide this info.
- The Grafana API URL must be passed as an environment variable,
- For Helm installations, if you are running Grafana externally (eg.
grafana.enabledis set tofalsein yourvalues.yaml), you will now be required to specifyexternalGrafana.urlinvalues.yaml. make startwill now idempotently check to see if a "127.0.0.1 grafana" record exists in/etc/hosts(using a tool calledhostess). This is to support usinghttp://grafana:3000as theOrganization.grafana_urlin two scenarios:oncall_engine/oncall_celery->grafanaDocker container communication- public URL generation. There are some instances where
Organization.grafana_urlis referenced to generate public URLs to a Grafana plugin page. Without the/etc/hostsrecord, navigating tohttp://grafana:3000/some_pagein your browser, you would obviously get an error from your browser.
v1.1.2 (2022-11-18)
- Bug Fixes
v1.1.1 (2022-11-16)
- Compatibility with Grafana 9.3.0
- Bug Fixes
v1.0.52 (2022-11-09)
- Allow use of API keys as alternative to account auth token for Twilio
- Remove
grafana_plugin_managementDjango app - Enable new schedules UI
- Bug fixes
v1.0.51 (2022-11-05)
- Bug Fixes
v1.0.50 (2022-11-03)
- Updates to documentation
- Improvements to web schedules
- Bug fixes
v1.0.49 (2022-11-01)
- Enable SMTP email backend by default
- Fix Grafana sidebar frontend bug
v1.0.48 (2022-11-01)
- verify_number management command
- chatops page redesign
v1.0.47 (2022-11-01)
- Bug fixes
v1.0.46 (2022-10-28)
- Bug fixes
- remove
POST /api/internal/v1/custom_buttons/{id}/actionendpoint
v1.0.45 (2022-10-27)
- Bug fix to revert commit which removed unused engine code
v1.0.44 (2022-10-26)
- Bug fix for an issue that was affecting phone verification
v1.0.43 (2022-10-25)
- Bug fixes
v1.0.42 (2022-10-24)
- Fix posting resolution notes to Slack
v1.0.41 (2022-10-24)
- Add personal email notifications
- Bug fixes
v1.0.40 (2022-10-05)
- Improved database and celery backends support
- Added script to import PagerDuty users to Grafana
- Bug fixes
v1.0.39 (2022-10-03)
- Fix issue in v1.0.38 blocking the creation of schedules and webhooks in the UI
v1.0.38 (2022-09-30)
- Fix exception handling for adding resolution notes when slack and oncall users are out of sync.
- Fix all day events showing as having gaps in slack notifications
- Improve plugin configuration error message readability
- Add
telegramkey topermalinksproperty inAlertGrouppublic API response schema
v1.0.37 (2022-09-21)
- Improve API token creation form
- Fix alert group bulk action bugs
- Add
permalinksproperty toAlertGrouppublic API response schema - Scheduling system bug fixes
- Public API bug fixes
v1.0.36 (2022-09-12)
- Alpha web schedules frontend/backend updates
- Bug fixes
v1.0.35 (2022-09-07)
- Bug fixes
v1.0.34 (2022-09-06)
- Fix schedule notification spam
v1.0.33 (2022-09-06)
- Add raw alert view
- Add GitHub star button for OSS installations
- Restore alert group search functionality
- Bug fixes
v1.0.32 (2022-09-01)
- Bug fixes
v1.0.31 (2022-09-01)
- Bump celery version
- Fix oss to cloud connection
v1.0.30 (2022-08-31)
- Bug fix: check user notification policy before access
v1.0.29 (2022-08-31)
- Add arm64 docker image
v1.0.28 (2022-08-31)
- Bug fixes
v1.0.27 (2022-08-30)
- Bug fixes
v1.0.26 (2022-08-26)
- Insight log's format fixes
- Remove UserNotificationPolicy auto-recreating
v1.0.25 (2022-08-24)
- Bug fixes
v1.0.24 (2022-08-24)
- Insight logs
- Default DATA_UPLOAD_MAX_MEMORY_SIZE to 1mb
v1.0.23 (2022-08-23)
- Bug fixes
v1.0.22 (2022-08-16)
- Make STATIC_URL configurable from environment variable
v1.0.21 (2022-08-12)
- Bug fixes
v1.0.19 (2022-08-10)
- Bug fixes
v1.0.15 (2022-08-03)
- Bug fixes
v1.0.13 (2022-07-27)
- Optimize alert group list view
- Fix a bug related to Twilio setup
v1.0.12 (2022-07-26)
- Update push-notifications dependency
- Rework how absolute URLs are built
- Fix to show maintenance windows per team
- Logging improvements
- Internal api to get a schedule final events
v1.0.10 (2022-07-22)
- Speed-up of alert group web caching
- Internal api for OnCall shifts
v1.0.9 (2022-07-21)
- Frontend bug fixes & improvements
- Support regex_replace() in templates
- Bring back alert group caching and list view
v1.0.7 (2022-07-18)
- Backend & frontend bug fixes
- Deployment improvements
- Reshape webhook payload for outgoing webhooks
- Add escalation chain usage info on escalation chains page
- Improve alert group list load speeds and simplify caching system
v1.0.6 (2022-07-12)
- Manual Incidents enabled for teams
- Fix phone notifications for OSS
- Public API improvements
v1.0.5 (2022-07-06)
- Bump Django to 3.2.14
- Fix PagerDuty iCal parsing
1.0.4 (2022-06-28)
- Allow Telegram DMs without channel connection.
1.0.3 (2022-06-27)
- Fix users public api endpoint. Now it returns users with all roles.
- Fix redundant notifications about gaps in schedules.
- Frontend fixes.
1.0.2 (2022-06-17)
- Fix Grafana Alerting integration to handle API changes in Grafana 9
- Improve public api endpoint for outgoing webhooks (/actions) by adding ability to create, update and delete outgoing webhook instance
1.0.0 (2022-06-14)
- First Public Release
0.0.71 (2022-06-06)
- Initial Commit Release