Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor from 0.18.0 to 0.20.0.

Changelog

Sourced from github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor's changelog.

Releasing opentelemetry-collector-components

Optional steps

Normally the following steps are not required for releasing the components. The update of otel based on upstream is automated and should not be performed manually unless there are specific reasons for this.

  1. (optional) Open a PR to the repository to use the newly released OpenTelemetry Collector Core version by doing the following:
    • Ensure your local repository is up-to-date with upstream and create a new Git branch named release/<release-series> (e.g. release/v0.85.x)
    • Manually update core and contrib collector module versions in ../distributions/elastic-components/manifest.yaml
    • Manually update the version to be released in the versions.yaml file
    • Run make genelasticcol
    • Commit the changes
    • Run make update-otel OTEL_VERSION=vX.Y.Z OTEL_STABLE_VERSION=vA.B.C
      • If there is no new stable version released in the core collector, use the current stable module version in contrib as OTEL_STABLE_VERSION.
    • If you were unable to run make update-otel before releasing core, fix any errors from breaking changes.
    • Commit the changes
    • Open the PR 🛑 Do not move forward until this PR is merged. 🛑

Create the new tags

  1. Bump up the module-sets.edit-base.version in versions.yaml i.e. from v0.20.0 to v0.21.0

    🛑 Cross check latest version used by EDOT and https://github.com/elastic/opentelemetry-collector-components/tags 🛑

  2. Tag the module groups with the new release version by running:

    ⚠️ If you set your remote using https, you need to include REMOTE=https://github.com/elastic/opentelemetry-collector-components.git in each command. ⚠️

    • Run make push-tags.

    If you encounter an error when running make push-tags like:

    Load key "~/.ssh/id_ed25519": incorrect passphrase supplied to decrypt private key error: unable to sign the tag
    

    It’s likely because Git is trying to sign a tag using an SSH key that requires a passphrase.

    ✅ Solution: Run the following commands to decrypt your SSH key and make it available for Git tag signing:

    eval "$(ssh-agent -s)"
    ssh-add <YOUR_SSH/GPG_KEY_PATH>
    make push-tags

... (truncated)

Commits
  • a5abfab chore(deps): bump github.com/elastic/opentelemetry-lib (#855)
  • 764ee5b chore(deps): bump github.com/elastic/opentelemetry-lib (#858)
  • 602a655 chore(deps): bump the otel-dependencies group across 20 directories with 49 u...
  • 7ed710e Allow dynamic limiter to scale ingest rate below static limit (#851)
  • 0cb3e9a chore(deps): bump github.com/elastic/opentelemetry-lib (#857)
  • b7bdeec chore(deps): bump github.com/elastic/opentelemetry-lib (#856)
  • a673657 chore(deps): bump github.com/elastic/opentelemetry-lib (#854)
  • 90375f4 chore(deps): bump github.com/elastic/apm-data (#840)
  • 179647f chore(deps): bump elastic/oblt-actions from 1.33.5 to 1.33.6 (#853)
  • b21c7a4 [receiver/elasticapmintake] Fix APM error http semconv translations (#849)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…ts/processor/elasticinframetricsprocessor

Bumps [github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor](https://github.com/elastic/opentelemetry-collector-components) from 0.18.0 to 0.20.0.
- [Release notes](https://github.com/elastic/opentelemetry-collector-components/releases)
- [Changelog](https://github.com/elastic/opentelemetry-collector-components/blob/main/docs/release.md)
- [Commits](elastic/opentelemetry-collector-components@processor/elasticinframetricsprocessor/v0.18.0...receiver/loadgenreceiver/v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automation backport-active-all Automated backport with mergify to all the active branches skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team labels Oct 24, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 24, 2025 21:04
@dependabot dependabot bot added skip-changelog backport-active-all Automated backport with mergify to all the active branches labels Oct 24, 2025
@dependabot dependabot bot requested review from pchila and ycombinator October 24, 2025 21:04
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@ycombinator ycombinator enabled auto-merge (squash) October 24, 2025 22:11
@ycombinator ycombinator merged commit d527583 into main Oct 25, 2025
12 checks passed
@ycombinator ycombinator deleted the dependabot/go_modules/github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor-0.20.0 branch October 25, 2025 00:13
@github-actions
Copy link
Contributor

@Mergifyio backport 8.19 9.0 9.1 9.2

@elasticmachine
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

@mergify
Copy link
Contributor

mergify bot commented Oct 25, 2025

mergify bot pushed a commit that referenced this pull request Oct 25, 2025
…ts/processor/elasticinframetricsprocessor from 0.18.0 to 0.20.0 (#10829)

* build(deps): bump github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor

Bumps [github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor](https://github.com/elastic/opentelemetry-collector-components) from 0.18.0 to 0.20.0.
- [Release notes](https://github.com/elastic/opentelemetry-collector-components/releases)
- [Changelog](https://github.com/elastic/opentelemetry-collector-components/blob/main/docs/release.md)
- [Commits](elastic/opentelemetry-collector-components@processor/elasticinframetricsprocessor/v0.18.0...receiver/loadgenreceiver/v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update NOTICE.txt and/or NOTICE-fips.txt

* Update otel README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d527583)

# Conflicts:
#	go.mod
#	go.sum
mergify bot pushed a commit that referenced this pull request Oct 25, 2025
…ts/processor/elasticinframetricsprocessor from 0.18.0 to 0.20.0 (#10829)

* build(deps): bump github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor

Bumps [github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor](https://github.com/elastic/opentelemetry-collector-components) from 0.18.0 to 0.20.0.
- [Release notes](https://github.com/elastic/opentelemetry-collector-components/releases)
- [Changelog](https://github.com/elastic/opentelemetry-collector-components/blob/main/docs/release.md)
- [Commits](elastic/opentelemetry-collector-components@processor/elasticinframetricsprocessor/v0.18.0...receiver/loadgenreceiver/v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update NOTICE.txt and/or NOTICE-fips.txt

* Update otel README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d527583)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	go.sum
#	internal/pkg/otel/README.md
mergify bot pushed a commit that referenced this pull request Oct 25, 2025
…ts/processor/elasticinframetricsprocessor from 0.18.0 to 0.20.0 (#10829)

* build(deps): bump github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor

Bumps [github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor](https://github.com/elastic/opentelemetry-collector-components) from 0.18.0 to 0.20.0.
- [Release notes](https://github.com/elastic/opentelemetry-collector-components/releases)
- [Changelog](https://github.com/elastic/opentelemetry-collector-components/blob/main/docs/release.md)
- [Commits](elastic/opentelemetry-collector-components@processor/elasticinframetricsprocessor/v0.18.0...receiver/loadgenreceiver/v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update NOTICE.txt and/or NOTICE-fips.txt

* Update otel README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d527583)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	go.mod
#	go.sum
#	internal/pkg/otel/README.md
mergify bot pushed a commit that referenced this pull request Oct 25, 2025
…ts/processor/elasticinframetricsprocessor from 0.18.0 to 0.20.0 (#10829)

* build(deps): bump github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor

Bumps [github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor](https://github.com/elastic/opentelemetry-collector-components) from 0.18.0 to 0.20.0.
- [Release notes](https://github.com/elastic/opentelemetry-collector-components/releases)
- [Changelog](https://github.com/elastic/opentelemetry-collector-components/blob/main/docs/release.md)
- [Commits](elastic/opentelemetry-collector-components@processor/elasticinframetricsprocessor/v0.18.0...receiver/loadgenreceiver/v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update NOTICE.txt and/or NOTICE-fips.txt

* Update otel README.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
(cherry picked from commit d527583)

# Conflicts:
#	go.mod
#	go.sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation backport-active-all Automated backport with mergify to all the active branches skip-changelog Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants