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

auto-merge envoyproxy/envoy[main] into envoyproxy/envoy-openssl[main] #273

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 18, 2024

  1. security-release: update the q3 release record (#36689)

    Signed-off-by: Boteng Yao <boteng@google.com>
    botengyao authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    eff3ed3 View commit details
    Browse the repository at this point in the history
  2. xds-failover: fixing runtime feature flag in tests (#36659)

    Signed-off-by: Adi Suissa-Peleg <adip@google.com>
    adisuissa authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4210340 View commit details
    Browse the repository at this point in the history
  3. ci/rbe: Use engflow for non-coverage checks (#36687)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5691519 View commit details
    Browse the repository at this point in the history
  4. test: deflake an integration test (#36674)

    waitForAccessLog asserts the log you're waiting for is the last one. For
    periodic logging on slow machines there may end up being extra log
    entries so allow excess.
    
    
    https://github.com/envoyproxy/envoy/actions/runs/11371697784/job/31634429494
    
    Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
    alyssawilk authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    803aea3 View commit details
    Browse the repository at this point in the history
  5. http: initializes a field of ConnectionManagerImpl::ActiveStream::Sta…

    …te. (#36642)
    
    While debugging an issue, it became clear that this field is not
    properly initialized.
    
    Commit Message:
    Additional Description:
    Risk Level:
    Testing:
    Docs Changes:
    Release Notes:
    Platform Specific Features:
    
    ---------
    
    Signed-off-by: Biren Roy <birenroy@google.com>
    birenroy authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ee61634 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. aws_signing: support for dynamically configurable credential (#36217)

    Commit Message: aws_signing: support for dynamically configurable
    credential
    Additional Description:
    This adds a new API for AWS Signing filter that allows control planes to
    configure the credentials providers to sign requests.
    
    Note that the similar configuration had already been added for AWS
    Lambda filter,
    and this adds the similar but more generic configuration API for
    credential in the common
    configuration. In the future, the lambda filter can also leverage this
    new common
    configuration.
    
    Closes #36109 
    
    Risk Level: low
    Testing: unit
    Docs Changes: done
    Release Notes: done
    Platform Specific Features:
    [Optional Runtime guard:]
    [Optional Fixes #Issue]
    [Optional Fixes commit #PR or SHA]
    [Optional Deprecated:]
    [Optional [API
    Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):]
    
    ---------
    
    Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
    mathetake authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    871b3e9 View commit details
    Browse the repository at this point in the history
  2. auto-merge envoyproxy/envoy[main] into envoyproxy/envoy-openssl[main]

    * upstream/main:
      aws_signing: support for dynamically configurable credential (#36217)
      http: initializes a field of ConnectionManagerImpl::ActiveStream::State. (#36642)
      test: deflake an integration test (#36674)
      ci/rbe: Use engflow for non-coverage checks (#36687)
      xds-failover: fixing runtime feature flag in tests (#36659)
      security-release: update the q3 release record (#36689)
    
    Signed-off-by: tedjpoole <97459248+tedjpoole@users.noreply.github.com>
    tedjpoole committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cda7bef View commit details
    Browse the repository at this point in the history