Skip to content

Commit 39ad809

Browse files
authored
Release v0.3.0 (#79)
* [CHANGE] Use upstream ecs-agent types for deserializing API responses #75 * [CHANGE] Update exporter boilerplate #77 * [ENHANCEMENT] Add additional metrics #53 Signed-off-by: SuperQ <[email protected]>
1 parent 2e2e4eb commit 39ad809

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: .promu.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go:
55
repository:
66
path: github.com/prometheus-community/ecs_exporter
77
build:
8-
flags: -a -tags netgo
98
ldflags: |
109
-X github.com/prometheus/common/version.Version={{.Version}}
1110
-X github.com/prometheus/common/version.Revision={{.Revision}}

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.0 / 2024-10-13
2+
3+
* [CHANGE] Use upstream ecs-agent types for deserializing API responses #75
4+
* [CHANGE] Update exporter boilerplate #77
5+
* [ENHANCEMENT] Add additional metrics #53
6+
17
## 0.2.1 / 2023-01-24
28

39
* [BUGFIX] Fix cpu and memory stats #49

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

0 commit comments

Comments
 (0)