diff options
author | tnn <tnn@pkgsrc.org> | 2021-06-25 15:25:48 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2021-06-25 15:25:48 +0000 |
commit | bd0a8877d7e744237b6de2ba1b14d7848531adce (patch) | |
tree | a7bf6c54caa5a70fa1aedf914c70cf4f4d038805 /databases/prometheus/PLIST | |
parent | f978d8116d674faf54d10bb5e0fdf78797167c3f (diff) | |
download | pkgsrc-bd0a8877d7e744237b6de2ba1b14d7848531adce.tar.gz |
prometheus: update to 2.28.0
While here try to make updates less painful for pkgsrc developers
by automating some of the manual steps.
2.28.0 / 2021-06-21
[CHANGE] UI: Make the new experimental PromQL editor the default.
[FEATURE] Linode SD: Add Linode service discovery.
[FEATURE] HTTP SD: Add generic HTTP-based service discovery.
[FEATURE] Kubernetes SD: Allow configuring API Server access via a kubeconfig file.
[FEATURE] UI: Add exemplar display support to the graphing interface.
[FEATURE] Consul SD: Add namespace support for Consul Enterprise.
[ENHANCEMENT] Promtool: Allow silencing output when importing / backfilling data.
[ENHANCEMENT] Consul SD: Support reading tokens from file.
[ENHANCEMENT] Rules: Add a new .ExternalURL alert field templating variable, containing the external URL of the Prometheus server.
[ENHANCEMENT] Scrape: Add experimental body_size_limit scrape configuration setting to limit the allowed response body size for target scrapes.
[ENHANCEMENT] Kubernetes SD: Add ingress class name label for ingress discovery.
[ENHANCEMENT] UI: Show a startup screen with progress bar when the TSDB is not ready yet.
[ENHANCEMENT] SD: Add a target creation failure counter prometheus_target_sync_failed_total and improve target creation failure handling.
[ENHANCEMENT] TSDB: Improve validation of exemplar label set length.
[ENHANCEMENT] TSDB: Add a prometheus_tsdb_clean_start metric that indicates whether a TSDB lockfile from a previous run still existed upon startup.
[BUGFIX] UI: In the experimental PromQL editor, fix autocompletion and parsing for special float values and improve series metadata fetching.
[BUGFIX] TSDB: When merging chunks, split resulting chunks if they would contain more than the maximum of 120 samples.
[BUGFIX] SD: Fix the computation of the prometheus_sd_discovered_targets metric when using multiple service discoveries
2.27.0 / 2021-05-12
[FEATURE] Promtool: Retroactive rule evaluation functionality.
[FEATURE] Configuration: Environment variable expansion for external labels. Behind --enable-feature=expand-external-labels flag.
[FEATURE] TSDB: Add a flag(--storage.tsdb.max-block-chunk-segment-size) to control the max chunks file size of the blocks for small Prometheus instances.
[FEATURE] UI: Add a dark theme.
[FEATURE] AWS Lightsail Discovery: Add AWS Lightsail Discovery.
[FEATURE] Docker Discovery: Add Docker Service Discovery.
[FEATURE] OAuth: Allow OAuth 2.0 to be used anywhere an HTTP client is used.
[FEATURE] Remote Write: Send exemplars via remote write. Experimental and disabled by default.
[ENHANCEMENT] Digital Ocean Discovery: Add __meta_digitalocean_vpc label.
[ENHANCEMENT] Scaleway Discovery: Read Scaleway secret from a file.
[ENHANCEMENT] Scrape: Add configurable limits for label size and count.
[ENHANCEMENT] UI: Add 16w and 26w time range steps.
[ENHANCEMENT] Templating: Enable parsing strings in humanize functions.
[BUGFIX] UI: Provide errors instead of blank page on TSDB Status Page.
[BUGFIX] TSDB: Do not panic when writing very large records to the WAL.
[BUGFIX] TSDB: Avoid panic when mmaped memory is referenced after the file is closed.
[BUGFIX] Scaleway Discovery: Fix nil pointer dereference.
[BUGFIX] Consul Discovery: Restart no longer required after config update with no targets.
Diffstat (limited to 'databases/prometheus/PLIST')
-rw-r--r-- | databases/prometheus/PLIST | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/databases/prometheus/PLIST b/databases/prometheus/PLIST index ce15b053d3f..67ca595811e 100644 --- a/databases/prometheus/PLIST +++ b/databases/prometheus/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2021/04/03 18:41:31 tnn Exp $ +@comment $NetBSD: PLIST,v 1.11 2021/06/25 15:25:48 tnn Exp $ bin/prometheus bin/promtool share/examples/prometheus/console_libraries/menu.lib @@ -30,17 +30,17 @@ 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/precache-manifest.7cd392065320e04fa24e876cb0c11e0f.js +share/prometheus/static/react/precache-manifest.f0124bd2962bf40a79d388ba1dd06475.js share/prometheus/static/react/service-worker.js -share/prometheus/static/react/static/css/2.89610b22.chunk.css -share/prometheus/static/react/static/css/2.89610b22.chunk.css.map -share/prometheus/static/react/static/css/main.6d3c05e2.chunk.css -share/prometheus/static/react/static/css/main.6d3c05e2.chunk.css.map -share/prometheus/static/react/static/js/2.c17659cb.chunk.js -share/prometheus/static/react/static/js/2.c17659cb.chunk.js.LICENSE.txt -share/prometheus/static/react/static/js/2.c17659cb.chunk.js.map -share/prometheus/static/react/static/js/main.99f6e27d.chunk.js -share/prometheus/static/react/static/js/main.99f6e27d.chunk.js.map +share/prometheus/static/react/static/css/2.068d6373.chunk.css +share/prometheus/static/react/static/css/2.068d6373.chunk.css.map +share/prometheus/static/react/static/css/main.d6764694.chunk.css +share/prometheus/static/react/static/css/main.d6764694.chunk.css.map +share/prometheus/static/react/static/js/2.381592d4.chunk.js +share/prometheus/static/react/static/js/2.381592d4.chunk.js.LICENSE.txt +share/prometheus/static/react/static/js/2.381592d4.chunk.js.map +share/prometheus/static/react/static/js/main.ecce87de.chunk.js +share/prometheus/static/react/static/js/main.ecce87de.chunk.js.map share/prometheus/static/react/static/js/runtime-main.7e00e584.js share/prometheus/static/react/static/js/runtime-main.7e00e584.js.map share/prometheus/static/react/static/media/codicon.22349029.ttf |