We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17b1965 + 2ffec33 commit be293e1Copy full SHA for be293e1
VERSION
@@ -1 +1 @@
1
-v0.41.0
+v0.41.1
docs/releases/v0.41.1.md
@@ -0,0 +1,7 @@
+# Changelog
2
+
3
+## [v0.41.1](https://github.com/aws-observability/aws-otel-collector/tree/v0.41.1) (2024-10-15)
4
5
+[Full Changelog](https://github.com/aws-observability/aws-otel-collector/compare/v0.41.0...v0.41.1)
6
7
+* Fix environment variable substitution syntax in configuration examples (#2866)
tools/packaging/windows/aws-otel-collector.wxs
@@ -3,7 +3,7 @@
<Product Id="EBBD8548-75D1-41D3-A402-ABE189F0C167"
UpgradeCode="B7C263DD-95A5-436A-A025-DCA5200C2BE3"
Name="ADOT Collector"
-Version="0.41.0"
+Version="0.41.1"
Codepage='1252'
8
Manufacturer="Amazon.com, Inc."
9
Language="1033">
0 commit comments