Skip to content

Commit 8e364fb

Browse files
authored
Merge branch 'main' into change_name
2 parents 73cce39 + 8cbc1a8 commit 8e364fb

33 files changed

+820
-296
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.1.0
40+
uses: actions/checkout@v3.3.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.1.0
16+
- uses: actions/checkout@v3.3.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.1.0
28+
uses: actions/checkout@v3.3.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.1.0
38+
uses: actions/checkout@v3.3.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.1.0
61+
- uses: actions/checkout@v3.3.0
6262
with:
6363
ref: gh-pages
6464
- name: merge commit push

.github/workflows/pr.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,13 @@ jobs:
1616
- ubuntu-latest
1717
- windows-latest
1818
steps:
19-
- uses: actions/checkout@v3.1.0
19+
- uses: actions/checkout@v3.3.0
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: '16'
23+
cache: 'npm'
2324
check-latest: true
24-
- name: Get npm cache directory
25-
id: npm-cache-dir
26-
run: |
27-
echo "::set-output name=dir::$(npm config get cache)"
28-
- uses: actions/cache@v3
29-
id: npm-cache
30-
with:
31-
path: ${{ steps.npm-cache-dir.outputs.dir }}
32-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
33-
restore-keys: |
34-
${{ runner.os }}-node-
25+
3526
- run: npm ci
3627
- run: npm run build
3728
env:

src/config/sideBarData.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export const sideBarData = [
124124
{label: "AppDynamics", link: "/docs/components/otlp-exporter#appdynamics"},
125125
{label: "Datadog", link: "/docs/partners/datadog"},
126126
{label: "Dynatrace", link: "/docs/partners/dynatrace"},
127-
{label: "Grafana Labs", link: "/docs/components/otlp-exporter#grafana-labs"},
128127
{label: "Honeycomb", link: "/docs/components/otlp-exporter#honeycomb"},
129128
{label: "Lightstep", link: "/docs/components/otlp-exporter#lightstep"},
130129
{label: "Logz.io", link: "/docs/partners/logzio"},

src/content/BlogPosts/blogPosts.yaml

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

88
blogs:
9+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.25.0"
10+
author: "Bryan Aguilar"
11+
date: "11-Jan-2023"
12+
body:
13+
"ADOT Lambda Layers now distribute ADOT Collector v0.25.0 with new layers supporting AMD64 and ARM64 Lambda functions"
14+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.25.0"
15+
16+
- title: "AWS Distro for OpenTelemetry v0.25.0 is now available"
17+
author: "Paurush Garg"
18+
date: "10-Jan-2023"
19+
body:
20+
"AWS Distro for OpenTelemetry v0.25.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
21+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
22+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.25.0"
23+
24+
- title: "AWS Distro for OpenTelemetry Lambda Layers are now available with ADOT Collector v0.24.0"
25+
author: "Anthony Mirabella"
26+
date: "22-DEC-2022"
27+
body:
28+
"ADOT Lambda Layers now distribute ADOT Collector v0.24.0 with new layers supporting AMD64 and ARM64 Lambda functions"
29+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-lambda-layer-v0.24.0"
30+
- title: "ADOT for EKS add-ons announces advanced configuration for Collector deployment"
31+
author: "Eric Hsueh"
32+
date: "12-December-2022"
33+
body:
34+
"This blog post announces the addition of Collector deployment to ADOT for EKS add-ons using add-ons advanced configuration."
35+
link: "/docs/adot-eks-add-on-collector-deployment"
36+
37+
- title: "AWS Distro for OpenTelemetry v0.23.1 is now available"
38+
author: "Huy Vo"
39+
date: "09-December-2022"
40+
body:
41+
"AWS Distro for OpenTelemetry v0.23.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
42+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
43+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.23.1"
44+
45+
- title: "AWS Distro for OpenTelemetry v0.24.1 is now available"
46+
author: "Bryan Aguilar"
47+
date: "08-December-2022"
48+
body:
49+
"AWS Distro for OpenTelemetry v0.24.1 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
50+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
51+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.24.1"
52+
53+
- title: "AWS Distro for OpenTelemetry v0.24.0 is now available"
54+
author: "Bryan Aguilar"
55+
date: "01-December-2022"
56+
body:
57+
"AWS Distro for OpenTelemetry v0.24.0 is now available. You can download the latest AWS Distro for OpenTelemetry Collector image
58+
from the Amazon Elastic Container Registry (Amazon ECR) Public Gallery."
59+
link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-collector-v0.24.0"
60+
961
- title: "AWS Distro for OpenTelemetry v0.22.1 is now available"
1062
author: "Pavan Sai Vasireddy"
1163
date: "09-November-2022"
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry v0.23.1"
3+
description: This blog post is the release announcement for ADOT v0.23.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/) v0.23.1 is 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+
We are aware of a potential issue in the Go standard library prior to version 1.18.9 (CVE-2022-41717), used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.23.0 and also v0.24.0.
19+
We have prepared two new releases of the ADOT Collector, v0.24.1 and v0.23.1 using Go 1.18.9. There are no functional changes from the previous patch versions. We recommend that customers update their
20+
ADOT Collector to at least v0.23.1 or v0.24.1 at the earliest opportunity. See https://aws-otel.github.io/docs/getting-started/collector for information on deploying the ADOT Collector.
21+
22+
Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41717
23+
24+
**Release Highlights**
25+
26+
- Recompile with Go 1.18.9 to mitigate CVE-2022-41717.
27+
28+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
29+
All code changes are upstream in the respective OpenTelemetry project components.
30+
31+
**Download**
32+
33+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
34+
and you can [download the distribution](https://aws-otel.github.io/download) from
35+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.23.1).
36+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
37+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
38+
39+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
40+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
41+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
42+
questions about the distribution, features, or its components.
43+
44+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
45+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
46+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
47+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
48+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
49+
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
50+
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.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry v0.24.0"
3+
description: This blog post is the release announcement for ADOT v0.24.0
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/) v0.24.0 is 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+
**Release Highlights**
17+
18+
- [OpenTelemetry Collector v0.66.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.66.0) - [OpenTelemetry Collector Contrib v0.66.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.66.0) Due to release issues
19+
in the upstream repositories `v0.66.0` and `v0.65.0` are functionally the same.
20+
- [OpenTelemetry Collector v0.65.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.65.0) - [OpenTelemetry Collector Contrib v0.65.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.65.0)
21+
- [OpenTelemetry Collector v0.64.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.64.1)
22+
- [OpenTelemetry Collector v0.64.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.64.0) - [OpenTelemetry Collector Contrib v0.64.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.64.0)
23+
- [OpenTelemetry Collector v0.63.1](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.63.1)
24+
- [OpenTelemetry Collector v0.63.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.63.0) - [OpenTelemetry Collector Contrib v0.63.0](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/tag/v0.63.0)
25+
26+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
27+
All code changes are upstream in the respective OpenTelemetry project components.
28+
29+
**Download**
30+
31+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
32+
and you can [download the distribution](https://aws-otel.github.io/download) from
33+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.24.0).
34+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
35+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
36+
37+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
38+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
39+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
40+
questions about the distribution, features, or its components.
41+
42+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
43+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
44+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
45+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
46+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
47+
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
48+
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.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "AWS Distro for OpenTelemetry v0.24.1"
3+
description: This blog post is the release announcement for ADOT v0.24.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/) v0.24.1 is 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+
We are aware of a potential issue in the Go standard library prior to version 1.18.9 (CVE-2022-41717), used by the AWS Distribution for OpenTelemetry (ADOT) Collector up to and including v0.23.0 and also v0.24.0.
19+
We have prepared two new releases of the ADOT Collector, v0.24.1 and v0.23.1 using Go 1.18.9. There are no functional changes from the previous patch versions. We recommend that customers update their
20+
ADOT Collector to at least v0.23.1 or v0.24.1 at the earliest opportunity. See https://aws-otel.github.io/docs/getting-started/collector for information on deploying the ADOT Collector.
21+
22+
Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41717
23+
24+
**Release Highlights**
25+
26+
- Recompile with Go 1.18.9 to mitigate CVE-2022-41717.
27+
28+
Detailed release notes are on [GitHub](https://github.com/aws-observability/aws-otel-collector/releases).
29+
All code changes are upstream in the respective OpenTelemetry project components.
30+
31+
**Download**
32+
33+
Detailed technical documentation is available on the [ADOT developer site](https://aws-otel.github.io/),
34+
and you can [download the distribution](https://aws-otel.github.io/download) from
35+
[GitHub](https://github.com/aws-observability/aws-otel-collector/releases/tag/v0.24.1).
36+
You can also download the latest [ADOT Collector image](https://gallery.ecr.aws/aws-observability/aws-otel-collector)
37+
from the [Amazon Elastic Container Registry (Amazon ECR)](https://aws.amazon.com/ecr/) Public Gallery.
38+
39+
To learn more about how to use AWS Distro for OpenTelemetry (ADOT) to collect data for your observability solution,
40+
check out the hands-on [AWS Observability workshop](https://observability.workshop.aws/en/adot.html).
41+
Please file an [issue](https://github.com/aws-observability/aws-otel-community/issues) if you have any
42+
questions about the distribution, features, or its components.
43+
44+
We also welcome you to participate in the [OpenTelemetry project](https://github.com/open-telemetry).
45+
The project was [approved for incubation](https://www.cncf.io/blog/2021/08/26/opentelemetry-becomes-a-cncf-incubating-project/) status
46+
in August 2021 by the Cloud Native Computing Foundation Technical Oversight Committee (CNCF TOC). Learn more about
47+
[AWS Distro for OpenTelemetry](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/) on the
48+
[AWS Open Source Blog](https://aws.amazon.com/blogs/opensource/category/management-tools/aws-distro-for-opentelemetry/), where we announced
49+
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
50+
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.
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.25.0'
3+
description:
4+
This blog post is the release announcement for ADOT v0.25.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.25.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.68.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.68.0)
20+
* OpenTelemetry Collector [v0.67.0](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.67.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.25.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.

0 commit comments

Comments
 (0)