Skip to content

Commit

Permalink
docs: automated changelog update
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Actions <[email protected]>
  • Loading branch information
GitHub Actions committed Oct 26, 2023
1 parent 3520bfc commit 9afc54e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# Changelog for 1.1.0

The following sections list the changes for 1.1.0.

## Summary

* Chg #53: Read secrets form files
* Chg #53: Integrate standard web config
* Enh #53: Integrate option pprof profiling

## Details

* Change #53: Read secrets form files

We have added proper support to load secrets like the password from files or from
base64-encoded strings. Just provide the flags or environment variables for token or private
key with a DSN formatted string like `file://path/to/file` or `base64://Zm9vYmFy`.

https://github.com/promhippie/scw_exporter/pull/53

* Change #53: Integrate standard web config

We integrated the new web config from the Prometheus toolkit which provides a configuration
for TLS support and also some basic builtin authentication. For the detailed configuration
you can check out the documentation.

https://github.com/promhippie/scw_exporter/pull/53

* Enhancement #53: Integrate option pprof profiling

We have added an option to enable a pprof endpoint for proper profiling support with the help of
tools like Parca. The endpoint `/debug/pprof` can now optionally be enabled to get the
profiling details for catching potential memory leaks.

https://github.com/promhippie/scw_exporter/pull/53


# Changelog for 1.0.0

The following sections list the changes for 1.0.0.
Expand Down

0 comments on commit 9afc54e

Please sign in to comment.