Skip to content
Draft
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 .bazelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
common --color=yes

common --registry=https://bcr.bazel.build
common --registry=https://raw.githubusercontent.com/envoyproxy/bazel-registry/e71edce2634e3a733553eff8da3ea9ae3831913a
common --registry=https://raw.githubusercontent.com/envoyproxy/bazel-registry/bed06c78cb1ea901164f4d248c3e5167f720e068

common --config=clang

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_verify_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
git_override(
module_name = "envoy",
remote = "https://github.com/envoyproxy/envoy",
commit = "6609c01e330fb84049d54a9dbffae8609b1ec9f7",
commit = "13144fbbb3800f1a41c45d17dc9de44978b567b1",
)
git_override(
module_name = "envoy_api",
remote = "https://github.com/envoyproxy/envoy",
commit = "6609c01e330fb84049d54a9dbffae8609b1ec9f7",
commit = "13144fbbb3800f1a41c45d17dc9de44978b567b1",
strip_prefix = "api",
)
EOF
Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module(
name = "envoy-examples",
version = "0.2.6",
version = "0.2.7",
)

bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "envoy", version = "1.40.0-dev.20260903.6609c01.envoy")
bazel_dep(name = "envoy-example-filter-cc", version = "0.2.6")
bazel_dep(name = "envoy-example-wasm-cc", version = "0.2.6")
bazel_dep(name = "envoy", version = "1.40.0-dev.20260904.13144fb.envoy")
bazel_dep(name = "envoy-example-filter-cc", version = "0.2.7")
bazel_dep(name = "envoy-example-wasm-cc", version = "0.2.7")
bazel_dep(name = "rules_pkg", version = "1.1.0")
bazel_dep(name = "rules_python", version = "2.2.0")
bazel_dep(name = "rules_shell", version = "0.8.0")
Expand Down
16 changes: 8 additions & 8 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion filter-cc/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ common --noincompatible_disallow_ctx_resolve_tools
common --legacy_external_runfiles

common --registry=https://bcr.bazel.build/
common --registry=https://raw.githubusercontent.com/envoyproxy/bazel-registry/e71edce2634e3a733553eff8da3ea9ae3831913a
common --registry=https://raw.githubusercontent.com/envoyproxy/bazel-registry/bed06c78cb1ea901164f4d248c3e5167f720e068

common --config=clang

Expand Down
8 changes: 4 additions & 4 deletions filter-cc/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module(
name = "envoy-example-filter-cc",
version = "0.2.6",
version = "0.2.7",
)

bazel_dep(name = "envoy", version = "1.40.0-dev.20260903.6609c01.envoy")
bazel_dep(name = "envoy_api", version = "1.40.0-dev.20260903.16b0d47.envoy")
bazel_dep(name = "envoy", version = "1.40.0-dev.20260904.13144fb.envoy")
bazel_dep(name = "envoy_api", version = "1.40.0-dev.20260904.13144fb.envoy")
bazel_dep(name = "googleapis", version = "0.0.0-20251003-2193a2bf")
bazel_dep(name = "googleurl", version = "0.0.0-221103-dd4080f.envoy")
bazel_dep(name = "platforms", version = "1.0.0")
Expand All @@ -25,7 +25,7 @@ use_repo(envoy_toolchains_ext, "clang_platform")

# Compiler toolchain as dev_dependency - only required when building this
# module directly, downstream modules provide their own toolchain.
bazel_dep(name = "toolchains_llvm", version = "1.8.0.envoy", dev_dependency = True)
bazel_dep(name = "toolchains_llvm", version = "1.9.0.envoy", dev_dependency = True)

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
Expand Down
2 changes: 1 addition & 1 deletion wasm-cc/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ common --color=yes
common --legacy_external_runfiles

common --registry=https://bcr.bazel.build/
common --registry=https://raw.githubusercontent.com/envoyproxy/bazel-registry/e71edce2634e3a733553eff8da3ea9ae3831913a
common --registry=https://raw.githubusercontent.com/envoyproxy/bazel-registry/bed06c78cb1ea901164f4d248c3e5167f720e068

common --@rules_python//python/config_settings:bootstrap_impl=script

Expand Down
4 changes: 2 additions & 2 deletions wasm-cc/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module(
name = "envoy-example-wasm-cc",
version = "0.2.6",
version = "0.2.7",
)

bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "envoy", version = "1.40.0-dev.20260903.6609c01.envoy")
bazel_dep(name = "envoy", version = "1.40.0-dev.20260904.13144fb.envoy")
bazel_dep(name = "rules_pkg", version = "1.1.0")
bazel_dep(name = "rules_python", version = "2.2.0")

Expand Down
9 changes: 3 additions & 6 deletions wasm-cc/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.