Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_verify_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- src: /mnt/runner-cache
target: /home/runner/.cache
chown: "runner:runner"
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: |
TEMPDIR=/cache/docker
sudo mkdir -p "${TEMPDIR}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_verify_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
wasm:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- run: |
docker pull envoyproxy/envoy:dev
DEV_CONTAINER_ID=$(docker inspect --format='{{.Id}}' envoyproxy/envoy:dev)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ jobs:
- src: /mnt/runner-cache
target: /home/runner/.cache
chown: "runner:runner"
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
repository: envoyproxy/envoy
path: envoy
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
path: examples
- name: RBE auth check
id: rbe
if: github.event_name == 'pull_request'
uses: envoyproxy/toolshed/actions/github/container/auth@f3c0acc8c3799305101f5669042b388edfb070c7
uses: envoyproxy/toolshed/actions/github/container/auth@4cca74db6587ee660235fbadaac5a4fc2a19cfa9
with:
container: hello-world
- name: Configure repo Bazel settings (base)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-24.04
if: github.repository_owner == 'envoyproxy'
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.12"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp>=3.12.14
envoy.code.check>=0.6.1
yarl>=1.23.0
envoy.code.check>=0.6.8
yarl>=1.24.5
orjson>=3.11.5
uvloop==0.22.1
516 changes: 227 additions & 289 deletions .github/workflows/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ext_authz/Dockerfile-opa
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openpolicyagent/opa:1.16.1-envoy-2-static@sha256:3d57f13cba6ed5d16ff1c7faf6f3c944dc62bf495d1ae00b2abc5365970df201
FROM openpolicyagent/opa:1.18.1-envoy-2-static@sha256:af2bcf2c474211d243740befef506f762fa0442bca26d68119366e424d1b8490

COPY --chmod=644 ./config/opa-service/policy.rego /etc/policy.rego
6 changes: 2 additions & 4 deletions golang-http/simple/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
module github.com/envoyproxy/envoy/examples/golang-http/simple

// the version should >= 1.18
go 1.24.6

toolchain go1.24.9
go 1.25.0

// NOTICE: these lines could be generated automatically by "go mod tidy"
require (
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5
github.com/envoyproxy/envoy v1.38.1
github.com/envoyproxy/envoy v1.39.0
google.golang.org/protobuf v1.36.11
)

Expand Down
4 changes: 2 additions & 2 deletions golang-http/simple/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cel.dev/expr v0.24.0 h1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY=
cel.dev/expr v0.24.0/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw=
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 h1:6xNmx7iTtyBRev0+D/Tv1FZd4SCg8axKApyNyRsAt/w=
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5/go.mod h1:KdCmV+x/BuvyMxRnYBlmVaq4OLiKW6iRQfvC62cvdkI=
github.com/envoyproxy/envoy v1.38.1 h1:hELl+eid7HokDbAhG2dJxIjGlGMpHFLdmW9URt/kxLQ=
github.com/envoyproxy/envoy v1.38.1/go.mod h1:hFED6oPoV8wTEWuBDOFztqomXEriB6I09ielVdcShRc=
github.com/envoyproxy/envoy v1.39.0 h1:XmcOmCafBtgAcm2FkdYvHTFHepTuPx/17CAVrOr/djM=
github.com/envoyproxy/envoy v1.39.0/go.mod h1:H6oycjaa4SVHpFuyGdl9GmCe3mPmCBYO40FFTxkZ1rU=
github.com/envoyproxy/protoc-gen-validate v1.3.0 h1:TvGH1wof4H33rezVKWSpqKz5NXWg5VPuZ0uONDT6eb4=
github.com/envoyproxy/protoc-gen-validate v1.3.0/go.mod h1:HvYl7zwPa5mffgyeTUHA9zHIH36nmrm7oCbo4YKoSWA=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
Expand Down
6 changes: 2 additions & 4 deletions golang-network/simple/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
module github.com/envoyproxy/examples/golang-network/simple

// the version should >= 1.18
go 1.24.6

toolchain go1.24.9
go 1.25.0

// NOTICE: these lines could be generated automatically by "go mod tidy"
require (
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5
github.com/envoyproxy/envoy v1.38.1
github.com/envoyproxy/envoy v1.39.0
google.golang.org/protobuf v1.36.11
)

Expand Down
4 changes: 2 additions & 2 deletions golang-network/simple/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cel.dev/expr v0.24.0 h1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY=
cel.dev/expr v0.24.0/go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw=
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 h1:6xNmx7iTtyBRev0+D/Tv1FZd4SCg8axKApyNyRsAt/w=
github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5/go.mod h1:KdCmV+x/BuvyMxRnYBlmVaq4OLiKW6iRQfvC62cvdkI=
github.com/envoyproxy/envoy v1.38.1 h1:hELl+eid7HokDbAhG2dJxIjGlGMpHFLdmW9URt/kxLQ=
github.com/envoyproxy/envoy v1.38.1/go.mod h1:hFED6oPoV8wTEWuBDOFztqomXEriB6I09ielVdcShRc=
github.com/envoyproxy/envoy v1.39.0 h1:XmcOmCafBtgAcm2FkdYvHTFHepTuPx/17CAVrOr/djM=
github.com/envoyproxy/envoy v1.39.0/go.mod h1:H6oycjaa4SVHpFuyGdl9GmCe3mPmCBYO40FFTxkZ1rU=
github.com/envoyproxy/protoc-gen-validate v1.3.0 h1:TvGH1wof4H33rezVKWSpqKz5NXWg5VPuZ0uONDT6eb4=
github.com/envoyproxy/protoc-gen-validate v1.3.0/go.mod h1:HvYl7zwPa5mffgyeTUHA9zHIH36nmrm7oCbo4YKoSWA=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
Expand Down
2 changes: 1 addition & 1 deletion grpc-bridge/client/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests>=2.34.0
requests>=2.34.2
grpcio
grpcio-tools
protobuf>=6.33.4
Loading
Loading