2
0
Fork 0
mirror of https://github.com/envoyproxy/gateway.git synced 2026-03-25 22:41:49 +00:00
Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
Find a file
dependabot[bot] 4aa6c376d0
build(deps): bump the k8s-io group across 1 directory with 6 updates (#8592)
* build(deps): bump the k8s-io group across 1 directory with 6 updates

Bumps the k8s-io group with 4 updates in the / directory: [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.35.2 to 0.35.3
- [Commits](https://github.com/kubernetes/api/compare/v0.35.2...v0.35.3)

Updates `k8s.io/apiextensions-apiserver` from 0.35.2 to 0.35.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](https://github.com/kubernetes/apiextensions-apiserver/compare/v0.35.2...v0.35.3)

Updates `k8s.io/apiserver` from 0.35.2 to 0.35.3
- [Commits](https://github.com/kubernetes/apiserver/compare/v0.35.2...v0.35.3)

Updates `k8s.io/cli-runtime` from 0.35.2 to 0.35.3
- [Commits](https://github.com/kubernetes/cli-runtime/compare/v0.35.2...v0.35.3)

Updates `k8s.io/client-go` from 0.35.2 to 0.35.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.35.2...v0.35.3)

Updates `k8s.io/kubectl` from 0.35.2 to 0.35.3
- [Commits](https://github.com/kubernetes/kubectl/compare/v0.35.2...v0.35.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/apiserver
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/cli-runtime
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
- dependency-name: k8s.io/kubectl
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: k8s-io
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix test

Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
2026-03-25 10:02:35 -06:00
.github build(deps): bump the actions group across 1 directory with 2 updates (#8593) 2026-03-25 09:48:06 +00:00
api feat: GeoIP (#8453) 2026-03-24 16:43:22 +08:00
charts build(deps): bump the helm group across 1 directory with 3 updates (#8594) 2026-03-25 21:30:25 +08:00
cmd feat: notify async runner errors to the main control loop (#7189) 2025-12-05 08:13:41 -08:00
examples build(deps): bump the k8s-io group across 1 directory with 6 updates (#8592) 2026-03-25 10:02:35 -06:00
internal feat: GeoIP (#8453) 2026-03-24 16:43:22 +08:00
pkg/client feat(api): add Kubernetes client-go style typed clients for Envoy Gateway resources (#7356) 2025-11-17 18:42:56 -08:00
proto/extension feat: EDS modification hook (#8240) 2026-03-18 12:54:08 +08:00
release-notes feat: GeoIP (#8453) 2026-03-24 16:43:22 +08:00
site build(deps): bump the helm group across 1 directory with 3 updates (#8594) 2026-03-25 21:30:25 +08:00
test build(deps): bump the k8s-io group across 1 directory with 6 updates (#8592) 2026-03-25 10:02:35 -06:00
tools build(deps): bump busybox from b3255e7 to 1487d0a in /tools/docker/envoy-gateway (#8590) 2026-03-25 17:33:28 +08:00
.dockerignore Adds Config API (#122) 2022-06-29 14:09:11 -07:00
.gitattributes fix: resolve WASM E2E test flakiness by marking WASM files as binary and ensuring static-file-server readiness. (#8017) 2026-01-22 18:27:15 +08:00
.gitignore feat: change the benchmark report to json format (#6818) 2025-12-19 14:42:29 +08:00
buf.gen.yaml Migrate to buf v2 (#7833) 2025-12-30 15:10:56 +08:00
buf.lock Migrate to buf v2 (#7833) 2025-12-30 15:10:56 +08:00
buf.yaml Migrate to buf v2 (#7833) 2025-12-30 15:10:56 +08:00
CODE_OF_CONDUCT.md Add Code of Conduct to meet Github Repo recommendation (#1943) 2023-10-10 13:30:53 -07:00
CODEOWNERS Add new reviewers and update the CODEOWNERS (#1156) 2023-03-29 08:59:24 +08:00
embed.go Use sub-chart for CRDs to reduce chart size (#8283) 2026-02-18 20:27:02 -07:00
go.mod build(deps): bump the k8s-io group across 1 directory with 6 updates (#8592) 2026-03-25 10:02:35 -06:00
go.sum build(deps): bump the k8s-io group across 1 directory with 6 updates (#8592) 2026-03-25 10:02:35 -06:00
GOALS.md Refactor: migrate Docs from Sphinx to Hugo (#1872) 2023-10-10 09:32:47 +08:00
GOVERNANCE.md Update steering members of envoy gateway project (#5400) 2025-03-04 10:50:16 +08:00
LICENSE Initial commit 2022-04-11 16:34:39 -06:00
LOGO.md design: logo for envoy gateway (#2557) 2024-02-23 12:24:38 +08:00
Makefile chore: ignore unfriendly msg in every cmds (#376) 2022-09-15 10:33:07 -06:00
netlify.toml ci: fix netlify build (#8571) 2026-03-23 11:21:17 +08:00
OWNERS chore: add nareddyt as a reviewer (#7689) 2025-12-08 07:19:38 -08:00
PROJECT Adds Config API (#122) 2022-06-29 14:09:11 -07:00
README.md chore: update meeting schedule (#7724) 2025-12-12 17:57:48 +08:00
SECURITY.md add SECURITY.md (#5167) 2025-01-27 14:36:14 -08:00
VERSION Bump version (#8587) 2026-03-24 11:32:11 -06:00

Envoy Gateway

OpenSSF Scorecard Build and Test codecov CodeQL OSV-Scanner Trivy

Envoy Gateway Logo

Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Gateway API resources are used to dynamically provision and configure the managed Envoy Proxies.

Documentation

Contact

Contributing

Security Reporting

If you've found a security vulnerability or a process crash, please follow the instructions in SECURITY.md to submit a report.

Community Meeting

Envoy Gateway contributor meetings are held on Thursdays and alternate weekly between EU-friendly and APAC-friendly times.