Skip to content

Commit 3013f86

Browse files
authored
Merge pull request #284 from blkperl/release_0.10.0
Release v0.10.0
2 parents c2a2f9e + bd9aeef commit 3013f86

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ executors:
88
golang:
99
docker:
1010
# Whenever the Go version is updated here, .promu.yml should also be updated.
11-
- image: cimg/go:1.20
11+
- image: cimg/go:1.21
1212

1313
jobs:
1414
test:

.promu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
go:
22
# Whenever the Go version is updated here, .circle/config.yml should also
33
# be updated.
4-
version: 1.20
4+
version: 1.21
55
repository:
66
path: github.com/prometheus/consul_exporter
77
build:
88
binaries:
99
- name: consul_exporter
1010
path: ./cmd/consul_exporter
11-
flags: -a -tags netgo
1211
ldflags: |
1312
-X github.com/prometheus/common/version.Version={{.Version}}
1413
-X github.com/prometheus/common/version.Revision={{.Revision}}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.0 / 2023-12-12
2+
3+
* [ENHANCEMENT] Add `--version` flag to print the version (#257)
4+
15
## 0.9.0 / 2022-11-29
26

37
* [SECURITY] Update Exporter Toolkit (CVE-2022-46146) #250

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

0 commit comments

Comments
 (0)