Skip to content

Commit 488362b

Browse files
committed
Add blog post and download contents for v0.27.0
1 parent 104c9d7 commit 488362b

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed

src/content/BlogPosts/blogPosts.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ description:
66
path: /blog
77

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry v0.27.0 is now available"
10+
author: "Bryan Aguilar"
11+
date: "03-Mar-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry v0.27.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
14+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
15+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.27.0"
16+
917
- title: "AWS Distro for OpenTelemetry Lambda announces removal of prometheusexporter from March 2023 release"
1018
author: "Kausik Amancherla"
1119
date: "01-March-2023"
@@ -39,7 +47,7 @@ blogs:
3947
author: "Bryan Aguilar"
4048
date: "02-Feb-2023"
4149
body:
42-
"AWS Distro for OpenTelemetry v0.25.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
50+
"AWS Distro for OpenTelemetry v0.26.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
4351
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
4452
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.26.0"
4553

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: 'AWS Distro for OpenTelemetry v0.27.0'
3+
description:
4+
This blog post is the release announcement for ADOT v0.27.0
5+
---
6+
7+
import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx"
8+
9+
<SectionSeparator />
10+
11+
[AWS Distro for OpenTelemetry (ADOT)](https://aws-otel.github.io/) v0.27.0 is now available.
12+
You can download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector) from the
13+
[Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
14+
15+
<SectionSeparator />
16+
17+
**Release Highlights**
18+
19+
* OpenTelemetry Collector [v0.71.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.71.0)
20+
* OpenTelemetry Collector [v0.72.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.72.0)
21+
22+
23+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
24+
All code changes are upstream in the respective OpenTelemetry project components.
25+
26+
**Download**
27+
28+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
29+
and you can [download the distribution](https://aws-otel.github.io/download) from
30+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.27.0).
31+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
32+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
33+
34+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
35+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
36+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
37+
questions about the distribution, features, or its components.
38+
39+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
40+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
41+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
42+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
43+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
44+
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
45+
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.

src/content/Downloads/downloads.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.27.0'
2+
releaseDate: 'March-03-2023'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.27.0'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.27.0/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
7+
18
- version: 'AWS Distro for OpenTelemetry Collector Version 0.26.1'
29
releaseDate: 'February-16-2022'
310
license: 'Apache-2.0'

0 commit comments

Comments
 (0)