Skip to content

v0.4.12

Latest

Choose a tag to compare

@OtezVikentiy OtezVikentiy released this 12 Aug 20:21
· 6 commits to main since this release

Covers v0.4.11 (docs-only, unreleased) and v0.4.12.

Added

  • Operator tier for project teams. Project team members can now run day-to-day monitoring - monitors (create, edit, pause/resume, delete), the heartbeat ping token, maintenance windows, status-page content, issue alert rules and metric alerts - without being promoted to organization admin. Alert channels stay owner/admin only: a channel's recipient and secret (bot token, SMTP address, webhook URL) are credentials, not an operational setting; team members see the channel list and delivery log with recipients masked. Status-page publication and project/org settings remain owner/admin only.
  • Monitor header values (e.g. an Authorization header on an HTTP check) are now encrypted at rest, the same way alert-channel secrets already were.
  • "Copy" button on event pages: one click copies the event context to the clipboard as Markdown or plain text.

Changed

  • A status page's public address is now an immutable opaque key (/status/p_...) instead of a human-chosen slug. Instance-wide slugs let anyone probe whether a name was taken by another organization and let short names get squatted; the key removes both. Existing /status/<slug> links keep working via a 301 redirect. The page's public name is now its title.

Fixed

  • Ingest: memory protection while ClickHouse is idle, honest queue/quota accounting, and per-org attribution of writer-buffer drops.
  • Alerts/notifications: a corrupted channel secret is no longer treated as live, and alerts are no longer lost on that path.
  • Uptime: monitor header handling, maintenance windows and uptime consensus fixes.
  • OAuth provisioning no longer drops the invitation when LinkIdentity fails mid-flow.

Docs

  • SDK section now covers the CMS extension family: WordPress, Joomla, 1C-Bitrix, Drupal, OpenCart, MODX Revolution, plus SaaS site builders (Tilda).
  • Installation guide restructured by OS family; AlmaLinux/RHEL instructions (dnf, firewalld, systemctl), the podman-docker pitfall, and a "download without git" path.
  • Team/permissions, privacy and configuration docs synced with the new operator tier (EN/RU).
  • README: OpenSSF Best Practices (passing) badge.

Full Changelog: v0.4.10...v0.4.12