Skip to content

Commit 32dd836

Browse files
authored
Release 0.2.1 (#51)
* [BUGFIX] Fix cpu and memory stats #49 Other: * Bump Go to 1.19. * Update prometheus synced files. * Bump golangci-lint version. Signed-off-by: SuperQ <superq@gmail.com>
1 parent 4f29f31 commit 32dd836

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ executors:
66
# Whenever the Go version is updated here, .promu.yml should also be updated.
77
golang:
88
docker:
9-
- image: cimg/go:1.18
9+
- image: cimg/go:1.19
1010
jobs:
1111
test:
1212
executor: golang

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Lint
2828
uses: golangci/golangci-lint-action@v3.2.0
2929
with:
30-
version: v1.45.2
30+
version: v1.50.1

.promu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
go:
22
# Whenever the Go version is updated here, .travis.yml and
33
# .circle/config.yml should also be updated.
4-
version: 1.18
4+
version: 1.19
55
repository:
66
path: github.com/prometheus-community/ecs_exporter
77
build:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1 / 2023-01-24
2+
3+
* [BUGFIX] Fix cpu and memory stats #49
4+
15
## 0.2.0 / 2022-08-02
26

37
* [BUGFIX] Fix CPU usage metrics #37

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)