Skip to content

Commit ba08809

Browse files
committed
chore: cut v0.9.0
Also bumping to Go 1.22. Signed-off-by: Simon Pasquier <[email protected]>
1 parent 00a2255 commit ba08809

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ executors:
77
# also be updated.
88
golang:
99
docker:
10-
- image: quay.io/prometheus/golang-builder:1.21-base
10+
- image: quay.io/prometheus/golang-builder:1.22-base
1111
jobs:
1212
test:
1313
executor: golang

.promu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
go:
33
# This must match .circle/config.yml.
4-
version: 1.21
4+
version: 1.22
55
repository:
66
path: github.com/prometheus-community/prom-label-proxy
77
build:

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.0 / 2024-06-04
2+
3+
* [ENHANCEMENT] Update /api/v1/{rules,alerts} responses. #214
4+
15
## 0.8.1 / 2024-01-28
26

37
Internal change for library compatibility. No user-visible changes.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1
1+
0.9.0

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/prometheus-community/prom-label-proxy
22

3-
go 1.21
4-
5-
toolchain go1.21.9
3+
go 1.22
64

75
require (
86
github.com/efficientgo/core v1.0.0-rc.2

0 commit comments

Comments
 (0)