Skip to content

Commit

Permalink
Release 0.4.0 (#136)
Browse files Browse the repository at this point in the history
* [FEATURE] Add support for HTTP POST body content #123

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ authored Jan 18, 2022
1 parent b585a8d commit 621139e
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
linters:
enable:
- golint
- revive
disable:
# Disable soon to deprecated[1] linters that lead to false
# positives when build tags disable certain files[2]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0 / 2022-01-15

* [FEATURE] Add support for HTTP POST body content #123

## 0.3.0 / 2021-02-12

:warning: Backward incompatible configuration with previous versions.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ require (
github.com/Masterminds/sprig/v3 v3.2.2
github.com/go-kit/log v0.2.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.31.1
github.com/prometheus/exporter-toolkit v0.6.1
github.com/prometheus/common v0.32.1
github.com/prometheus/exporter-toolkit v0.7.1
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
k8s.io/client-go v0.22.2
k8s.io/client-go v0.23.1
)

exclude (
Expand Down
Loading

0 comments on commit 621139e

Please sign in to comment.