Skip to content

Releases: plexsystems/promdoc

v0.9.0

01 Aug 15:57
Compare
Choose a tag to compare

ENHANCEMENTS

  • Build darwin/arm64 binaries for new releases (thanks @BapRx 🎉 !)
  • Added support for exporting alerts as HTML (thanks @BapRx 🎉 !)
  • Include the Expr and For fields in the output (thanks @BapRx 🎉 !)

v0.8.0

25 Nov 17:27
Compare
Choose a tag to compare

ENHANCEMENTS

  • Allow parsing of multi-document YAML files (thanks @BapRx 🎉 !)

v0.7.0

18 Jan 14:59
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add support for Kubernetes mixins (thanks @nlamirault 🎉 !)

v0.6.2

06 Sep 18:23
Compare
Choose a tag to compare

This release only reduces the file size of the produced binaries (20MB to 8MB).

Going forward, promdoc will use its own types rather than import the prom API which adds a lot of bloat to the compiled binary.

v0.6.1

06 Sep 02:28
Compare
Choose a tag to compare

v0.6.1

v0.6.0

04 Sep 23:42
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add support for both the message and description fields in the PrometheusRule manifest (thanks @nlamirault 🎉 !)

v0.5.0

03 Aug 13:58
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add an --out parameter to be able to specify the output location for the generated alerts. (Thanks @Zelinzky 🎉 !)
  • Add an optional parameter to specify which directory to look for alerts in.

v0.4.0

05 Jun 15:16
Compare
Choose a tag to compare

promdoc will now figure out which output to use based on the file extension that was passed in

v0.3.0

19 May 16:08
Compare
Choose a tag to compare
  • Add the --output flag and allow CSV as an output format

v0.2.0

13 Feb 20:38
Compare
Choose a tag to compare
  • Use the summary annotation on the PrometheusRule CRD to generate the documentation about the alert