File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 5
5
* [ ENHANCEMENT]
6
6
* [ BUGFIX]
7
7
8
+ ## 1.4.1 / 2022-11-29
9
+
10
+ * [ BUGFIX] Fix diskstats exclude flags #2487
11
+ * [ BUGFIX] Security: Update go/x/crypto and go/x/net (CVE-2022 -27191 CVE-2022 -27664) #2488
12
+ * [ BUGFIX] Security: Update exporter-toolkit (CVE-2022 -46146) #2531
13
+
8
14
## 1.4.0 / 2022-09-24
9
15
10
16
* [ CHANGE] Merge metrics descriptions in textfile collector #2475
Original file line number Diff line number Diff line change 1
- 1.4.0
1
+ 1.4.1
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/prometheus/client_golang v1.13.0
22
22
github.com/prometheus/client_model v0.2.0
23
23
github.com/prometheus/common v0.37.0
24
- github.com/prometheus/exporter-toolkit v0.7.1
24
+ github.com/prometheus/exporter-toolkit v0.7.2
25
25
github.com/prometheus/procfs v0.8.0
26
26
github.com/safchain/ethtool v0.2.0
27
27
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+
237
237
github.com/prometheus/common v0.32.1 /go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls =
238
238
github.com/prometheus/common v0.37.0 h1:ccBbHCgIiT9uSoFY0vX8H3zsNR5eLt17/RQLUvn8pXE =
239
239
github.com/prometheus/common v0.37.0 /go.mod h1:phzohg0JFMnBEFGxTDbfu3QyL5GI8gTQJFhYO5B3mfA =
240
- github.com/prometheus/exporter-toolkit v0.7.1 h1:c6RXaK8xBVercEeUQ4tRNL8UGWzDHfvj9dseo1FcK1Y =
241
- github.com/prometheus/exporter-toolkit v0.7.1 /go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g =
240
+ github.com/prometheus/exporter-toolkit v0.7.2 h1:O7dcXagEAkXNSU6f3uXYqrhIjHArvxVeGAm0YGctino =
241
+ github.com/prometheus/exporter-toolkit v0.7.2 /go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g =
242
242
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
243
243
github.com/prometheus/procfs v0.0.2 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
244
244
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