Skip to content

Commit 31c17b0

Browse files
Prepare changelog for 0.58.0 (#1371)
1 parent 96b008b commit 31c17b0

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ Features:
1010
* ...
1111

1212
Bugs:
13-
* Fixed issue with generated Prometheus metric name when working with AWS namespaces which have
14-
a leading special character, like `/aws/sagemaker/TrainingJobs`
13+
* ...
1514

1615
Docs:
1716
* ...
1817

1918
Refactoring:
20-
* Refactored out the name-building part of `promutil.BuildNamespaceInfoMetrics()` and `promutil.BuildMetrics()` into `promutil.BuildMetricName()`.
19+
* ...
2120

2221
**Dependencies**
2322

@@ -29,6 +28,35 @@ Refactoring:
2928

3029
**Full Changelog**: https://github.com/...
3130

31+
# 0.58.0
32+
33+
**Bugfixes and features**
34+
35+
Features:
36+
* Simplify CloudWatch API call counters by @kgeckhart
37+
38+
Bugs:
39+
* Fixed issue with generated Prometheus metric name when working with AWS namespaces which have a leading special character, like `/aws/sagemaker/TrainingJobs` by @tristanburgess
40+
41+
Refactoring:
42+
* Add abstraction for `GetMetricsData` processing by @kgeckhart
43+
* `GetMetricData`: refactor QueryID generation and result mapping by @kgeckhart
44+
* Refactored out the name-building part of `promutil.BuildNamespaceInfoMetrics()` and `promutil.BuildMetrics()` into `promutil.BuildMetricName()` by @tristanburgess
45+
* Set initial maps size in promutil/migrate by @cristiangreco
46+
47+
**Dependencies**
48+
49+
* Bump github.com/aws/aws-sdk-go from 1.50.30 to 1.51.16
50+
* Bump github.com/prometheus/common from 0.49.0 to 0.52.2
51+
* Bump golang.org/x/sync from 0.6.0 to 0.7.0
52+
* Bump the aws-sdk-v2 group with 14 updates
53+
54+
**New contributors**
55+
56+
* @tristanburgess made their first contribution in https://github.com/nerdswords/yet-another-cloudwatch-exporter/pull/1351
57+
58+
**Full Changelog**: https://github.com/nerdswords/yet-another-cloudwatch-exporter/compare/v0.57.1...v0.58.0
59+
3260

3361
# 0.57.1
3462

0 commit comments

Comments
 (0)