Skip to content

Commit

Permalink
prometheus: bump to 2.21.0
Browse files Browse the repository at this point in the history
This release is built with Go 1.15, which deprecates X.509 CommonName
in TLS certificates validation.

In the unlikely case that you use the gRPC API v2 (which is limited to TSDB
admin commands), please note that we will remove this experimental API in the
next minor release 2.22.

[CHANGE] Disable HTTP/2 because of concerns with the Go HTTP/2 client. openwrt#7588 openwrt#7701
[CHANGE] PromQL: query_log_file path is now relative to the config file. openwrt#7701
[CHANGE] Promtool: Replace the tsdb command line tool by a promtool tsdb subcommand. openwrt#6088
[CHANGE] Rules: Label rule_group_iterations metric with group name. openwrt#7823
[FEATURE] Eureka SD: New service discovery. openwrt#3369
[FEATURE] Hetzner SD: New service discovery. openwrt#7822
[FEATURE] Kubernetes SD: Support Kubernetes EndpointSlices. openwrt#6838
[FEATURE] Scrape: Add per scrape-config targets limit. openwrt#7554
[ENHANCEMENT] Support composite durations in PromQL, config and UI, e.g. 1h30m. openwrt#7713 openwrt#7833
[ENHANCEMENT] DNS SD: Add SRV record target and port meta labels. openwrt#7678
[ENHANCEMENT] Docker Swarm SD: Support tasks and service without published ports. openwrt#7686
[ENHANCEMENT] PromQL: Reduce the amount of data queried by remote read when a subquery has an offset. openwrt#7667
[ENHANCEMENT] Promtool: Add --time option to query instant command. openwrt#7829
[ENHANCEMENT] UI: Respect the --web.page-title parameter in the React UI. openwrt#7607
[ENHANCEMENT] UI: Add duration, labels, annotations to alerts page in the React UI. openwrt#7605
[ENHANCEMENT] UI: Add duration on the React UI rules page, hide annotation and labels if empty. openwrt#7606
[BUGFIX] API: Deduplicate series in /api/v1/series. openwrt#7862
[BUGFIX] PromQL: Drop metric name in bool comparison between two instant vectors. openwrt#7819
[BUGFIX] PromQL: Exit with an error when time parameters can't be parsed. openwrt#7505
[BUGFIX] Remote read: Re-add accidentally removed tracing for remote-read requests. openwrt#7916
[BUGFIX] Rules: Detect extra fields in rule files. openwrt#7767
[BUGFIX] Rules: Disallow overwriting the metric name in the labels section of recording rules. openwrt#7787
[BUGFIX] Rules: Keep evaluation timestamp across reloads. openwrt#7775
[BUGFIX] Scrape: Do not stop scrapes in progress during reload. openwrt#7752
[BUGFIX] TSDB: Fix chunks.HeadReadWriter: maxt of the files are not set error. openwrt#7856
[BUGFIX] TSDB: Delete blocks atomically to prevent corruption when there is a panic/crash during deletion. openwrt#7772
[BUGFIX] Triton SD: Fix a panic when triton_sd_config is nil. openwrt#7671
[BUGFIX] UI: Fix react UI bug with series going on and off. openwrt#7804
[BUGFIX] UI: Fix styling bug for target labels with special names in React UI. openwrt#7902
[BUGFIX] Web: Stop CMUX and GRPC servers even with stale connections, preventing the server to stop on SIGTERM. openwrt#7810

Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar authored and pprindeville committed Dec 19, 2020
1 parent 6a353f9 commit 20d2365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/prometheus/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=prometheus
PKG_VERSION:=2.20.1
PKG_VERSION:=2.21.0
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/prometheus/prometheus/tar.gz/v${PKG_VERSION}?
PKG_HASH:=d8382b4847479ffe2a968827aa97b5d3167c57ff5a89766f2d4f8c9c9f97dce6
PKG_HASH:=afafed1be631a53ada60e2b2f12cfdb51dcaee5e539fb65e9983f3276c99f5af

PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
Expand Down

0 comments on commit 20d2365

Please sign in to comment.