Skip to content

Commit 25d1589

Browse files
zirainnacxrudrakhparkodgguoard
authored
[release-1.5] cherry pick for v1.5.3 (#7177)
* fix: properly generate infra envoy proxy args and fix bootstrap yaml format for Host provider (#7006) * fix: properly generate infra envoy proxy args and fix bootstrap yaml format for Host provider Signed-off-by: Ignasi Barrera <[email protected]> Signed-off-by: zirain <[email protected]> * perf: skip infra ir and status subscription for followers (#7145) Signed-off-by: Rudrakh Panigrahi <[email protected]> Signed-off-by: zirain <[email protected]> * fix: truncate status condition messages to 32768 (#7159) * fix: truncate status condition messages to 32768 Fixes: #7146 Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: zirain <[email protected]> * fix: prevent panic when sanitize is enabled without forwardClientIDHe… (#7162) fix: prevent panic when sanitize is enabled without forwardClientIDHeader Signed-off-by: Ali Afsharzadeh <[email protected]> Signed-off-by: zirain <[email protected]> * fix: skipping unmatched envoypatchpolicies (#7153) Signed-off-by: zirain <[email protected]> * bump golang to 1.24.8 (#7174) Signed-off-by: zirain <[email protected]> * fix gen Signed-off-by: zirain <[email protected]> * Release notes for v1.5.3 (#7175) * Release notes for v1.5.3 Signed-off-by: zirain <[email protected]> * update Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]> --------- Signed-off-by: Ignasi Barrera <[email protected]> Signed-off-by: zirain <[email protected]> Signed-off-by: Rudrakh Panigrahi <[email protected]> Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Ali Afsharzadeh <[email protected]> Co-authored-by: Ignasi Barrera <[email protected]> Co-authored-by: Rudrakh Panigrahi <[email protected]> Co-authored-by: Arko Dasgupta <[email protected]> Co-authored-by: Ali Afsharzadeh <[email protected]>
1 parent d0a2d3d commit 25d1589

File tree

88 files changed

+1654
-730
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+1654
-730
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.5.2
1+
v1.5.3

examples/envoy-ext-auth/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.7 AS builder
1+
FROM golang:1.24.8 AS builder
22

33
ARG GO_LDFLAGS=""
44

examples/envoy-ext-auth/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/gateway-grcp-ext-auth
22

3-
go 1.24.7
3+
go 1.24.8
44

55
require (
66
github.com/envoyproxy/go-control-plane/envoy v1.32.4

examples/extension-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/exampleorg/envoygateway-extension
22

3-
go 1.24.7
3+
go 1.24.8
44

55
require (
66
github.com/envoyproxy/gateway v1.3.1

examples/grpc-ext-proc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.7 AS builder
1+
FROM golang:1.24.8 AS builder
22

33
ARG GO_LDFLAGS=""
44

examples/grpc-ext-proc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/gateway-grpc-ext-proc
22

3-
go 1.24.7
3+
go 1.24.8
44

55
require (
66
github.com/envoyproxy/go-control-plane/envoy v1.32.4

examples/preserve-case-backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.7 AS builder
1+
FROM golang:1.24.8 AS builder
22

33
ARG GO_LDFLAGS=""
44

examples/preserve-case-backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/gateway-preserve-case-backend
22

3-
go 1.24.7
3+
go 1.24.8
44

55
require github.com/valyala/fasthttp v1.64.0
66

examples/simple-extension-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.7 AS builder
1+
FROM golang:1.24.8 AS builder
22

33
ARG GO_LDFLAGS=""
44

examples/simple-extension-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/gateway-simple-extension-server
22

3-
go 1.24.7
3+
go 1.24.8
44

55
require (
66
github.com/envoyproxy/gateway v1.4.2

0 commit comments

Comments
 (0)