Skip to content

Commit

Permalink
Release v0.3.0 (#79)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
SuperQ authored Oct 13, 2024
1 parent 2e2e4eb commit 39ad809
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go:
repository:
path: github.com/prometheus-community/ecs_exporter
build:
flags: -a -tags netgo
ldflags: |
-X github.com/prometheus/common/version.Version={{.Version}}
-X github.com/prometheus/common/version.Revision={{.Revision}}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.0 / 2024-10-13

* [CHANGE] Use upstream ecs-agent types for deserializing API responses #75
* [CHANGE] Update exporter boilerplate #77
* [ENHANCEMENT] Add additional metrics #53

## 0.2.1 / 2023-01-24

* [BUGFIX] Fix cpu and memory stats #49
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3.0

0 comments on commit 39ad809

Please sign in to comment.