Skip to content
  • Alec Holmes's avatar
    51be4de3
    Support multi-module releases in go-control-plane (#714) · 51be4de3
    Alec Holmes authored
    
    
    Support multi-module releases in go-control-plane.
    From this point onward, the `go-control-plane` repository is released as multiple packages:
     - `github.com/envoyproxy/go-control-plane/envoy` and `github.com/envoyproxy/go-control-plane/contrib` are released with a version ~ matching  `github.com/envoyproxy/envoy` and should be imported to use generated go protobuf schemas
     - `github.com/envoyproxy/go-control-plane` is only versioning the `go-control-plane` core components (i.e. cache and server)
     - `github.com/envoyproxy/go-control-plane/ratelimit` and `github.com/envoyproxy/go-control-plane/xdsmatcher` are independent features versioned under their own tag
    
    Signed-off-by: default avatarAlec Holmes <alecholmez@me.com>
    Signed-off-by: default avatarValerian Roche <valerian.roche@datadoghq.com>
    Signed-off-by: default avatarMatthieu MOREL <matthieu.morel35@gmail.com>
    51be4de3
    Support multi-module releases in go-control-plane (#714)
    Alec Holmes authored
    
    
    Support multi-module releases in go-control-plane.
    From this point onward, the `go-control-plane` repository is released as multiple packages:
     - `github.com/envoyproxy/go-control-plane/envoy` and `github.com/envoyproxy/go-control-plane/contrib` are released with a version ~ matching  `github.com/envoyproxy/envoy` and should be imported to use generated go protobuf schemas
     - `github.com/envoyproxy/go-control-plane` is only versioning the `go-control-plane` core components (i.e. cache and server)
     - `github.com/envoyproxy/go-control-plane/ratelimit` and `github.com/envoyproxy/go-control-plane/xdsmatcher` are independent features versioned under their own tag
    
    Signed-off-by: default avatarAlec Holmes <alecholmez@me.com>
    Signed-off-by: default avatarValerian Roche <valerian.roche@datadoghq.com>
    Signed-off-by: default avatarMatthieu MOREL <matthieu.morel35@gmail.com>
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
Loading