Skip to content

Commit

Permalink
Changes for v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DRuggeri committed Nov 29, 2023
1 parent 5fdea8d commit 14fa0b6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .release_info.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
## Breaking
- The following command line parameters are no longer available, but can stil be configured in the new `web.config.file` parameter ([with many others](https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md)):
- `web.tls.cert_file`
- `web.tls.key_file`
- `web.auth.username`

## New
- TLS and web setup is now using the [Prometheus exporter-toolkit](https://github.com/prometheus/exporter-toolkit). This enables many new options and parameters to control the listening endpoint. Thanks, @SuperQ for the PR in #13!
- The exporter should now build for `riskv64` architectures now. Thanks for the suggestion in #31, @clausecker! Note: releases are not yet provided for this architecture
- Add support for setting a port for the NUT server - see updated usage in README. Thanks for the idea in #39, @mpeter!

## Misc
- The sample dashboard now allows you to select the datasource. Thanks for #30, @paulfantom
- Fix local Dockerfile build process to avoid crashes due to libc differences. Thanks for the PR #41, @mpeter!

0 comments on commit 14fa0b6

Please sign in to comment.