|
| 1 | +--- |
| 2 | +title: "AWS Distro for OpenTelemetry Collector v0.33.1 and v0.32.1" |
| 3 | +description: This blog post is the release announcement for ADOT Collector v0.33.1 and v0.32.1 |
| 4 | +--- |
| 5 | + |
| 6 | +import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"; |
| 7 | + |
| 8 | +<SectionSeparator /> |
| 9 | + |
| 10 | +[AWS Distro for OpenTelemetry (ADOT)](https://aws-otel.github.io/) Collector v0.33.1 and v0.32.1 are now available. |
| 11 | +You can download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector) from the |
| 12 | +[Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery. |
| 13 | + |
| 14 | +<SectionSeparator /> |
| 15 | + |
| 16 | +# Notice |
| 17 | + |
| 18 | +AWS Distro for OpenTelemetry (ADOT) team has discovered an issue where ADOT Collector (aws-otel-collector) prints to stdout the content of the AOT_CONFIG_CONTENT environment variable, when the Collector starts up. This is a concern if that environment variable contains sensitive content. |
| 19 | +We have fixed the issue by removing the log statement to avoid exposure of sensitive content. If you are using ADOT collector, and sets its configuration through the AOT_CONFIG_CONTENT environment variable, |
| 20 | +we recommend you upgrade to either version [v0.32.1](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.32.1) or [v0.33.1](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.33.1) |
| 21 | + |
| 22 | +**Release Highlights** |
| 23 | + |
| 24 | +- Remove Logging for AOT_CONFIG_CONTENT |
| 25 | + |
| 26 | +Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases). |
| 27 | + |
| 28 | +**Download** |
| 29 | + |
| 30 | +Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/), |
| 31 | +and you can [download the distribution](https://aws-otel.github.io/download) from |
| 32 | +[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.27.1). |
| 33 | +You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector) |
| 34 | +from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery. |
| 35 | + |
| 36 | +To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution, |
| 37 | +check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html). |
| 38 | +Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any |
| 39 | +questions about the distribution, features, or its components. |
| 40 | + |
| 41 | +We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry). |
| 42 | +The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status |
| 43 | +in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about |
| 44 | +[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the |
| 45 | +[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced |
| 46 | +the distribution’s [general availability for tracing](https://aws.amazon.com/blogs/opensource/aws-distro-for-opentelemetry-is-now-ga-for-tracing/) in September 2021 |
| 47 | +and the distribution's [general availability for metrics](https://aws.amazon.com/blogs/opensource/aws-distro-for-opentelemetry-is-now-generally-available-for-metrics/) in May 2022. |
0 commit comments