Skip to content

Commit 1939f71

Browse files
authored
Merge branch 'main' into DotnetDocs
2 parents 7f92538 + 39f5e1d commit 1939f71

23 files changed

+86
-26
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v3.5.3
40+
uses: actions/checkout@v4.0.0
4141

4242
- name: Initialize CodeQL
4343
uses: github/codeql-action/init@v2

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
publish-smoke-test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3.5.3
16+
- uses: actions/checkout@v4.0.0
1717
- uses: enriikke/gatsby-gh-pages-action@v2
1818
env:
1919
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
@@ -25,7 +25,7 @@ jobs:
2525
needs: publish-smoke-test
2626
steps:
2727
- name: Checkout Smoke Test Branch
28-
uses: actions/checkout@v3.5.3
28+
uses: actions/checkout@v4.0.0
2929
with:
3030
path: smoke-test
3131
ref: smoke-test
@@ -35,7 +35,7 @@ jobs:
3535
echo $ST_LC
3636
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV
3737
- name: Checkout Published Branch
38-
uses: actions/checkout@v3.5.3
38+
uses: actions/checkout@v4.0.0
3939
with:
4040
path: published
4141
ref: gh-pages
@@ -58,7 +58,7 @@ jobs:
5858
needs: verify-smoke-test
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@v3.5.3
61+
- uses: actions/checkout@v4.0.0
6262
with:
6363
ref: gh-pages
6464
- name: merge commit push

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- ubuntu-latest
1717
- windows-latest
1818
steps:
19-
- uses: actions/checkout@v3.5.3
19+
- uses: actions/checkout@v4.0.0
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: '16'

gatsby-config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ require("dotenv").config({
55
module.exports = {
66
// pathPrefix: "/",
77
siteMetadata: {
8-
title: 'AWS Open Distro for OpenTelemetry',
9-
siteTitle: `AWS Open Distro for OpenTelemetry`,
10-
defaultTitle: `AWS Open Distro for OpenTelemetry`,
8+
title: 'AWS Distro for OpenTelemetry',
9+
siteTitle: `AWS Distro for OpenTelemetry`,
10+
defaultTitle: `AWS Distro for OpenTelemetry`,
1111
siteTitleShort: `AWS Distro OpenTelemetry`,
12-
siteDescription: `Technical documentation for AWS Open Distro for OpenTelemetry`,
12+
siteDescription: `Technical documentation for AWS Distro for OpenTelemetry`,
1313
siteAuthor: `Amazon AWS Observability`,
1414
// siteImage: `/banner.png`,
1515
siteLanguage: `en`,

src/content/Announcements/announcements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Announcements
22
description:
3-
This page contains all the latest and previous announcements for AWS Open Distro for OpenTelemetry
3+
This page contains all the latest and previous announcements for AWS Distro for OpenTelemetry
44
path: /announcements
55

66
announcements:

src/content/BlogPosts/blogPosts.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ description:
66
path: /blog
77

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry v0.33.1 and v0.32.1 are now available"
10+
author: "Pavan Sai Vasireddy"
11+
date: "18-September-2023"
12+
body:
13+
"AWS Distro for OpenTelemetry v0.33.1 and v0.32.1 are now available 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.33.1"
916

1017
- title: "AWS Distro for OpenTelemetry Java Instrumentation v1.30.0 is now available"
1118
author: "Huy Vo"
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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.

src/content/Downloads/downloads.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
- version: 'AWS Distro for OpenTelemetry Collector Version 0.33.1'
2+
releaseDate: 'September-18-2023'
3+
license: 'Apache-2.0'
4+
releaseNotesLink: 'https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.33.1'
5+
documentationLink: 'https://github.com/aws-observability/aws-otel-collector/blob/v0.33.1/README.md'
6+
downloadLink: 'https://gallery.ecr.aws/aws-observability/aws-otel-collector'
17
- version: 'AWS Distro for OpenTelemetry Collector Version 0.33.0'
28
releaseDate: 'September-07-2023'
39
license: 'Apache-2.0'

src/content/SiteContent/get-involved.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: Get Involved
22
description:
3-
This page is about how to get involved with AWS Open Distro for OpenTelemetry
3+
This page is about how to get involved with AWS Distro for OpenTelemetry
44
path: /get-involved
55

66
paragraph1:

src/pages/404.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function NotFound() {
1010
<div>
1111
<Helmet>
1212
<meta charSet="utf-8" />
13-
<title>AWS Open Distro for OpenTelemetry</title>
13+
<title>AWS Distro for OpenTelemetry</title>
1414
</Helmet>
1515
<Layout title="Page not found!">
1616
<SEO title="404: Not found" />

0 commit comments

Comments
 (0)