Skip to content

Commit

Permalink
Prepare for release of v0.44.0-alpha (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco authored Jan 23, 2023
1 parent 59c6cbd commit fd5409f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 0.44.0-alpha

**Breaking changes**:
- Note if you use Yace as a library: this release changes the packages
and funcs exported publicly, you will need to review the imports
(although signatures are mostly unchanged)

**Bugfixes and features**:
* Refactor code into separate packages by @cristiangreco
* Refactor list of supported services and filter funcs by @cristiangreco
* Wrap debug logging to avoid expensive operations by @cristiangreco
* Fix to use length of metrics level on customNamespace by @masshash
* feat: bump helm chart by @rasta-rocket
* feat: release helm chart when Chart.yml is updated by @rasta-rocket
* Add test for configuration of services list by @cristiangreco
* GolangCI: review linters settings by @cristiangreco

**Dependencies**:
* Bump azure/setup-helm from 1 to 3
* Bump docker/setup-buildx-action from 1 to 2
* Bump docker/setup-qemu-action from 1 to 2
* Bump github.com/aws/aws-sdk-go from 1.44.175 to 1.44.182
* Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0
* Bump helm/chart-releaser-action from 1.4.1 to 1.5.0
* Bump helm/kind-action from 1.2.0 to 1.5.0

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

# 0.43.0-alpha

* add support to custom namespaces with their dimensions (by @arielly-parussulo)
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.9.0
appVersion: "v0.43.0-alpha"
version: 0.10.0
appVersion: "v0.44.0-alpha"
home: https://github.com/nerdswords/yet-another-cloudwatch-exporter
sources:
- https://github.com/nerdswords/yet-another-cloudwatch-exporter
Expand Down
2 changes: 1 addition & 1 deletion charts/yet-another-cloudwatch-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yet-another-cloudwatch-exporter

![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.43.0-alpha](https://img.shields.io/badge/AppVersion-v0.43.0--alpha-informational?style=flat-square)
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.44.0-alpha](https://img.shields.io/badge/AppVersion-v0.44.0--alpha-informational?style=flat-square)

Yet Another Cloudwatch Exporter

Expand Down

0 comments on commit fd5409f

Please sign in to comment.