Skip to content

Commit

Permalink
Prepare for release v0.45.0-alpha. (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco authored Jan 30, 2023
1 parent 8e6d666 commit ff5f141
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.45.0-alpha

**Breaking changes**:
- Note if you use Yace as a library: this release changes the signature
of `config.Load` method.

**Bugfixes and features**:
* Helm chart update to customize port name by @nikosmeds
* Clear up docs and re-organize sections by @thepalbi
* Helm: add README file template by @cristiangreco
* Config parsing: emit warning messages for invalid configs by @cristiangreco
* Pre-compile dimensions regexps for supported services by @cristiangreco
* AWS/DX: add more dimension regexps by @cristiangreco

**Dependencies**:
* Bump github.com/aws/aws-sdk-go from 1.44.182 to 1.44.189
* Bump github.com/urfave/cli/v2 from 2.23.7 to 2.24.2
* Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0

**Full Changelog**: https://github.com/nerdswords/yet-another-cloudwatch-exporter/compare/v0.44.0-alpha...v0.45.0-alpha

# 0.44.0-alpha

**Breaking changes**:
Expand Down
4 changes: 2 additions & 2 deletions charts/yet-another-cloudwatch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: yet-another-cloudwatch-exporter
description: Yet Another Cloudwatch Exporter
type: application
version: 0.10.0
appVersion: "v0.44.0-alpha"
version: 0.11.0
appVersion: "v0.45.0-alpha"
home: https://github.com/nerdswords/yet-another-cloudwatch-exporter
sources:
- https://github.com/nerdswords/yet-another-cloudwatch-exporter
Expand Down

0 comments on commit ff5f141

Please sign in to comment.