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 #39
Merged
Merged
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
* Update .golangci.yml Signed-off-by: Matthieu MOREL <[email protected]> * Update .golangci.yml Signed-off-by: Matthieu MOREL <[email protected]> * Update .golangci.yml Signed-off-by: Matthieu MOREL <[email protected]> * Update experimental_conformance_test.go Signed-off-by: Matthieu MOREL <[email protected]> --------- Signed-off-by: Matthieu MOREL <[email protected]>
…#2431) * add validate for envoy gateway watch mode field and update doc Signed-off-by: Shawnh2 <[email protected]> * resolve ci and update doc types Signed-off-by: Shawnh2 <[email protected]> * Update api/v1alpha1/envoygateway_types.go Co-authored-by: Arko Dasgupta <[email protected]> Signed-off-by: sh2 <[email protected]> * resolve gen-check Signed-off-by: Shawnh2 <[email protected]> --------- Signed-off-by: Shawnh2 <[email protected]> Signed-off-by: sh2 <[email protected]> Co-authored-by: Arko Dasgupta <[email protected]> Co-authored-by: Xunzhuo <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
* API: Support Connection Timeouts in BackendTrafficPolicy Signed-off-by: Guy Daich <[email protected]> * code review fixes Signed-off-by: Guy Daich <[email protected]> * code review fixes 2 Signed-off-by: Guy Daich <[email protected]> --------- Signed-off-by: Guy Daich <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@c7d193f...1eb3cb2) --- updated-dependencies: - dependency-name: actions/upload-artifact 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>
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@7a9bd94...87c3283) --- updated-dependencies: - dependency-name: actions/deploy-pages 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>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@f44cd7b...6b208ae) --- updated-dependencies: - dependency-name: actions/download-artifact 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>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.22.12 to 3.23.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@012739e...e5f05b8) --- updated-dependencies: - dependency-name: github/codeql-action 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>
…2445) Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.45.0 to 0.46.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.45.0...v0.46.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>
#2446) Bumps [github.com/evanphx/json-patch/v5](https://github.com/evanphx/json-patch) from 5.7.0 to 5.8.0. - [Release notes](https://github.com/evanphx/json-patch/releases) - [Commits](evanphx/json-patch@v5.7.0...v5.8.0) --- updated-dependencies: - dependency-name: github.com/evanphx/json-patch/v5 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>
…essing the http route rule (#2440) * handle the error message for setting request timeout Signed-off-by: zhlsunshine <[email protected]> * add more comments and fix the DCO Signed-off-by: zhlsunshine <[email protected]> Signed-off-by: zhlsunshine <[email protected]> * fix lint error. Signed-off-by: zhlsunshine <[email protected]> * add unit test for the test coverage. Signed-off-by: zhlsunshine <[email protected]> * make the comment be more precise. Signed-off-by: zhlsunshine <[email protected]> * change the value of HTTPRequestTimeout by following section of https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto. Signed-off-by: zhlsunshine <[email protected]> * remove unnecessary comments. Signed-off-by: zhlsunshine <[email protected]> --------- Signed-off-by: zhlsunshine <[email protected]>
…2447) replace the net.ParseIP with netip.ParseAddr for IP address parsing. Signed-off-by: zhlsunshine <[email protected]>
fix: remove referencepolicies from eg RBAC Signed-off-by: Shahar Harari <[email protected]>
* feat: JWT extractFrom headers and params Signed-off-by: Ardika Bagus <[email protected]> * chore: update comment to the top Signed-off-by: Ardika Bagus <[email protected]> --------- Signed-off-by: Ardika Bagus <[email protected]> Co-authored-by: zirain <[email protected]>
Signed-off-by: Shahar Harari <[email protected]>
* feat(helm): support resources configuration for certgen job Signed-off-by: Shahar Harari <[email protected]> * generate api docs Signed-off-by: Shahar Harari <[email protected]> * fix indentation Signed-off-by: Shahar Harari <[email protected]> --------- Signed-off-by: Shahar Harari <[email protected]> Signed-off-by: shahar-h <[email protected]> Co-authored-by: zirain <[email protected]>
bump golang.org/x/net for tools Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Shahar Harari <[email protected]>
Signed-off-by: He Jie Xu <[email protected]>
bump golang.org/x/sys for tools Signed-off-by: Arko Dasgupta <[email protected]>
* allowed more CORS wildcard options Signed-off-by: jaynis <[email protected]> * fixed quotes with wrong character encoding Signed-off-by: jaynis <[email protected]> * generated manifests Signed-off-by: jaynis <[email protected]> * gofmt Signed-off-by: jaynis <[email protected]> * fixed regex escape characters in cel validation Signed-off-by: jaynis <[email protected]> * fixed cel validation test Signed-off-by: jaynis <[email protected]> * removed wildcard port matching Signed-off-by: jaynis <[email protected]> * removed wildcard port test Signed-off-by: jaynis <[email protected]> --------- Signed-off-by: jaynis <[email protected]> Co-authored-by: Huabing Zhao <[email protected]>
Bumps the k8s-io group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) and [k8s.io/kubectl](https://github.com/kubernetes/kubectl). Updates `k8s.io/api` from 0.29.0 to 0.29.1 - [Commits](kubernetes/api@v0.29.0...v0.29.1) Updates `k8s.io/apiextensions-apiserver` from 0.29.0 to 0.29.1 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.29.0...v0.29.1) Updates `k8s.io/cli-runtime` from 0.29.0 to 0.29.1 - [Commits](kubernetes/cli-runtime@v0.29.0...v0.29.1) Updates `k8s.io/kubectl` from 0.29.0 to 0.29.1 - [Commits](kubernetes/kubectl@v0.29.0...v0.29.1) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/cli-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/kubectl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….0 (#2470) Bumps [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/metric 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>
…1.22.0 (#2473) build(deps): bump go.opentelemetry.io/otel/sdk/metric Bumps [go.opentelemetry.io/otel/sdk/metric](https://github.com/open-telemetry/opentelemetry-go) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/sdk/metric 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>
…otlpmetricgrpc from 0.44.0 to 0.45.0 (#2471) build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc Bumps [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://github.com/open-telemetry/opentelemetry-go) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@bridge/opencensus/v0.44.0...bridge/opencensus/v0.45.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc 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>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.0 to 3.23.1. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e5f05b8...0b21cf2) --- 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>
Signed-off-by: Ben Coomer <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@1eb3cb2...694cdab) --- updated-dependencies: - dependency-name: actions/upload-artifact 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: Huabing Zhao <[email protected]>
Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@87c3283...decdde0) --- updated-dependencies: - dependency-name: actions/deploy-pages 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>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@26f96df...5d5d22a) --- updated-dependencies: - dependency-name: actions/upload-artifact 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>
* move route descriptor to first and add e2e test for this Signed-off-by: shawnh2 <[email protected]> * rename global ratelimit e2e test name Signed-off-by: shawnh2 <[email protected]> * address comments Signed-off-by: shawnh2 <[email protected]> * correct comments Signed-off-by: shawnh2 <[email protected]> * fix failed ratelimit e2e test case Signed-off-by: shawnh2 <[email protected]> --------- Signed-off-by: shawnh2 <[email protected]>
* Implement support for Client IP Detection using Custom Header Signed-off-by: David Alger <[email protected]> * Update customHeader param naming Signed-off-by: David Alger <[email protected]> * Update customHeader param naming Signed-off-by: David Alger <[email protected]> --------- Signed-off-by: David Alger <[email protected]>
Fix merge race Between #2566 & #2585 Signed-off-by: Arko Dasgupta <[email protected]>
use ads cache to ensure the rule order Signed-off-by: Jesse Haka <[email protected]>
* reconcile multiple gatewayclasses per controller Signed-off-by: Karol Szwaj <[email protected]> * filter gateway-api infra layer by gc label Signed-off-by: Karol Szwaj <[email protected]> * wip: modify watchable message for gatewayapi translate Signed-off-by: Karol Szwaj <[email protected]> * gen deepcopy for gatewayclassresources Signed-off-by: Karol Szwaj <[email protected]> * add comments to deepcopy gen Signed-off-by: Karol Szwaj <[email protected]> * fix store order Signed-off-by: Karol Szwaj <[email protected]> --------- Signed-off-by: Karol Szwaj <[email protected]> Co-authored-by: zirain <[email protected]>
* feat: Suppress 'X-Envoy' headers and pass-through the upstream 'Server' header by default (#2585) * Implement and update tests for the default header transformations. Signed-off-by: Lior Okman <[email protected]> * Make 'gen-check' happy Signed-off-by: Lior Okman <[email protected]> --------- Signed-off-by: Lior Okman <[email protected]> Signed-off-by: Yael Shechter <[email protected]> * bug: fix merge race (#2604) Between #2585 & #2581 Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Yael Shechter <[email protected]> * feat: downstream mTLS (#2490) * feat: downstream mTLS Relates to #2483 Signed-off-by: Arko Dasgupta <[email protected]> * configmap provider logic Signed-off-by: Arko Dasgupta <[email protected]> * gatewayapi translation Signed-off-by: Arko Dasgupta <[email protected]> * fix charts Signed-off-by: Arko Dasgupta <[email protected]> * tests Signed-off-by: Arko Dasgupta <[email protected]> * lint Signed-off-by: Arko Dasgupta <[email protected]> --------- Signed-off-by: Arko Dasgupta <[email protected]> Signed-off-by: Yael Shechter <[email protected]> * add timeout to clientTrafficPolicy Signed-off-by: Yael Shechter <[email protected]> * fix comment Signed-off-by: Yael Shechter <[email protected]> * add omitempty Signed-off-by: Yael Shechter <[email protected]> * add cel test for coverage Signed-off-by: Yael Shechter <[email protected]> * run make commands Signed-off-by: Yael Shechter <[email protected]> * change request timeout field name and desc Signed-off-by: Yael Shechter <[email protected]> * tidy up comment Signed-off-by: Yael Shechter <[email protected]> * fix cel test Signed-off-by: Yael Shechter <[email protected]> * fix typo Signed-off-by: Yael Shechter <[email protected]> * run generate Signed-off-by: Yael Shechter <[email protected]> --------- Signed-off-by: Lior Okman <[email protected]> Signed-off-by: Yael Shechter <[email protected]> Signed-off-by: Arko Dasgupta <[email protected]> Co-authored-by: Lior Okman <[email protected]> Co-authored-by: Arko Dasgupta <[email protected]> Co-authored-by: zirain <[email protected]>
* update gateway address doc Signed-off-by: shawnh2 <[email protected]> * fix gen-check Signed-off-by: shawnh2 <[email protected]> * Update securitypolicy-with-extauth.out.yaml to make gen-check pass again Signed-off-by: sh2 <[email protected]> --------- Signed-off-by: shawnh2 <[email protected]> Signed-off-by: sh2 <[email protected]>
…56.2 in /tools/src/golangci-lint (#2642) build(deps): bump github.com/golangci/golangci-lint Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.56.1 to 1.56.2. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.56.1...v1.56.2) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint 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>
…ools/docker/envoy-gateway (#2641) build(deps): bump distroless/static in /tools/docker/envoy-gateway Bumps distroless/static from `112a87f` to `6a3500b`. --- updated-dependencies: - dependency-name: distroless/static dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@6b208ae...eaceaf8) --- updated-dependencies: - dependency-name: actions/download-artifact 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>
…c/kind (#2649) build(deps): bump sigs.k8s.io/kind in /tools/src/kind Bumps [sigs.k8s.io/kind](https://github.com/kubernetes-sigs/kind) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/kubernetes-sigs/kind/releases) - [Commits](kubernetes-sigs/kind@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: sigs.k8s.io/kind 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>
…nt (#2648) Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.34.0 to 1.35.1. - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](adrienverge/yamllint@v1.34.0...v1.35.1) --- updated-dependencies: - dependency-name: yamllint 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>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.61.0 to 1.61.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.61.0...v1.61.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc 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>
Bumps the k8s-io group with 6 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.29.1` | `0.29.2` | | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.29.1` | `0.29.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.29.1` | `0.29.2` | | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.29.1` | `0.29.2` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.29.1` | `0.29.2` | | [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.29.1` | `0.29.2` | Updates `k8s.io/api` from 0.29.1 to 0.29.2 - [Commits](kubernetes/api@v0.29.1...v0.29.2) Updates `k8s.io/apiextensions-apiserver` from 0.29.1 to 0.29.2 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.29.1...v0.29.2) Updates `k8s.io/apimachinery` from 0.29.1 to 0.29.2 - [Commits](kubernetes/apimachinery@v0.29.1...v0.29.2) Updates `k8s.io/cli-runtime` from 0.29.1 to 0.29.2 - [Commits](kubernetes/cli-runtime@v0.29.1...v0.29.2) Updates `k8s.io/client-go` from 0.29.1 to 0.29.2 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.1...v0.29.2) Updates `k8s.io/kubectl` from 0.29.1 to 0.29.2 - [Commits](kubernetes/kubectl@v0.29.1...v0.29.2) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/apiextensions-apiserver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/cli-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io - dependency-name: k8s.io/kubectl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-io ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2647) Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.46.0 to 0.47.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.46.0...v0.47.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>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e8893c5...3796146) --- 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>
…otlpmetricgrpc from 0.45.0 to 1.23.1 (#2646) build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc Bumps [go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc](https://github.com/open-telemetry/opentelemetry-go) from 0.45.0 to 1.23.1. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@bridge/opencensus/v0.45.0...v1.23.1) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#2645) Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.17.1 to 0.17.2. - [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.17.1...v0.17.2) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: David Alger <[email protected]>
remove multiple GatewayClass e2e test Signed-off-by: Karol Szwaj <[email protected]>
fix deletion of all gatewayclasses * when no gatewayclasses exist, delete the key from the provider resources and clean all up IRs in the gateway-api layer * also fixed the finalizer logic Signed-off-by: Arko Dasgupta <[email protected]>
Signed-off-by: Karol Szwaj <[email protected]>
…2663) * Revert "add a catch-all route if needed (#2586)" This reverts commit 35e646d. * disable per-route filters at the http_filters Signed-off-by: huabing zhao <[email protected]> --------- Signed-off-by: huabing zhao <[email protected]>
* fix conflict Signed-off-by: nan zhao <[email protected]> * retry:fix lint Signed-off-by: zhaonan <[email protected]> * fix retry on Signed-off-by: nan zhao <[email protected]> * fix retry on api Signed-off-by: nan zhao <[email protected]> * API fixes Signed-off-by: Guy Daich <[email protected]> --------- Signed-off-by: nan zhao <[email protected]> Signed-off-by: zhaonan <[email protected]> Signed-off-by: Guy Daich <[email protected]> Co-authored-by: nan zhao <[email protected]> Co-authored-by: zhaonan <[email protected]>
* feat(translator): implement timeout in ClientTrafficPolicy Signed-off-by: Yael Shechter <[email protected]> * fix pr comment, lint and test Signed-off-by: Yael Shechter <[email protected]> * change file formats Signed-off-by: Yael Shechter <[email protected]> * fix indentation in yaml Signed-off-by: Yael Shechter <[email protected]> * fix gen-check Signed-off-by: Yael Shechter <[email protected]> * add coverage Signed-off-by: Yael Shechter <[email protected]>
* add all resource type for egctl x status Signed-off-by: shawnh2 <[email protected]> * change name to typed name for the all resources type Signed-off-by: shawnh2 <[email protected]> * fix lint Signed-off-by: shawnh2 <[email protected]> * change kind name to small-case Signed-off-by: shawnh2 <[email protected]> --------- Signed-off-by: shawnh2 <[email protected]>
* add suffix for oauth cookies Signed-off-by: huabing zhao <[email protected]> * use hash as suffix Signed-off-by: huabing zhao <[email protected]> --------- Signed-off-by: huabing 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 : )