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: generate Go protobufs to a module subdirectory #28041

Closed
wants to merge 1 commit into from

Commits on Jun 22, 2023

  1. api: generate Go protobufs to a module subdirectory

    Per discussion with the go-control-plane maintainers, there is a desire
    to move all the Envoy API protobufs into a new module that is distinct
    from the go-control-plane xDS APIs. This is intended to eventually allow
    users to update prodobuf definitions without requiring new releases
    of go-control-plane.
    
    This change updates the Go module path for API protobufs to
    github.com/envoyproxy/go-control-plane/proto, which will be
    an independently versioned Go module.
    
    Note that this needs a corresponding CI machinery change in the
    go-control-plane respository.
    
    Signed-off-by: James Peach <jpeach@apache.org>
    jpeach committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    44a0fed View commit details
    Browse the repository at this point in the history