File tree Expand file tree Collapse file tree 5 files changed +129
-33
lines changed Expand file tree Collapse file tree 5 files changed +129
-33
lines changed Original file line number Diff line number Diff line change 11linters :
22 enable :
3- - golint
3+ - revive
44 disable :
55 # Disable soon to deprecated[1] linters that lead to false
66 # positives when build tags disable certain files[2]
Original file line number Diff line number Diff line change 1+ ## 0.4.0 / 2022-01-15
2+
3+ * [ FEATURE] Add support for HTTP POST body content #123
4+
15## 0.3.0 / 2021-02-12
26
37:warning : Backward incompatible configuration with previous versions.
Original file line number Diff line number Diff line change 1- 0.3 .0
1+ 0.4 .0
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ require (
66 github.com/Masterminds/sprig/v3 v3.2.2
77 github.com/go-kit/log v0.2.0
88 github.com/prometheus/client_golang v1.11.0
9- github.com/prometheus/common v0.31 .1
10- github.com/prometheus/exporter-toolkit v0.6 .1
9+ github.com/prometheus/common v0.32 .1
10+ github.com/prometheus/exporter-toolkit v0.7 .1
1111 gopkg.in/alecthomas/kingpin.v2 v2.2.6
1212 gopkg.in/yaml.v2 v2.4.0
13- k8s.io/client-go v0.22.2
13+ k8s.io/client-go v0.23.1
1414)
1515
1616exclude (
You can’t perform that action at this time.
0 commit comments