From 732cc9979e1b130cb1a9455a11b9dbd17fe29c67 Mon Sep 17 00:00:00 2001 From: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:17:39 -0800 Subject: [PATCH] bump version to v0.26.0 (#1809) --- VERSION | 2 +- docs/releases/v0.26.0.md | 12 ++++++++++++ tools/packaging/windows/aws-otel-collector.wxs | 2 +- versions.yaml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 docs/releases/v0.26.0.md diff --git a/VERSION b/VERSION index 5bd9725a34..eaf8bae706 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.25.0 +v0.26.0 diff --git a/docs/releases/v0.26.0.md b/docs/releases/v0.26.0.md new file mode 100644 index 0000000000..54c7ff2752 --- /dev/null +++ b/docs/releases/v0.26.0.md @@ -0,0 +1,12 @@ +# Changelog + +## [v0.26.0](https://github.com/aws-observability/aws-otel-collector/tree/v0.26.0) (2023-02-02) + +[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.25.0...v0.26.0) + +**Merged pull requests:** + +- Update windows packaging to use fixed Product ID [\#1808](https://github.com/aws-observability/aws-otel-collector/pull/1808) ([Kausik-A](https://github.com/Kausik-A)) +- Update upstream dependencies to v0.70.0 [\#1775](https://github.com/aws-observability/aws-otel-collector/pull/1775) ([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 5a68c3e9e8..6056aac690 100644 --- a/tools/packaging/windows/aws-otel-collector.wxs +++ b/tools/packaging/windows/aws-otel-collector.wxs @@ -3,7 +3,7 @@ diff --git a/versions.yaml b/versions.yaml index ddeb3c7132..df3a385fc2 100644 --- a/versions.yaml +++ b/versions.yaml @@ -16,7 +16,7 @@ module-sets: #Github Repo for Go Multimod: https://github.com/open-telemetry/opentelemetry-go-build-tools/tree/main/multimod #Goals: Centralize all the module set into one files and use this version yaml to manage all the module set during the release. adot-base: - version: v0.25.0 + version: v0.26.0 modules: - github.com/aws-observability/aws-otel-collector - github.com/aws-observability/aws-otel-collector/pkg/lambdacomponents