Skip to content

Commit e4580d7

Browse files
committed
bump: gateway-proto to v0.20.0
This is an automated commit created by GitHub Actions workflow, in the gateway-proto repository. Co-authored-by: Sergei Lukianov <[email protected]> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Sergei Lukianov <[email protected]>
1 parent 8430388 commit e4580d7

File tree

6 files changed

+149
-341
lines changed

6 files changed

+149
-341
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/onsi/ginkgo/v2 v2.27.3
1212
github.com/onsi/gomega v1.38.3
1313
github.com/stretchr/testify v1.11.1
14-
go.githedgehog.com/gateway-proto v0.19.0
14+
go.githedgehog.com/gateway-proto v0.20.0
1515
google.golang.org/grpc v1.77.0
1616
google.golang.org/protobuf v1.36.11
1717
k8s.io/api v0.33.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
155155
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
156156
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
157157
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
158-
go.githedgehog.com/gateway-proto v0.19.0 h1:iPXTERO2Qy6UAWsWLx6d8kLEiypbZUm4gMr7SbKc5uc=
159-
go.githedgehog.com/gateway-proto v0.19.0/go.mod h1:ONOQIX4e9SyBm+Qd31yxO+qOwWIQJGaA2a+ARo3UuC4=
158+
go.githedgehog.com/gateway-proto v0.20.0 h1:u3yqRlBcNZmG8paa07BdZ6T7hHrqlfDYd85McGwWpyI=
159+
go.githedgehog.com/gateway-proto v0.20.0/go.mod h1:e8HsKNXk2Aat+i9RAvO/wKIDivF6RldO2f2u6QiyjSg=
160160
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
161161
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
162162
go.opentelemetry.io/otel v1.38.0 h1:RkfdswUDRimDg0m2Az18RKOsnI8UDzppJAtj01/Ymk8=

pkg/agent/dataplane.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,7 @@ func buildDataplaneConfig(ag *gwintapi.GatewayAgent) (*dataplane.GatewayConfig,
255255
return &dataplane.GatewayConfig{
256256
Generation: ag.Generation,
257257
Device: &dataplane.Device{
258-
Driver: dataplane.PacketDriver_KERNEL,
259-
Hostname: ag.Name,
260-
Tracing: tracing,
258+
Tracing: tracing,
261259
},
262260
GwGroups: gwGroups,
263261
Communities: comms,

pkg/agent/dataplane_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ func dpb(name string, f ...func(dp *dataplane.GatewayConfig)) *dataplane.Gateway
6969
dpCfgBase := &dataplane.GatewayConfig{
7070
Generation: 0,
7171
Device: &dataplane.Device{
72-
Driver: dataplane.PacketDriver_KERNEL,
73-
Hostname: name,
7472
Tracing: &dataplane.TracingConfig{
7573
Default: dataplane.LogLevel_INFO,
7674
Taglevel: map[string]dataplane.LogLevel{},

0 commit comments

Comments
 (0)