Skip to content

Commit 2cdf9fc

Browse files
Create releases for go-control-plane (0.13.2) and envoy API (1.32.2) (#1073)
* Prepare envoy for version v1.32.2 * Prepare ratelimit for version v0.1.0 * Prepare go-control-plane for version v0.13.2 Signed-off-by: Valerian Roche <[email protected]>
1 parent 51be4de commit 2cdf9fc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

contrib/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
66

77
require (
88
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
9-
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
9+
github.com/envoyproxy/go-control-plane/envoy v1.32.2
1010
github.com/envoyproxy/protoc-gen-validate v1.1.0
1111
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
1212
google.golang.org/grpc v1.67.1

examples/dyplomat/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace (
1010

1111
require (
1212
github.com/envoyproxy/go-control-plane v0.13.0
13-
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
13+
github.com/envoyproxy/go-control-plane/envoy v1.32.2
1414
google.golang.org/grpc v1.67.1
1515
gopkg.in/yaml.v2 v2.4.0
1616
k8s.io/api v0.28.2
@@ -27,7 +27,7 @@ require (
2727
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 // indirect
2828
github.com/davecgh/go-spew v1.1.1 // indirect
2929
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
30-
github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000 // indirect
30+
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 // indirect
3131
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
3232
github.com/go-logr/logr v1.4.1 // indirect
3333
github.com/go-openapi/jsonpointer v0.19.6 // indirect

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ replace (
88
)
99

1010
require (
11-
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
12-
github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000
11+
github.com/envoyproxy/go-control-plane/envoy v1.32.2
12+
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
1313
github.com/google/go-cmp v0.6.0
1414
github.com/stretchr/testify v1.10.0
1515
go.uber.org/goleak v1.3.0

ratelimit/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
66

77
require (
8-
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
8+
github.com/envoyproxy/go-control-plane/envoy v1.32.2
99
google.golang.org/grpc v1.67.1
1010
google.golang.org/protobuf v1.35.2
1111
)

xdsmatcher/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
66

77
require (
88
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
9-
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
9+
github.com/envoyproxy/go-control-plane/envoy v1.32.2
1010
github.com/stretchr/testify v1.10.0
1111
google.golang.org/protobuf v1.35.2
1212
gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)