Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: envoyproxy/envoy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5181d23
Choose a base ref
...
head repository: envoyproxy/envoy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e8899c
Choose a head ref
  • 10 commits
  • 105 files changed
  • 8 contributors

Commits on Apr 18, 2022

  1. Add bazel option for enabling Universal Header Validator (#20845)

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    ff13ff6 View commit details
    Browse the repository at this point in the history
  2. dist: Add debian packaging (#17979)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    fc7151e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/setup-python from 3.1.0 to 3.1.2 (#20770)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.2.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@9c644ca...98f2ad0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    88be8ad View commit details
    Browse the repository at this point in the history
  4. build(deps): bump setuptools from 62.0.0 to 62.1.0 in /tools/base (#2…

    …0771)
    
    Bumps [setuptools](https://github.com/pypa/setuptools) from 62.0.0 to 62.1.0.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
    - [Commits](pypa/setuptools@v62.0.0...v62.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    bf62bc5 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump pyparsing from 3.0.7 to 3.0.8 in /tools/dependency (#…

    …20769)
    
    Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.7 to 3.0.8.
    - [Release notes](https://github.com/pyparsing/pyparsing/releases)
    - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
    - [Commits](pyparsing/pyparsing@pyparsing_3.0.7...pyparsing_3.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: pyparsing
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    52455a2 View commit details
    Browse the repository at this point in the history
  6. bazel: move shared action_env above enable_platform_specific_config

    This fixes an issue where the PATH wasn't actually set to what we tried
    to force as the default on macOS. I'm not sure if this is a bazel bug or
    not, but either way it's surprising behavior.
    
    bazelbuild/bazel#15270
    
    Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>
    keith committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    64293c9 View commit details
    Browse the repository at this point in the history
  7. docs: fix doc link for composite filter (#20865)

    Signed-off-by: wbpcode <wangbaiping@corp.netease.com>
    code authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    32b555b View commit details
    Browse the repository at this point in the history
  8. listener: remove the peek from the listener filters (#20728)

    Signed-off-by: He Jie Xu <hejie.xu@intel.com>
    soulxu authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    30ebb2c View commit details
    Browse the repository at this point in the history
  9. matchers: extend network inputs to HTTP requests (#20796)

    Extend network inputs (e.g. source IP) to HTTP requests. Reuse all code with templates.
    
    Signed-off-by: Kuat Yessenov <kuat@google.com>
    kyessenov authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    569f239 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. ext_proc: Support per-route GrpcService configuration. (#20757)

    This adds the ability to change the GrpcService used by the ext_proc filter on a per-route basis.
    
    Risk Level: Low. Not triggered unless configured.
    Testing: New unit and integration tests added.
    Docs Changes: Addition of new config field.
    
    Signed-off-by: Michael Warres <mpw@google.com>
    mpwarres authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    0e8899c View commit details
    Browse the repository at this point in the history
Loading