[chore] add changelog entry for otel subcommand flag issue#12187
Merged
VihasMakwana merged 4 commits intoelastic:mainfrom Jan 13, 2026
Merged
[chore] add changelog entry for otel subcommand flag issue#12187VihasMakwana merged 4 commits intoelastic:mainfrom
VihasMakwana merged 4 commits intoelastic:mainfrom
Conversation
Contributor
|
This pull request does not have a backport label. Could you fix it @VihasMakwana? 🙏
|
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
ebeahan
reviewed
Jan 9, 2026
changelog/fragments/1767937335-remove-cli-flags-otel-subcommand.yaml
Outdated
Show resolved
Hide resolved
changelog/fragments/1767937335-remove-cli-flags-otel-subcommand.yaml
Outdated
Show resolved
Hide resolved
changelog/fragments/1767937335-remove-cli-flags-otel-subcommand.yaml
Outdated
Show resolved
Hide resolved
…d.yaml Co-authored-by: Eric Beahan <ebeahan@gmail.com>
cmacknz
approved these changes
Jan 12, 2026
ebeahan
approved these changes
Jan 12, 2026
mergify bot
pushed a commit
that referenced
this pull request
Jan 13, 2026
* chore: changelog * Update changelog/fragments/1767937335-remove-cli-flags-otel-subcommand.yaml Co-authored-by: Eric Beahan <ebeahan@gmail.com> * nits --------- Co-authored-by: Eric Beahan <ebeahan@gmail.com> (cherry picked from commit 9a4c1f2)
8 tasks
swiatekm
pushed a commit
that referenced
this pull request
Jan 14, 2026
* chore: changelog * Update changelog/fragments/1767937335-remove-cli-flags-otel-subcommand.yaml Co-authored-by: Eric Beahan <ebeahan@gmail.com> * nits --------- Co-authored-by: Eric Beahan <ebeahan@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.
What does this PR do?
After Blake's changes, the otel subcommand is no longer embedded and it doesn't support the elastic-agent specific flags. As a result, it errors out if any of the agent-specific flags are used.
This PR adds a change log entry for the same.
Why is it important?
Because this is a breaking change.
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
Following command will fail in 9.3 and subsequent releases:
Related issues