Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/content/BlogPosts/blogPosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ description:
path: /blog

blogs:
- title: "AWS Distro for OpenTelemetry Releases will no longer be announced in this blog"
author: "Eric Zhang"
date: "2-October-2025"
body:
"Starting October 2, 2025, AWS Distro for OpenTelemetry (ADOT) Java releases will no longer be announced on this blog.
For the latest updates and release notes, please refer to the official ADOT GitHub repository and the AWS Distro for OpenTelemetry documentation."
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-releases-no-longer-announced"

- title: "AWS Distro for OpenTelemetry EKS Add-on v0.131.0-eksbuild.1 is now available"
author: "Pavan Sai Vasireddy"
date: "02-October-2025"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: "AWS Distro for OpenTelemetry Release Announcements Update"
description: This blog post announces that future AWS Distro for OpenTelemetry releases will no longer be announced on this website
---

import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx";

<SectionSeparator />

**Important Update: Language Instrumentation Release Announcements Moving to GitHub**

Releases for AWS Distro for OpenTelemetry (ADOT) Agent for Java will no longer be announced on this website.

All new release announcements will be available directly in our [Github Releases](https://github.com/aws-observability/aws-otel-java-instrumentation/releases) page.

<SectionSeparator />

**Where to Find Release Information**

All future release information for our four supported ADOT languages will be available directly on our GitHub release pages:

- **ADOT Java Instrumentation**: [GitHub Releases](https://github.com/aws-observability/aws-otel-java-instrumentation/releases)
- **ADOT Python Instrumentation**: [GitHub Releases](https://github.com/aws-observability/aws-otel-python-instrumentation/releases)
- **ADOT .NET Instrumentation**: [GitHub Releases](https://github.com/aws-observability/aws-otel-dotnet-instrumentation/releases)
- **ADOT JavaScript Instrumentation**: [GitHub Releases](https://github.com/aws-observability/aws-otel-js-instrumentation/releases)

Our new Github release notes are updated to include comprehensive information on upstream dependency versions, new changes, and artifacts destinations.

<SectionSeparator />

**Additional Resources**

To stay involved with our AWS Distro for OpenTelemetry (ADOT) projects:

- **Watch** our GitHub repositories to receive notifications about new releases.
- File an issue in any of our ADOT repos ([Java](https://github.com/aws-observability/aws-otel-java-instrumentation/issues), [Python](https://github.com/aws-observability/aws-otel-python-instrumentation/issues), [.NET](https://github.com/aws-observability/aws-otel-dotnet-instrumentation/issues), [JavaScript](https://github.com/aws-observability/aws-otel-js-instrumentation/issues)) if you have any questions about the distribution, features, or components.
- Join the [OpenTelemetry community](https://github.com/open-telemetry) to learn about our upstream components and contribute to ongoing projects.

Thank you for using AWS Distro for OpenTelemetry!