Skip to content

Releases: Rohland/barky

1.1.20

29 Oct 07:20
Compare
Choose a tag to compare

🔊 logs situations where it cannot acquire loop lock
🔑 add support for reading in .env.local
✨ added support coalescing kebab-case to snake-case (and vice versa) for env vars

Upgrade deps + fix for reading .yml files

23 Oct 08:35
Compare
Choose a tag to compare

⬆️ upgraded all dependencies to latest major versions
🐞 fixes issue where .yml extension wasn't supported

Slack ping + updated dependencies

21 Aug 15:16
Compare
Choose a tag to compare

⬆️ all dependencies updated
✨ slack interval now posts a short message with a link to the ongoing outage message

Screenshot_Slack_20240821_171642

Fixes web validator for object (e.g. JSON) responses

13 May 08:10
99f70bd
Compare
Choose a tag to compare
  • 🐛 fixes issue where text validation would not work on web endpoints returning JSON (see #19)

Fixes number rendering + bump deps

09 May 07:58
Compare
Choose a tag to compare
  • 🐛 fixes issue where IP addresses and other similar values emitted in messages were being parsed as numbers
  • ⬆️ bumped dependencies to latest version

Automatically validate expiring TLS certificates

15 Apr 12:50
Compare
Choose a tag to compare

This release

  • ⬆️ upgrades all dependencies to latest versions
  • 👀 Automatically turns on expiring certificate validation for all web checks (can be disabled via config)

Sumo Logic Rate Limiting

15 Apr 12:48
Compare
Choose a tag to compare

This release includes updates to avoid hitting Sumo Logic's strict rate limiting rules. An internal rate limiter governs how many concurrent requests can run per second, and how many concurrent searches can run.

Shell Support + Fixes

27 Nov 09:02
Compare
Choose a tag to compare
  • ✨added a new evaluator for shell scripts (see readme for more info)
  • ✨ rules can be configured with match filters now
  • 🐞 fixed a number of bugs relating to mute windows and alerts
  • 🐞 fixed a bug for "yesterday" when used in time windows
  • 💄 enhanced Slack messages to make things a little clearer and included resolution time with ongoing alerts when some are resolved

🔕 Add mute notifications

08 Nov 13:12
Compare
Choose a tag to compare

Barky now emits a reply via Slack + a reaction when alerts are muted. It also reacts to resolved issues.

See #3

Adds support for named period ranges

01 Nov 09:51
Compare
Choose a tag to compare

See #2

Example period formats (for evaluators such as the Sumo Logic evaluator):

  • -10m to -5m is 10 minutes ago to 5 minutes ago
  • -1h to 0h is hour ago to now
  • -1d to -1h is 24 hours ago to 1 hour ago
  • [NEW] today is from 00:00AM until now
  • [NEW] yesterday is from 00:00AM yesterday until 00:00AM today