From ff5f1413bea2301590bfe427ddad4b3448304d81 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Mon, 30 Jan 2023 18:30:10 +0000 Subject: [PATCH] Prepare for release v0.45.0-alpha. (#782) --- CHANGELOG.md | 21 +++++++++++++++++++ .../Chart.yaml | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f280be1..00501b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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**: diff --git a/charts/yet-another-cloudwatch-exporter/Chart.yaml b/charts/yet-another-cloudwatch-exporter/Chart.yaml index cc6bf753..3abc24e7 100644 --- a/charts/yet-another-cloudwatch-exporter/Chart.yaml +++ b/charts/yet-another-cloudwatch-exporter/Chart.yaml @@ -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