From 25a56393c08ae48cec54a5bd606af77c9f651aaf Mon Sep 17 00:00:00 2001 From: Raphael Philipe Mendes da Silva Date: Fri, 12 May 2023 11:34:55 -0700 Subject: [PATCH] bump version to v0.29.0 (#2068) * bump version to v0.29.0 * Apply suggestions from code review Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> --------- Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> --- VERSION | 2 +- docs/releases/v0.29.0.md | 17 +++++++++++++++++ tools/packaging/windows/aws-otel-collector.wxs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 docs/releases/v0.29.0.md diff --git a/VERSION b/VERSION index 31950dacac..91d002b8e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.28.0 +v0.29.0 diff --git a/docs/releases/v0.29.0.md b/docs/releases/v0.29.0.md new file mode 100644 index 0000000000..bd246bda2e --- /dev/null +++ b/docs/releases/v0.29.0.md @@ -0,0 +1,17 @@ +# Changelog + +## [v0.29.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.29.0) (2023-05-12) + +[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.28.0...v0.29.0) + +**Merged pull requests:** + +- Update notices for prometheus receiver [\#2053](https://github.com/aws-observability/aws-otel-collector/pull/2053) ([bryan-aguilar](https://github.com/bryan-aguilar)) +- Add new processors [\#2052](https://github.com/aws-observability/aws-otel-collector/pull/2052) ([rapphil](https://github.com/rapphil)) +- Update to use public ecr rather than dockerhub in vended templates. [\#2045](https://github.com/aws-observability/aws-otel-collector/pull/2045) ([bryan-aguilar](https://github.com/bryan-aguilar)) +- Disable pkg.translator.prometheus.NormalizeName feature gate by default [\#2044](https://github.com/aws-observability/aws-otel-collector/pull/2044) ([bryan-aguilar](https://github.com/bryan-aguilar)) +- Deprecate lambdacomponents module [\#1981](https://github.com/aws-observability/aws-otel-collector/pull/1981) ([bryan-aguilar](https://github.com/bryan-aguilar)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/tools/packaging/windows/aws-otel-collector.wxs b/tools/packaging/windows/aws-otel-collector.wxs index cfc7a85354..1692d41f59 100644 --- a/tools/packaging/windows/aws-otel-collector.wxs +++ b/tools/packaging/windows/aws-otel-collector.wxs @@ -3,7 +3,7 @@