File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.5.1 / 2022-11-29
2
+
3
+ * [ SECURITY] Fix basic authentication bypass vulnerability (CVE-2022 -46146). #516
4
+
1
5
## 1.5.0 / 2022-11-24
2
6
3
7
* [ FEATURE] Add multiple listeners and systemd socket support. #512
Original file line number Diff line number Diff line change 1
- 1.5.0
1
+ 1.5.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/prometheus/client_golang v1.14.0
8
8
github.com/prometheus/client_model v0.3.0
9
9
github.com/prometheus/common v0.37.0
10
- github.com/prometheus/exporter-toolkit v0.8.1
10
+ github.com/prometheus/exporter-toolkit v0.8.2
11
11
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
12
12
gopkg.in/alecthomas/kingpin.v2 v2.2.6
13
13
)
Original file line number Diff line number Diff line change @@ -262,8 +262,8 @@ github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9
262
262
github.com/prometheus/common v0.32.1 /go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls =
263
263
github.com/prometheus/common v0.37.0 h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE =
264
264
github.com/prometheus/common v0.37.0 /go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA =
265
- github.com/prometheus/exporter-toolkit v0.8.1 h1:TpKt8z55q1zF30BYaZKqh+bODY0WtByHDOhDA2M9pEs =
266
- github.com/prometheus/exporter-toolkit v0.8.1 /go.mod h1:00shzmJL7KxcsabLWcONwpyNEuWhREOnFqZW7vadFS0 =
265
+ github.com/prometheus/exporter-toolkit v0.8.2 h1:sbJAfBXQFkG6sUkbwBun8MNdzW9+wd5YfPYofbmj0YM =
266
+ github.com/prometheus/exporter-toolkit v0.8.2 /go.mod h1:00shzmJL7KxcsabLWcONwpyNEuWhREOnFqZW7vadFS0 =
267
267
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
268
268
github.com/prometheus/procfs v0.0.2 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
269
269
github.com/prometheus/procfs v0.1.3 /go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU =
You can’t perform that action at this time.
0 commit comments