Kuvasz Versions Save

Kuvasz (pronounce as [ˈkuvɒs]) is an open-source uptime and SSL monitoring service, built in Kotlin on top of the awesome Micronaut framework

1.1.0

2 years ago

What's Changed

  • Upgrade tooling & dependencies
  • Upgrade Micronaut to 3.x.x
  • This version is identical to 1.0.2 regarding interfaces and internal behavior

Full Changelog: https://github.com/kuvasz-uptime/kuvasz/compare/1.0.2...1.1.0

Docker images:

  • With a native binary: kuvaszmonitoring/kuvasz:1.1.0-native
  • With a JVM application: kuvaszmonitoring/kuvasz:1.1.0

1.0.2

3 years ago

Changelog

  • Fixed a bug regarding jOOQ's transaction handling #50
  • Upgraded dependencies
  • Excluded /health endpoint from HTTP communication logs

Docker images:

  • With a native binary: kuvaszmonitoring/kuvasz:1.0.2-native
  • With a JVM application: kuvaszmonitoring/kuvasz:1.0.2

1.0.1

3 years ago

Changelog

  • Fixed a bug in SSL validation logic (there was an issue with the checking of alternative names)

Docker images:

  • With a native binary: kuvaszmonitoring/kuvasz:1.0.1-native
  • With a JVM application: kuvaszmonitoring/kuvasz:1.0.1

1.0.0

3 years ago

Changelog

  • Added PagerDuty integration with automatic incident resolution
  • Exposed uptime and SSL events of a given monitor on the API
  • Upgraded dependencies

Docker images:

  • With a native binary: kuvaszmonitoring/kuvasz:1.0.0-native
  • With a JVM application: kuvaszmonitoring/kuvasz:1.0.0

1.0.0-rc4

3 years ago

Changelog

  • Upgraded dependencies
  • Fixed an example in the docs

1.0.0-rc3

3 years ago

Changelog

  • Upgraded Micronaut to 2.1.0 and Kotlin to 1.4.10

1.0.0-rc2

3 years ago

Changelog

  • Exposed uptime and SSL events of a given monitor on the API

1.0.0-rc

3 years ago

Changelog

  • Added PagerDuty integration with automatic incident resolution

0.6.0

3 years ago

Changelog

  • Added support for SSL certificate checks

Docker images

0.5.0

3 years ago

Changelog

  • Added Telegram integration (thanks @pollend for your great contribution 😉)