Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api: revert breaking change in proto #2332

Closed
wants to merge 1 commit into from

Commits on Apr 12, 2024

  1. api: revert breaking change in proto

    Commit b6d3583 introduced a breaking change in our
    protobuf API by renaming the existing stack_trace field in the kprobe message to
    kernel_stack_trace when introducing user stack traces. While a change of this nature is
    not ordinarily problematic in protocol buffer APIs, it is an issue for Tetragon
    specifically since we rely on protojson for event exports. This effectively means that
    renaming a field breaks compatibility for downstream consumers of event exports. Revert
    the rename to prevent breakages.
    
    Signed-off-by: William Findlay <[email protected]>
    willfindlay committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6ab0d82 View commit details
    Browse the repository at this point in the history