Changelogs

v3.0.0

🚀

Here are the changes in this release

Features

  • New APIs for creating incidents and pushing updates. Read more here
  • Incident management is now part of the admin UI and removed from the config file.
  • The UI colors have been updated to be more muted.
  • Email Notifications for incidents using resend.
  • New Kener management portal. No monitors.yaml or site.yaml needed anymore
  • Login Page and Setup Page
  • Remove Github dependency
  • Options to disable square or dot pattern
  • Support for new languages
  • Multiple DB support (mysql, postgres, sqlite3)
  • New API reference
  • New documentation site

v2.0.0

🚀

Here are the changes in this release

Features

  • Added support for sqlite3 and removed dependency on file system
  • Added support for postgres database. Read more here
  • Added support for alerting. Read more here
  • Added color customization. Read more here
  • Added three new customizations for home page. Read more here
    • barStyle
    • barRoundness
    • summaryStyle

Migration

Kener will automatically migrate your data from file system to sqlite3. If you are using a custom domain, you need to update the site.yaml file with the new siteURL field. Read more here

v0.0.16

🚀

Here are the changes in this release

Features

  • Added support for hideURLForGet in monitors. Read more here
  • New SVG badges for LIVE status. Read more here
  • [Breaking Change] Removed dependency on Environment variable PUBLIC_KENER_FOLDER. Read more here
  • Simplified build and deploy process
  • Added support for fonts. Read more here
  • Added support for home page pattern. Read more here
  • Added support for adding your analytics provider. Read more here
  • New Documentation Site
  • Addes support for sqaures pattern in home page. Read more here
  • Redesigned the UI for better consistency
  • Embed now supports background color using a parameter bgc. Read more here
  • Now title in site.yaml is <title> and siteName is actually the name of the site. Read more here

Migration

Source

  • Move data from PUBLIC_KENER_FOLDER to /database file.
  • Move site.yaml to /config folder
  • Move monitors.yaml to /config folder

Docker

  • Use -v $(pwd)/database:/app/database and -v $(pwd)/config:/app/config in your docker run command