Skip to content
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

envoy 1.29.0 #160068

Closed
wants to merge 1 commit into from
Closed

envoy 1.29.0 #160068

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
repo: Release v1.29.0

Summary of changes:

  • Envoy Mobile can now be built without C++ exceptions using the --define=envoy_exceptions=disabled Bazel flag.
  • Add the logical OR operation to value matchers.
  • Add xDS support for Envoy Mobile Android (AAR) library.
  • Add configurable HTTP status when a global rate limit service fails.
  • Opentelemetry tracer: add support for environment resource detector.
  • Added HTTP basic auth extension.
  • Add support for ext_authz to send route metadata.
  • Allow per route body buffering configuration in ext_authz.
  • Datadog: honor extracted sampling decisions to avoid dropping samples.
  • gRPC side streams: make idle connection timeout configurable.
  • Support CEL expressions in ext_proc for extraction of request or response atributes.
  • HTTP: clear hop by hop Transfer-Encoding header.
  • Redis: Add support for the WATCH and GETDEL commands.
  • Adds strict mode for stateful session filter, that rejects requests if destination host is not available.
  • Internal redirects: support passing headers from response to request.
  • Add implementation of the drop_overload Cluster API.
  • HTTP/2: discard the Host header when :authority is present.
  • grpc_http1_bridge: add <ignore_query_params> option.
  • Access Log: Add EMIT_TIME command operator.
  • ECDS now supports composite filter.
  • Enable new oghttp2 codec for HTTP/2 connections.

Docker images:
https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.29.0
Docs:
https://www.envoyproxy.io/docs/envoy/v1.29.0/
Release notes:
https://www.envoyproxy.io/docs/envoy/v1.29.0/version_history/v1.29/v1.29.0
Full changelog:
envoyproxy/envoy@v1.28.0...v1.29.0

Signed-off-by: Ryan Northey [email protected]
Signed-off-by: Yan Avlasov [email protected]

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Jan 16, 2024
@chenrui333 chenrui333 added long build Set a long timeout for formula testing CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Jan 16, 2024
@chenrui333
Copy link
Member

  ERROR: /private/tmp/envoy-20240116-3607-kg0hcn/envoy-1.29.0/source/exe/BUILD:25:16: Linking source/exe/envoy-static failed: (Exit 1): cc_wrapper.sh failed: error executing command (from target //source/exe:envoy-static) 
    (cd /private/tmp/envoy-20240116-3607-kg0hcn/envoy-1.29.0/.brew_home/_bazel/abe58df97a9f8bc55be8c530361b820b/sandbox/processwrapper-sandbox/10859/execroot/envoy && \
    exec env - \
      APPLE_SDK_PLATFORM=MacOSX \
      APPLE_SDK_VERSION_OVERRIDE=14.2 \
      CC=clang \
      CXX=clang++ \
      PATH=/opt/homebrew/bin:/usr/bin:/bin \
      XCODE_VERSION_OVERRIDE=15.1.0.15C65 \
      ZERO_AR_DATE=1 \
    external/local_config_cc/cc_wrapper.sh @bazel-out/darwin_arm64-opt/bin/source/exe/envoy-static-2.params)
  # Configuration: 3858f02d821842e0ea5fb8a9dd676c4f8c84521a8ac1e3637564d9a93e7b5286
  # Execution platform: @local_config_platform//:host
  
  Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
  ld: warning: -undefined error is deprecated
  ld: warning: ignoring duplicate libraries: '-lc++', '-lm', '-lpthread', '-lresolv'
  ld: Undefined symbols:
    cel::interop_internal::ProtoStructValueToMessageWrapper(cel::Value const&), referenced from:
        cel::interop_internal::ToLegacyValue(google::protobuf::Arena*, cel::Handle<cel::Value> const&, bool) in libinterop.a[2](interop.o)
        cel::interop_internal::ToLegacyValue(google::protobuf::Arena*, cel::Handle<cel::Value> const&, bool) in libinterop.a[2](interop.o)
  clang: error: linker command failed with exit code 1 (use -v to see invocation)
  Error in child process '/usr/bin/xcrun'. 1
  Target //source/exe:envoy-static.stripped failed to build

@chenrui333 chenrui333 added the build failure CI fails while building the software label Jan 16, 2024
@github-actions github-actions bot removed the CI-long-timeout [DEPRECATED] Use longer GitHub Actions CI timeout. label Jan 17, 2024
@timsutton
Copy link
Member

Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Jan 19, 2024
@github-actions github-actions bot closed this Jan 20, 2024
@github-actions github-actions bot added the outdated PR was locked due to age label Feb 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 20, 2024
@p-linnane p-linnane deleted the bump-envoy-1.29.0 branch February 24, 2024 08:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. long build Set a long timeout for formula testing outdated PR was locked due to age stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants