From 32dd836712b3479544f1bdbe320eaa45694b5029 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Thu, 26 Jan 2023 11:11:05 +0100 Subject: [PATCH] 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 --- .circleci/config.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- .promu.yml | 2 +- CHANGELOG.md | 4 ++++ VERSION | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b01593e..28a60b9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 6034bcb..3da15bc 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -27,4 +27,4 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v3.2.0 with: - version: v1.45.2 + version: v1.50.1 diff --git a/.promu.yml b/.promu.yml index 463ab3d..77ad41c 100644 --- a/.promu.yml +++ b/.promu.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 70dbd74..fabb5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 0ea3a94..0c62199 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.2.1