From 9f3aa8a785a72b72b9c89ea9970aa8e33083d337 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 8 Jan 2025 10:10:16 -0500 Subject: [PATCH 1/2] [chore][workflow] only run for main repository (#37086) #### Description Without this change, when someone makes a PR to `main` in a fork of this repository, this [workflow fails](https://github.com/check-spelling-sandbox/opentelemetry-collector-contrib/actions/runs/12663292988) #### Testing https://github.com/check-spelling-sandbox/opentelemetry-collector-contrib/actions/runs/12663466736 Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .github/workflows/check-codeowners.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check-codeowners.yaml b/.github/workflows/check-codeowners.yaml index e80bb637062e..ba4e638e31b9 100644 --- a/.github/workflows/check-codeowners.yaml +++ b/.github/workflows/check-codeowners.yaml @@ -24,7 +24,7 @@ jobs: setup-environment: timeout-minutes: 30 runs-on: ubuntu-24.04 - if: ${{ github.actor != 'dependabot[bot]' }} + if: ${{ github.actor != 'dependabot[bot]' && github.repository == 'open-telemetry/opentelemetry-collector-contrib' }} steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 @@ -47,7 +47,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Gen githubgen tool - if: github.repository == 'open-telemetry/opentelemetry-collector-contrib' run: | make githubgen-install echo "$(go env GOPATH)/bin" >> $GITHUB_PATH From 5c38c9891d4b0e01e38c029b8b3de1405f54be8e Mon Sep 17 00:00:00 2001 From: Dmitrii Anoshin Date: Wed, 8 Jan 2025 07:38:25 -0800 Subject: [PATCH 2/2] [chore] Remove outdated links from CHANGELOG.md (#37085) to fix links checks CI job: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12662968505/job/35288769401 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c002f586e86..ae3efe22bd74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4363,7 +4363,6 @@ This release fixes CVE-2024-42368 on the `bearerauthtokenextension` (#34516) ### 🚩 Deprecations 🚩 - `humioexporter`: Humio now known as LogScale beginning with version 1.68 supports OTLP using HTTP and no longer requires a product specific exporter. (#17013) - See https://library.humio.com/humio-server/endpoints.html ### 🚀 New components 🚀 @@ -6628,7 +6627,7 @@ The OpenTelemetry Collector Contrib contains everything in the [opentelemetry-co ### 🚀 New components 🚀 -- `humio` exporter to export data to Humio using JSON over the HTTP [Ingest API](https://library.humio.com/humio-server/api-ingest.html) +- `humio` exporter to export data to Humio using JSON over the HTTP Ingest API - `udplog` receiver to receives logs from udp using the [opentelemetry-log-collection](https://github.com/open-telemetry/opentelemetry-log-collection) library - `tanzuobservability` exporter to send traces to [Tanzu Observability](https://tanzu.vmware.com/observability)