[Backport release-1.6] fix(telemetry): make the documented opt-out cover both collectors - #3916
Merged
Merged
Conversation
Author
|
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-3791-to-release-1.6
git worktree add --checkout .worktree/backport-3791-to-release-1.6 backport-3791-to-release-1.6
cd .worktree/backport-3791-to-release-1.6
git reset --hard HEAD^
git cherry-pick -x c3cead8f6455ea9d98804ed6902c260f6c25c744
git push --force-with-lease |
11 tasks
Andrei Kvapil (kvaps)
force-pushed
the
backport-3791-to-release-1.6
branch
from
August 20, 2026 12:27
c78ae09 to
54115cf
Compare
myasnikovdaniil
marked this pull request as ready for review
September 3, 2026 05:38
myasnikovdaniil
force-pushed
the
backport-3791-to-release-1.6
branch
from
September 3, 2026 07:04
54115cf to
b7a6acc
Compare
Backport of #3791 to release-1.6. The automated backport stopped on a conflict in packages/core/installer/values.yaml and committed the markers: the branch pins the operator at v1.6.2 while the change carried main's v1.6.0 pin alongside the new key. Resolved by keeping this branch's image and taking only the new disableTelemetry key with its comment, which is what the backport was for. Signed-off-by: Andrei Kvapil <[email protected]> Signed-off-by: Myasnikov Daniil <[email protected]>
myasnikovdaniil
force-pushed
the
backport-3791-to-release-1.6
branch
from
September 3, 2026 07:05
b7a6acc to
3bc66c7
Compare
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
Backport of #3791 to
release-1.6.