We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db36eb + 7861a8d commit c87f22fCopy full SHA for c87f22f
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 0.13.0 / 2026-06-21
2
+
3
+* [FEATURE] Add the `-insecure-skip-verify` flag to bypass the TLS verification of the upstream server. #335
4
+* [FEATURE] Add the `-upstream-ca-cert` flag to provide the Certificate Authority's certificate of the upstream server. #340
5
+* [FEATURE] Add the `-enable-promql-extended-range-selectors` flag to support extended range selectors in PromQL expressions. #358
6
+* [FEATURE] Add the `-enable-promql-binop-fill-modifiers` flag to support binary operation fill modifiers in PromQL expressions. #358
7
8
## 0.12.1 / 2025-09-11
9
10
* [BUGFIX] Don't panic on `error-on-replace` with multiple values. #300
VERSION
@@ -1 +1 @@
-0.12.1
+0.13.0
0 commit comments