[chore] Update receiver/bigip deprecation changelog entry#46222
Merged
codeboten merged 4 commits intoopen-telemetry:mainfrom Feb 19, 2026
Merged
[chore] Update receiver/bigip deprecation changelog entry#46222codeboten merged 4 commits intoopen-telemetry:mainfrom
codeboten merged 4 commits intoopen-telemetry:mainfrom
Conversation
Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
codeboten
approved these changes
Feb 19, 2026
Contributor
|
An alternative would be to change the component in the chlog to |
Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
Member
Author
I feel it is better than forgetting that changelog entry into the next release. Change pushed. PTAL 👍 |
…llector-contrib into chore/bigip Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
songy23
approved these changes
Feb 19, 2026
geekdave
pushed a commit
to oso-team/opentelemetry-collector-contrib
that referenced
this pull request
Feb 20, 2026
…etry#46222) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description The bigipreceiver was removed in open-telemetry#46040. Since the CI takes a look at `*.yaml` files in the `.chloggen` directory, the CI is currently failing on all PRs because we have the deprecation entry inside the folder, and `receiver/bigip` is not a valid component anymore. This was not caught because the PR open-telemetry#46040 has the `Skip Changelog` label. I'll open an issue to have a way to handle this for deprecating components. If a better option is available, please let me know, and I can improve the PR. \cc @codeboten --------- Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The bigipreceiver was removed in #46040. Since the CI takes a look at
*.yamlfiles in the.chloggendirectory, the CI is currently failing on all PRs because we have the deprecation entry inside the folder, andreceiver/bigipis not a valid component anymore.This was not caught because the PR #46040 has the
Skip Changeloglabel.I'll open an issue to have a way to handle this for deprecating components.
If a better option is available, please let me know, and I can improve the PR.
\cc @codeboten