Skip to content

Commit

Permalink
Release 0.2.1 (#51)
Browse files Browse the repository at this point in the history
* [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 <[email protected]>
  • Loading branch information
SuperQ authored Jan 26, 2023
1 parent 4f29f31 commit 32dd836
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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.18
- image: cimg/go:1.19
jobs:
test:
executor: golang
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Lint
uses: golangci/[email protected]
with:
version: v1.45.2
version: v1.50.1
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go:
# Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated.
version: 1.18
version: 1.19
repository:
path: github.com/prometheus-community/ecs_exporter
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.2.1 / 2023-01-24

* [BUGFIX] Fix cpu and memory stats #49

## 0.2.0 / 2022-08-02

* [BUGFIX] Fix CPU usage metrics #37
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit 32dd836

Please sign in to comment.