Releases: plexsystems/promdoc
Releases · plexsystems/promdoc
v0.9.0
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
ENHANCEMENTS
- Allow parsing of multi-document YAML files (thanks @BapRx 🎉 !)
v0.7.0
ENHANCEMENTS
- Add support for Kubernetes mixins (thanks @nlamirault 🎉 !)
v0.6.2
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.0
ENHANCEMENTS
- Add support for both the
message
and description
fields in the PrometheusRule manifest (thanks @nlamirault 🎉 !)
v0.5.0
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
promdoc will now figure out which output to use based on the file extension that was passed in
v0.3.0
- Add the
--output
flag and allow CSV as an output format
v0.2.0
- Use the
summary
annotation on the PrometheusRule CRD to generate the documentation about the alert