From a035fe6abd49d1c664dbc564f712215ec8358152 Mon Sep 17 00:00:00 2001 From: Khanh Nguyen <91758108+khanhntd@users.noreply.github.com> Date: Fri, 3 Dec 2021 18:01:49 -0600 Subject: [PATCH] bump version to v0.14.2 (#780) --- .github/workflows/CI.yml | 2 +- VERSION | 2 +- docs/releases/v0.14.2.md | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 docs/releases/v0.14.2.md diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c55c41bce3..8725e73a1a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ on: push: branches: - main - - release-branch-v* + - release/v* - dev # from collector and contrib repo diff --git a/VERSION b/VERSION index 64a3b7907b..b0d2e474f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.14.1 +v0.14.2 diff --git a/docs/releases/v0.14.2.md b/docs/releases/v0.14.2.md new file mode 100644 index 0000000000..aeb712df26 --- /dev/null +++ b/docs/releases/v0.14.2.md @@ -0,0 +1,15 @@ +# Changelog + +## [v0.14.2](https://github.com/aws-observability/aws-otel-collector/tree/v0.14.2) (2021-12-03) + +[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.14.1...v0.14.2) + +**Closed issues:** + +- Labels from env is not being expanded in config [\#748](https://github.com/aws-observability/aws-otel-collector/issues/748) + +**Merged pull requests:** + +- Fix config environment variable expansion for AOT\_CONFIG\_CONTENT [\#774](https://github.com/aws-observability/aws-otel-collector/pull/774) ([jefchien](https://github.com/jefchien)) + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*