From 9b73e94a90062ab866d0e140a088440797fe0afe Mon Sep 17 00:00:00 2001 From: Piotr <17101802+thampiotr@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:29:04 +0000 Subject: [PATCH] Update release instructions (#2081) --- docs/developer/release/11-update-otel.md | 13 ------------- docs/developer/release/README.md | 1 - 2 files changed, 14 deletions(-) delete mode 100644 docs/developer/release/11-update-otel.md diff --git a/docs/developer/release/11-update-otel.md b/docs/developer/release/11-update-otel.md deleted file mode 100644 index 9ff6d7b92e..0000000000 --- a/docs/developer/release/11-update-otel.md +++ /dev/null @@ -1,13 +0,0 @@ -# Update Open Telemetry Contrib - -Grafana Alloy is listed as a distribution of the OpenTelemetry Collector. If there are any new OTel components that Grafana Alloy needs to be associated with, then open a PR in [OpenTelemetry Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib) and add Alloy to the list of distributions. [Example](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/653ab064bb797ed2b4ae599936a7b9cfdad18a29/receiver/kafkareceiver/README.md?plain=1#L7) - -## Steps - -1. Determine if there are any new OTEL components by looking at the changelog. - -2. Create a PR in OpenTelemetry Contrib. - -3. Find those OTEL components in contrib and add Grafana Alloy as a distribution. - -4. Tag Juraci ([jpkrohling](https://github.com/jpkrohling)) on the PR. diff --git a/docs/developer/release/README.md b/docs/developer/release/README.md index 7f9d345e48..8167a54afe 100644 --- a/docs/developer/release/README.md +++ b/docs/developer/release/README.md @@ -41,7 +41,6 @@ responsible for ownership of the following workflows: 5. [Update Helm Charts](./8-update-helm-charts.md) 6. [Update Homebrew](./9-update-homebrew.md) 7. [Announce Release](./10-announce-release.md) -8. [Update OTEL Contrib](./11-update-otel.md) ## Patch Release Publish - latest version (`1.15.1`, `1.15.2`...) 1. [Update the "main" and "release/" branches](./3-update-version-in-code.md)