Skip to content

Releases: keephq/keep

v0.12.0

13 May 13:15
Compare
Choose a tag to compare

v0.12.0 (2024-05-13)

Chore

  • chore(api): wrap workflow upload with try catch and log (770d115)

Feature

  • feat: added naming option to workflow builder (#1169)

Co-authored-by: Tal <[email protected]> (16dcb9a)

Fix

  • fix: make name optional to prevent ui errors in workflowdto (#1171) (7b998e8)

  • fix(ui): small styling problem in workflow execution problem (7aa5b9e)

  • fix: fixed google chat provider (#1168) (1858d20)

v0.11.0

07 May 10:40
Compare
Choose a tag to compare

v0.11.0 (2024-05-07)

Feature

  • feat: add dismiss button for multiple alert choice (#1166) (79d5d20)

  • feat: support linked providers for non existing providers (#1162) (3f85727)

Fix

  • fix(ui): edit correlation group when only 1 group exists (c8d254e)

  • fix(ui): Adjust Group Condition to 1 (#1167)

Co-authored-by: Tal <[email protected]> (5309866)

v0.10.2

05 May 14:50
Compare
Choose a tag to compare

v0.10.2 (2024-05-05)

Fix

  • fix(provider): incidentmanager name and id (05bd221)

v0.10.1

05 May 13:13
Compare
Choose a tag to compare

v0.10.1 (2024-05-05)

Chore

  • chore(deps-dev): bump tqdm from 4.66.1 to 4.66.3 (#1158)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (da16daf)

  • chore(splunk): extract k8s resources (638577b)

Fix

  • fix: redundant (#1161) (34849d9)

  • fix(slack): remove overriding message in log message (8a99070)

v0.10.0

03 May 07:38
Compare
Choose a tag to compare

v0.10.0 (2024-05-03)

Chore

  • chore(logs): add logs to Slack provider (64216e4)

  • chore(deps): update posthog version to 1.130.1 (5c0a7ca)

  • chore(logs): linearb more logs to debug (da55f70)

  • chore(api): create RuleCreateDto for documentation (3759fc6)

Feature

  • feat(functions): add keep.remove_newlines func (24c31fc)

  • feat: add Redmine Provider (#1150)

Signed-off-by: Jay Kumar <[email protected]>
Co-authored-by: Shahar Glazner <[email protected]>
Co-authored-by: Tal <[email protected]> (e4ae937)

  • feat(ui): Alerts Grouping (#1061)

Signed-off-by: Tal <[email protected]>
Co-authored-by: Shahar Glazner <[email protected]>
Co-authored-by: Tal <[email protected]> (1d41a18)

Fix

  • fix(slack): log before anything else (f79c205)

  • fix(db): cascade delete when removing grouping rule (#1157)

Signed-off-by: Tal <[email protected]> (0638913)

  • fix(ui): workflow tiles to show locale time (5aebb18)

  • fix(functions): empty variables in to_utc and datetime_compare (ec716fb)

  • fix(functions): to_utc to return empty string when not a valid datetime (074562b)

  • fix(functions): aeval for list in dynamic run_mapping (088962d)

  • fix(provider): LinearB to parse services correctly (6f0e534)

  • fix(provider): LinearB to handle teams properly (9b52a00)

  • fix: stop mails (#1155) (8bac189)

  • fix(sentry): api url (#1154) (2b5021d)

  • fix(api): remove order by from get_last_alerts (#1151) (0dcfac8)

  • fix: uptimekuma provider (#1149) (8472ecf)

  • fix: uptimekuma provider (#1148) (15ec388)

v0.9.0

29 Apr 18:25
Compare
Choose a tag to compare

v0.9.0 (2024-04-29)

Feature

Fix

  • fix: revert changes on package.json (#1147) (0e801de)

  • fix: preset is deleted update the local storage (#1145) (04936fd)

v0.8.0

28 Apr 08:39
Compare
Choose a tag to compare

v0.8.0 (2024-04-28)

Feature

Co-authored-by: Shahar Glazner <[email protected]> (89587ad)

v0.7.0

27 Apr 07:54
Compare
Choose a tag to compare

v0.7.0 (2024-04-27)

Chore

  • chore(provider): signalfx handle inputs dictionary (c7f66af)

  • chore(gh): Update sync-keep-workflows.yml, disble on push.

Signed-off-by: Tal <[email protected]> (8b164a3)

Feature

  • feat: add site24X7 provider (#1143)

Signed-off-by: Jay Kumar <[email protected]>
Co-authored-by: Shahar Glazner <[email protected]> (21d0d4b)

  • feat: incident manager provider (#967)

Co-authored-by: Shahar Glazner <[email protected]>
Co-authored-by: talboren <[email protected]> (6851e45)

  • feat: add pagertree provider (#1135)

Signed-off-by: Jay Kumar <[email protected]>
Co-authored-by: Shahar Glazner <[email protected]> (f01af1c)

Fix

v0.6.0

21 Apr 07:16
Compare
Choose a tag to compare

v0.6.0 (2024-04-21)

Feature

  • feat: add last updated timestamp to mapping ui (#1115)

Signed-off-by: Tal <[email protected]>
Co-authored-by: Tal <[email protected]>
Co-authored-by: Tal <[email protected]> (ee1ea44)

  • feat(api): fingerprint in query params can override alert fingerprint (#1117) (08e7883)

v0.5.0

20 Apr 15:53
Compare
Choose a tag to compare

v0.5.0 (2024-04-20)

Feature

  • feat: added ntfy provider (#1125)

Co-authored-by: shahargl <[email protected]> (2e9b135)

Fix