forked from envoyproxy/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from envoyproxy:main #42
Open
pull
wants to merge
734
commits into
zhaohuabing:main
Choose a base branch
from
envoyproxy:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+171,614
−31,070
Conversation
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
==========================================
- Coverage 67.46% 64.98% -2.48%
==========================================
Files 183 213 +30
Lines 22442 33474 +11032
==========================================
+ Hits 15141 21754 +6613
- Misses 6216 10394 +4178
- Partials 1085 1326 +241 ☔ View full report in Codecov by Sentry. |
* chore: fix osv license scan config and add license override Signed-off-by: Shahar Harari <[email protected]> * rename config file Signed-off-by: Shahar Harari <[email protected]> * comment out again Signed-off-by: Shahar Harari <[email protected]> --------- Signed-off-by: Shahar Harari <[email protected]>
added desc for titan Signed-off-by: Luv <[email protected]>
Signed-off-by: Shahar Harari <[email protected]>
release: v1.1.4 Signed-off-by: Guy Daich <[email protected]>
* decoup gateway status update Signed-off-by: Huabing Zhao <[email protected]> * decoup gatewayclass status update Signed-off-by: Huabing Zhao <[email protected]> * fix test Signed-off-by: Huabing Zhao <[email protected]> * add comment Signed-off-by: Huabing Zhao <[email protected]> * fix test Signed-off-by: Huabing Zhao <[email protected]> * fix test Signed-off-by: Huabing Zhao <[email protected]> * revert gateway api runner Signed-off-by: Huabing Zhao <[email protected]> * update address and programming status Signed-off-by: Huabing Zhao <[email protected]> * Revert "update address and programming status" This reverts commit bf3d07e. * avoid overriding the gateway status from Gateway API translator Signed-off-by: Huabing Zhao <[email protected]> * minor wording Signed-off-by: Huabing Zhao <[email protected]> * minor wording Signed-off-by: Huabing Zhao <[email protected]> * only subscribe to status updates upon acquiring leadership Signed-off-by: Huabing Zhao <[email protected]> * fix lint Signed-off-by: Huabing Zhao <[email protected]> * minor wording Signed-off-by: Huabing Zhao <[email protected]> * address comment Signed-off-by: Huabing Zhao <[email protected]> * address comment Signed-off-by: Huabing Zhao <[email protected]> * minor wording Signed-off-by: Huabing Zhao <[email protected]> * fix lint Signed-off-by: Huabing Zhao <[email protected]> * minor change Signed-off-by: Huabing Zhao <[email protected]> * release note Signed-off-by: Huabing Zhao <[email protected]> --------- Signed-off-by: Huabing Zhao <[email protected]>
…/src/helm-docs (#4902) build(deps): bump golang.org/x/crypto in /tools/src/helm-docs Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0. - [Commits](golang/crypto@v0.21.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zirain <[email protected]>
* Fix Weighted Invaid Backend Logic We were not adding valid clusters where there was a invalid cluster Regression from #3246 Signed-off-by: Arko Dasgupta <[email protected]> * add release note Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]>
update docsy Signed-off-by: Arko Dasgupta <[email protected]>
* v1.2.4 release note Signed-off-by: Huabing Zhao <[email protected]> * fix grammar Signed-off-by: Huabing Zhao <[email protected]> * minor change Signed-off-by: Huabing Zhao <[email protected]> * minor change Signed-off-by: Huabing Zhao <[email protected]> * minor change Signed-off-by: Huabing Zhao <[email protected]> --------- Signed-off-by: Huabing Zhao <[email protected]>
…/src/crd-ref-docs (#4903) build(deps): bump golang.org/x/crypto in /tools/src/crd-ref-docs Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.31.0. - [Commits](golang/crypto@v0.22.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zirain <[email protected]>
update site link to 1.2.4 Signed-off-by: Huabing Zhao <[email protected]>
* build(deps): bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.2 to 0.19.3. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.19.2...v0.19.3) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix gen Signed-off-by: zirain <[email protected]> * build(deps): bump go.opentelemetry.io/proto/otlp Bumps the go-opentelemetry-io group with 1 update in the / directory: [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go). Updates `go.opentelemetry.io/proto/otlp` from 1.3.1 to 1.4.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases) - [Commits](open-telemetry/opentelemetry-proto-go@v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/proto/otlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-opentelemetry-io ... Signed-off-by: dependabot[bot] <[email protected]> * fix gen Signed-off-by: zirain <[email protected]> * add google.golang.org Signed-off-by: zirain <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: zirain <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.6 to 3.27.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@aa57810...df409f7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…a and EnvoyProxy.spec.provider.kubernetes.envoyPDB (#4910) * Add patch field for envoyHPA and envoyPDB in EnvoyGateway API Signed-off-by: keithfz <[email protected]> * It's actually currently the envoyPDB field, not envoyPdb Signed-off-by: keithfz <[email protected]> * fix comment Signed-off-by: keithfz <[email protected]> * fix error messages Signed-off-by: keithfz <[email protected]> * Add validation for hpa and pdb Signed-off-by: keithfz <[email protected]> * lint and gen-check Signed-off-by: keithfz <[email protected]> * adding test coverage Signed-off-by: keithfz <[email protected]> * lint Signed-off-by: keithfz <[email protected]> --------- Signed-off-by: keithfz <[email protected]>
* adding resilience test suite Signed-off-by: Alexander Volchok <[email protected]> * fix licensecheck Signed-off-by: Alexander Volchok <[email protected]> * fixing lint Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updadting Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * Update test/resilience/tests/envoygateway.go Co-authored-by: Huabing (Robin) Zhao <[email protected]> Signed-off-by: Alex Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> --------- Signed-off-by: Alexander Volchok <[email protected]> Signed-off-by: Alex Volchok <[email protected]> Co-authored-by: Huabing (Robin) Zhao <[email protected]>
* Use the same as the envoy proxy and envoy mobile websites Relates to envoyproxy/envoy-website#273 & envoyproxy/envoy-mobile#2680 Signed-off-by: Arko Dasgupta <[email protected]>
set go version for osv scanner Signed-off-by: Huabing Zhao <[email protected]>
) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@01570a1...7b4da11) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zirain <[email protected]>
update oidc docs Signed-off-by: Huabing Zhao <[email protected]>
Signed-off-by: bitliu <[email protected]>
…4873) Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.60.1 to 0.61.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.60.1...v0.61.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…r/envoy-gateway (#4920) build(deps): bump busybox in /tools/docker/envoy-gateway Bumps busybox from `db142d4` to `2919d01`. --- updated-dependencies: - dependency-name: busybox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ub-actions/setup-deps (#4924) build(deps): bump actions/setup-go in /tools/github-actions/setup-deps Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…7.4.0+incompatible (#4928) build(deps): bump github.com/docker/cli Bumps [github.com/docker/cli](https://github.com/docker/cli) from 27.3.1+incompatible to 27.4.0+incompatible. - [Commits](docker/cli@v27.3.1...v27.4.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix typo Signed-off-by: Huabing Zhao <[email protected]>
* add test for file-provider Signed-off-by: shawnh2 <[email protected]> * fix lint & race test Signed-off-by: shawnh2 <[email protected]> --------- Signed-off-by: shawnh2 <[email protected]>
* docs: updated docs for cert-manager installation Signed-off-by: Anu-Ra-g <[email protected]> * added the helm version to use Signed-off-by: Anu-Ra-g <[email protected]> * updated the command Signed-off-by: Anu-Ra-g <[email protected]> --------- Signed-off-by: Anu-Ra-g <[email protected]>
* docs: updated the developer guide Signed-off-by: Anu-Ra-g <[email protected]> * made some updates Signed-off-by: Anu-Ra-g <[email protected]> * updated the comments for PR template Signed-off-by: Anu-Ra-g <[email protected]> --------- Signed-off-by: Anu-Ra-g <[email protected]>
Signed-off-by: Rudrakh Panigrahi <[email protected]>
Signed-off-by: Arko Dasgupta <[email protected]>
* Added Secret and ConfigMap parsing Signed-off-by: Balazs Stasz <[email protected]> * Updated release notes Signed-off-by: Balazs Stasz <[email protected]> * Fixed lint issues Signed-off-by: Balazs Stasz <[email protected]> * Fixed gen-check issues Signed-off-by: Balazs Stasz <[email protected]> * Added new test cases for Secret Signed-off-by: Balazs Stasz <[email protected]> --------- Signed-off-by: Balazs Stasz <[email protected]> Signed-off-by: Arko Dasgupta <[email protected]> Co-authored-by: Arko Dasgupta <[email protected]>
…rs (#5269) * fix: create a cluster per destination setting for backends with filters * create a unique name by adding a new destination setting field * create a unique cluster per dest setting if the setting contains filters * reuse that for locality region name as well Signed-off-by: Arko Dasgupta <[email protected]>
* build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix gen Signed-off-by: zirain <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: zirain <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zirain <[email protected]>
* docs: add robots.txt Signed-off-by: zirain <[email protected]> * update Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
* chore: fix CVE Signed-off-by: zirain <[email protected]> * lint Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]>
fix: duplicate about refs Signed-off-by: bitliu <[email protected]>
Signed-off-by: zirain <[email protected]>
* adding dns translations Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * fix typo Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updaed Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> * updating Signed-off-by: Alexander Volchok <[email protected]> --------- Signed-off-by: Alexander Volchok <[email protected]>
* xds: remove usage of deprecated field exact_match Signed-off-by: zirain <[email protected]> * fix gen Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]>
* api: support customized UpgradeConfigs Signed-off-by: zirain <[email protected]> * update Signed-off-by: zirain <[email protected]> * hide Signed-off-by: zirain <[email protected]> * update Signed-off-by: zirain <[email protected]> * rename to Type Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]>
* feat: Support ForwardUsernameHeader field in the BasicAuth Signed-off-by: Suren Raju <[email protected]> * fix: Added +notImplementedHide Signed-off-by: Suren Raju <[email protected]> * fix: missing changes Signed-off-by: Suren Raju <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
* fix: backendSettings for extAuth Fixes: #5371 Signed-off-by: Arko Dasgupta <[email protected]> * release note Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]>
* docs: Add Kubermatic as an adopter Signed-off-by: Karol Szwaj <[email protected]> * change url Signed-off-by: Karol Szwaj <[email protected]> --------- Signed-off-by: Karol Szwaj <[email protected]>
* CEL validation * Add cel-validation test Signed-off-by: Jukie <[email protected]>
* This PR introduces the ForwardUsernameHeader field in the BasicAuth section of SecurityPolicy. It enables the Envoy to forward the username of a successfully authenticated user to the backend services via a specified HTTP header. The field is optional. If it's not specified, the username will not be forwarded. Signed-off-by: Suren Raju <[email protected]> * fix: test case data Signed-off-by: Suren Raju <[email protected]> * fix: test failures Signed-off-by: Suren Raju <[email protected]> * fix: failing tests Signed-off-by: Suren Raju <[email protected]> * fix: failing tests Signed-off-by: Suren Raju <[email protected]> * fix: failing tests Signed-off-by: Suren Raju <[email protected]> * Add integration tests Signed-off-by: Suren Raju <[email protected]> * fix: e2e test cases Signed-off-by: Suren Raju <[email protected]> * Add release note Signed-off-by: Suren Raju <[email protected]> * fix: pipeline Signed-off-by: Suren Raju <[email protected]> * fix: faling e2e test Signed-off-by: Suren Raju <[email protected]> * fix: failing e2e tests Signed-off-by: Suren Raju <[email protected]> * fix: failing tests Signed-off-by: Suren Raju <[email protected]> * fix: test case comment Signed-off-by: Suren Raju <[email protected]> --------- Signed-off-by: Suren Raju <[email protected]>
* Update steering members to envoy gateway project - Remove Fidelity from steering since they are not active - Remove VMware from steering since they are not active - Add SAP to steering as they are an active contributing member - Update owner from Ambassador Labs to Kai Tillman - Updating dates for all to be till end of this year. Signed-off-by: Varun Talwar <[email protected]> * Update GOVERNANCE.md Signed-off-by: Varun Talwar <[email protected]> --------- Signed-off-by: Varun Talwar <[email protected]>
So they dont show up in the supportedFeatures section of the conformance report Relates to kubernetes-sigs/gateway-api#3651 (comment) Signed-off-by: Arko Dasgupta <[email protected]>
fix error in client-traffic-policy.md Signed-off-by: MaYuan-02 <[email protected]>
* fix: Json log is now the default access logger Signed-off-by: Dennis Kniep <[email protected]> * rebase Signed-off-by: Guy Daich <[email protected]> --------- Signed-off-by: Dennis Kniep <[email protected]> Signed-off-by: Guy Daich <[email protected]> Co-authored-by: Guy Daich <[email protected]>
* fix: metric compressor not working as expected Signed-off-by: zirain <[email protected]> * check encoding Signed-off-by: zirain <[email protected]> * enable CompressorPerRoute Signed-off-by: zirain <[email protected]> --------- Signed-off-by: zirain <[email protected]>
* Expose root command of envoy-gateway Signed-off-by: Takeshi Yoneda <[email protected]> * lint Signed-off-by: Takeshi Yoneda <[email protected]> --------- Signed-off-by: Takeshi Yoneda <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
* add distinct match support to local ratelimit Signed-off-by: Huabing (Robin) Zhao <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )