forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/v1.1] Cherry-pick commits for v1.1.1 (envoyproxy#4173)
* bugfix: fix upstream get unwanted /. (envoyproxy#3990) * bugfix: fix upstream get unwanted /. Signed-off-by: qicz <qiczzhu@gmail.com> * ut for bugfix Signed-off-by: qicz <qiczzhu@gmail.com> --------- Signed-off-by: qicz <qiczzhu@gmail.com> Co-authored-by: Xunzhuo <bitliu@tencent.com> (cherry picked from commit b77f6a4) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * feat: gateway http listener isolation (envoyproxy#4000) Signed-off-by: Kobi Levi <kobilevi503@gmail.com> (cherry picked from commit 97830e9) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix: multiple reference grants in same namespace (envoyproxy#4008) * fix: multiple reference grants in same namespace Signed-off-by: Ardika Bagus <me@ardikabs.com> * test: add e2e test Signed-off-by: Ardika Bagus <me@ardikabs.com> * chore: wrong service port Signed-off-by: Ardika Bagus <me@ardikabs.com> --------- Signed-off-by: Ardika Bagus <me@ardikabs.com> (cherry picked from commit b82f4b2) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * reduce readinessProbe failureThreshold and periodSeconds (envoyproxy#4021) * Reduces time for the endpoint to be removed from the endpointSlice from `30s` (3 * 10) to `5s` (1 * 5) * Since kube-proxy and CNIs rely on this info and so do external LBs like GKE https://cloud.google.com/kubernetes-engine/docs/concepts/service-load-balancer Signed-off-by: Arko Dasgupta <arko@tetrate.io> (cherry picked from commit 67575b8) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix: add header values as described in the documentation (envoyproxy#4031) Add header values after splitting the provided value string on ',', like described in the documentation. Signed-off-by: Lior Okman <lior.okman@sap.com> (cherry picked from commit eac30d6) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix ratelimit statsd not working (envoyproxy#4073) fix ratelimit statd not working Signed-off-by: zirain <zirain2009@gmail.com> (cherry picked from commit 6ab6482) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix: active http healthcheck documents a default for expected status, but doesn't use it (envoyproxy#4090) If no expected status was explicitly set, use the default value as described in the documentation. Signed-off-by: Lior Okman <lior.okman@sap.com> (cherry picked from commit 0926b38) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * Fix IsNotFound check for secret and configmap (envoyproxy#4126) fix IsNotFound check for secret and configmap Signed-off-by: TasdidurRahman <tasdid@appscode.com> (cherry picked from commit c20315f) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * fix: assign sugar logger name. (envoyproxy#4144) Signed-off-by: qicz <qiczzhu@gmail.com> Co-authored-by: zirain <zirain2009@gmail.com> (cherry picked from commit b50f5fa) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * use sets and return stable result (envoyproxy#4074) Signed-off-by: zirain <zirain2009@gmail.com> (cherry picked from commit 6066f5a) Signed-off-by: Arko Dasgupta <arko@tetrate.io> * delete internal/gatewayapi/clustersettings.go NA for v1.1 Signed-off-by: Arko Dasgupta <arko@tetrate.io> * bump to go1.22.7 (envoyproxy#4175) * bump to go1.22.6 Signed-off-by: zirain <zirain2009@gmail.com> * bump to 1.22.7 Signed-off-by: zirain <zirain2009@gmail.com> --------- Signed-off-by: zirain <zirain2009@gmail.com> (cherry picked from commit 69bf882) Signed-off-by: Arko Dasgupta <arko@tetrate.io> --------- Signed-off-by: qicz <qiczzhu@gmail.com> Signed-off-by: Arko Dasgupta <arko@tetrate.io> Signed-off-by: Kobi Levi <kobilevi503@gmail.com> Signed-off-by: Ardika Bagus <me@ardikabs.com> Signed-off-by: Lior Okman <lior.okman@sap.com> Signed-off-by: zirain <zirain2009@gmail.com> Signed-off-by: TasdidurRahman <tasdid@appscode.com> Co-authored-by: qi <qiczzhu@gmail.com> Co-authored-by: Xunzhuo <bitliu@tencent.com> Co-authored-by: Kobi Levi <56400138+levikobi@users.noreply.github.com> Co-authored-by: Ardika <me@ardikabs.com> Co-authored-by: Lior Okman <lior.okman@sap.com> Co-authored-by: zirain <zirain2009@gmail.com> Co-authored-by: Tasdidur Rahman <52253951+TasdidurRahman@users.noreply.github.com>
- Loading branch information
1 parent
e138872
commit 9a3f8f7
Showing
111 changed files
with
1,342 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module local | ||
|
||
go 1.22.5 | ||
go 1.22.7 | ||
|
||
require sigs.k8s.io/controller-tools v0.15.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.