Skip to content

Commit 8859997

Browse files
authored
Bumping versions for patch release v0.26.2 (#1896)
1 parent 275af00 commit 8859997

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docs/releases/v0.26.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [v0.26.2](https://github.com/aws-observability/aws-otel-collector/tree/v0.26.2) (2023-03-03)
4+
5+
[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.26.1...v0.26.2))
6+
7+
**Merged pull requests:**
8+
9+
- Updating golang.org/x/net [\#1892](https://github.com/aws-observability/aws-otel-collector/pull/1892) ([PaurushGarg](https://github.com/PaurushGarg))
10+
11+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

tools/packaging/windows/aws-otel-collector.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Product Id="EBBD8548-75D1-41D3-A402-ABE189F0C167"
44
UpgradeCode="B7C263DD-95A5-436A-A025-DCA5200C2BE3"
55
Name="ADOT Collector"
6-
Version="0.26.1"
6+
Version="0.26.2"
77
Codepage='1252'
88
Manufacturer="Amazon.com, Inc."
99
Language="1033">

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module-sets:
1616
#Github Repo for Go Multimod: https://github.com/open-telemetry/opentelemetry-go-build-tools/tree/main/multimod
1717
#Goals: Centralize all the module set into one files and use this version yaml to manage all the module set during the release.
1818
adot-base:
19-
version: v0.26.1
19+
version: v0.26.2
2020
modules:
2121
- github.com/aws-observability/aws-otel-collector
2222
- github.com/aws-observability/aws-otel-collector/pkg/lambdacomponents

0 commit comments

Comments
 (0)