From e5231e7951ca5c863236316ec5505a9462fe7e9b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 24 Aug 2024 23:19:06 +0000 Subject: [PATCH] docs: automated changelog update Signed-off-by: GitHub Actions --- CHANGELOG.md | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a43ed..84c5161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,25 +12,27 @@ The following sections list the changes for 1.1.0. * Change #135: 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`. + 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/dockerhub_exporter/pull/135 * Change #135: 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. + 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/dockerhub_exporter/pull/135 * Enhancement #135: 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. + 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/dockerhub_exporter/pull/135 @@ -47,8 +49,8 @@ The following sections list the changes for 1.0.0. * Change #11: Refactor build tools and project structure - To have a unified project structure and build tooling we have integrated the same structure we - already got within our GitHub exporter. + To have a unified project structure and build tooling we have integrated the + same structure we already got within our GitHub exporter. https://github.com/promhippie/dockerhub_exporter/issues/11 @@ -66,15 +68,16 @@ The following sections list the changes for 0.2.0. * Change #2: Better naming for standard metrics - We named the metric to check if the exporter is working corrtly `dockerhub_valid_response` - which doesn't reflect the Prometheus standards, so we renamed it to `dockerhub_up`. + We named the metric to check if the exporter is working corrtly + `dockerhub_valid_response` which doesn't reflect the Prometheus standards, so we + renamed it to `dockerhub_up`. https://github.com/promhippie/dockerhub_exporter/issues/2 * Change #3: Enforce org or repo flag - We added some validation that makes sure that we got at least an organization or a repository - defined to make sure we always got metrics to gather. + We added some validation that makes sure that we got at least an organization or + a repository defined to make sure we always got metrics to gather. https://github.com/promhippie/dockerhub_exporter/issues/3