diff options
author | adam <adam@pkgsrc.org> | 2022-12-06 16:26:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-12-06 16:26:40 +0000 |
commit | 76858081b33e24ee284edf399e36f5b45ff376fb (patch) | |
tree | 4b6a54a30ff20fc5f68cd56d14e215b31ed16755 /databases/prometheus/PLIST | |
parent | 8315eaf30fd8f60ccf18ae709e4a97d6eb514108 (diff) | |
download | pkgsrc-76858081b33e24ee284edf399e36f5b45ff376fb.tar.gz |
prometheus: updated to 2.40.5
2.40.5 / 2022-12-01
[BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators.
2.40.4 / 2022-11-29
[SECURITY] Fix basic authentication bypass vulnerability (CVE-2022-46146).
2.40.3 / 2022-11-23
[BUGFIX] TSDB: Fix compaction after a deletion is called.
2.40.2 / 2022-11-16
[BUGFIX] UI: Fix black-on-black metric name color in dark mode.
2.40.1 / 2022-11-09
[BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture.
[BUGFIX] Scrape: Fix accept headers.
2.40.0 / 2022-11-08
This release introduces an experimental, native way of representing and storing histograms.
It can be enabled in Prometheus via --enable-feature=native-histograms to accept native histograms.
Enabling native histograms will also switch the preferred exposition format to protobuf.
To instrument your application with native histograms, use the v1.14.0 or later of client_golang and set the NativeHistogramBucketFactor in your HistogramOpts (1.1 is a good starting point).
Your existing histograms won't switch to native histograms until NativeHistogramBucketFactor is set.
[FEATURE] Add experimental support for native histograms. Enable with the flag --enable-feature=native-histograms.
[FEATURE] SD: Add service discovery for OVHcloud.
[ENHANCEMENT] Kubernetes SD: Use protobuf encoding.
[ENHANCEMENT] TSDB: Use golang.org/x/exp/slices for improved sorting speed.
[ENHANCEMENT] Consul SD: Add enterprise admin partitions. Adds __meta_consul_partition label. Adds partition config in consul_sd_config.
[BUGFIX] API: Fix API error codes for /api/v1/labels and /api/v1/series.
Diffstat (limited to 'databases/prometheus/PLIST')
-rw-r--r-- | databases/prometheus/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/prometheus/PLIST b/databases/prometheus/PLIST index 806ff5adff0..c5c4d9c6eb8 100644 --- a/databases/prometheus/PLIST +++ b/databases/prometheus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2022/07/21 19:12:58 tnn Exp $ +@comment $NetBSD: PLIST,v 1.16 2022/12/06 16:26:40 adam Exp $ bin/prometheus bin/promtool share/examples/prometheus/console_libraries/menu.lib @@ -17,11 +17,11 @@ share/prometheus/static/react/asset-manifest.json share/prometheus/static/react/favicon.ico share/prometheus/static/react/index.html share/prometheus/static/react/manifest.json -share/prometheus/static/react/static/css/main.ec237bfc.css -share/prometheus/static/react/static/css/main.ec237bfc.css.map -share/prometheus/static/react/static/js/main.4716abbc.js -share/prometheus/static/react/static/js/main.4716abbc.js.LICENSE.txt -share/prometheus/static/react/static/js/main.4716abbc.js.map +share/prometheus/static/react/static/css/main.e64b9629.css +share/prometheus/static/react/static/css/main.e64b9629.css.map +share/prometheus/static/react/static/js/main.4b3d0916.js +share/prometheus/static/react/static/js/main.4b3d0916.js.LICENSE.txt +share/prometheus/static/react/static/js/main.4b3d0916.js.map share/prometheus/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf share/prometheus/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs share/prometheus/static/react/static/media/prometheus_logo_grey.3cf697e5443028ca5e5255b93c7906c5.svg |