Skip to content

Commit

Permalink
chore: cut v0.9.0 (#221)
Browse files Browse the repository at this point in the history
Also bumping to Go 1.22.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
  • Loading branch information
simonpasquier authored Jun 4, 2024
1 parent 291d0a2 commit cbc6f43
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
# also be updated.
golang:
docker:
- image: quay.io/prometheus/golang-builder:1.21-base
- image: quay.io/prometheus/golang-builder:1.22-base
jobs:
test:
executor: golang
Expand Down
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
go:
# This must match .circle/config.yml.
version: 1.21
version: 1.22
repository:
path: github.com/prometheus-community/prom-label-proxy
build:
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.9.0 / 2024-06-04

* [ENHANCEMENT] Update /api/v1/{rules,alerts} responses. #214

## 0.8.1 / 2024-01-28

Internal change for library compatibility. No user-visible changes.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.9.0
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/prometheus-community/prom-label-proxy

go 1.21

toolchain go1.21.9
go 1.22

require (
github.com/efficientgo/core v1.0.0-rc.2
Expand Down

0 comments on commit cbc6f43

Please sign in to comment.