Skip to content

Commit

Permalink
Create releases for go-control-plane (0.13.2) and envoy API (1.32.2) (#…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
valerian-roche authored Dec 23, 2024
1 parent 51be4de commit 2cdf9fc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion contrib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

require (
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
github.com/envoyproxy/protoc-gen-validate v1.1.0
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
google.golang.org/grpc v1.67.1
Expand Down
4 changes: 2 additions & 2 deletions examples/dyplomat/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace (

require (
github.com/envoyproxy/go-control-plane v0.13.0
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
google.golang.org/grpc v1.67.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.28.2
Expand All @@ -27,7 +27,7 @@ require (
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000 // indirect
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
github.com/google/go-cmp v0.6.0
github.com/stretchr/testify v1.10.0
go.uber.org/goleak v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion ratelimit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

require (
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.2
)
Expand Down
2 changes: 1 addition & 1 deletion xdsmatcher/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

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

0 comments on commit 2cdf9fc

Please sign in to comment.