You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support multi-module releases in go-control-plane (#714)
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: Alec Holmes <[email protected]>
Signed-off-by: Valerian Roche <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+24-1
Original file line number
Diff line number
Diff line change
@@ -197,4 +197,27 @@ re-run all the CI tasks. Consider adding an alias into your `.gitconfig` file:
197
197
```
198
198
199
199
Once you add this alias you can issue the command `git kick-ci` and the PR
200
-
will be sent back for a retest.
200
+
will be sent back for a retest.
201
+
202
+
# Releasing
203
+
204
+
The repository is split in multiple packages, themselves using distinct versions:
205
+
- envoy API
206
+
-`github.com/envoyproxy/go-control-plane/envoy`, including envoy API generated protobuf files
207
+
-`github.com/envoyproxy/go-control-plane/contrib`, including envoy API contrib generated protobuf files
208
+
- ratelimit
209
+
-`github.com/envoyproxy/go-control-plane/ratelimit`, including generated files for envoy RLS (https://github.com/envoyproxy/ratelimit)
0 commit comments