Skip to content

Commit

Permalink
Merge pull request #571 from prometheus/beorn7/release
Browse files Browse the repository at this point in the history
Update deps and cut v1.6.1
  • Loading branch information
beorn7 authored Sep 6, 2023
2 parents fbfa3aa + 63a2ef2 commit 67b6113
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 500 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ executors:
# Whenever the Go version is updated here, .promu.yml should also be updated.
golang:
docker:
- image: cimg/go:1.20
- image: cimg/go:1.21
jobs:
test:
executor: golang
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
go:
# Whenever the Go version is updated here, .circle/config.yml should also
# be updated.
version: 1.20
version: 1.21
repository:
path: github.com/prometheus/pushgateway
build:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.1 / 2023-09-05

* [SECURITY] Build precompiled binaries with current Go version (1.21.0) to avoid known bugs in older Go versions.
* [BUGFIX] Update dependencies to pull in possibly relevant bugfixes.

## 1.6.0 / 2023-05-25

* [FEATURE] Add snappy encoding support for `/metrics` endpoint. #518
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/prometheus/pushgateway

go 1.19

require (
github.com/alecthomas/kingpin/v2 v2.3.2
github.com/go-kit/log v0.2.1
Expand All @@ -10,7 +12,7 @@ require (
github.com/prometheus/client_model v0.4.0
github.com/prometheus/common v0.44.0
github.com/prometheus/exporter-toolkit v0.10.0
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
google.golang.org/protobuf v1.31.0
)

Expand All @@ -36,5 +38,3 @@ require (
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

go 1.17
Loading

0 comments on commit 67b6113

Please sign in to comment.