Skip to content

Commit f051cbf

Browse files
Prepare release 0.61.0 (#1451)
1 parent 50e0129 commit f051cbf

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,42 @@ Refactoring:
2828

2929
**Full Changelog**: https://github.com/...
3030

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
64+
65+
**Full Changelog**: https://github.com/nerdswords/yet-another-cloudwatch-exporter/compare/v0.60.0...v0.61.0
66+
3167
# 0.60.0
3268

3369
**Bugfixes and features**

0 commit comments

Comments
 (0)