You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,42 @@ Refactoring:
28
28
29
29
**Full Changelog**: https://github.com/...
30
30
31
+
# 0.61.0
32
+
33
+
**Important news and breaking changes**
34
+
35
+
* This release adds support for AWS account aliases (by @thepalbi). If the role used by YACE has `"iam:ListAccountAliases"` permission, the account alias (if any) is added as a label to the `aws_account_info` metric.
36
+
37
+
**Bugfixes and features**
38
+
39
+
Features:
40
+
* Add AWS/EC2CapacityReservations to the services list by @luismy
41
+
* Add support for MediaPackage metrics by @theunissenne
42
+
* Add AWS/AppRunner as supported service by @fabiiw05
43
+
44
+
Bugs:
45
+
* Fix association with gwlb by @vainiusd
46
+
47
+
Refactoring:
48
+
* Add support for batching by time params by @kgeckhart
49
+
50
+
**Dependencies**
51
+
52
+
* Bump alpine from 3.19.1 to 3.20.1
53
+
* Bump github.com/aws/aws-sdk-go from 1.53.1 to 1.54.7
54
+
* Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.161.4 to 1.162.0 in the aws-sdk-v2 group
55
+
* Bump github.com/prometheus/common from 0.53.0 to 0.54.0
56
+
* Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
57
+
* Bump goreleaser/goreleaser-action from 5 to 6
58
+
* Bump the aws-sdk-v2 group
59
+
60
+
**New contributors**
61
+
62
+
*@luismy made their first contribution in https://github.com/nerdswords/yet-another-cloudwatch-exporter/pull/1341
63
+
*@fabiiw05 made their first contribution in https://github.com/nerdswords/yet-another-cloudwatch-exporter/pull/1433
0 commit comments