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: v1.33.6
Choose a base ref
...
head repository: envoyproxy/envoy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.33.7
Choose a head ref
  • 15 commits
  • 55 files changed
  • 8 contributors

Commits on Jul 24, 2025

  1. repo: Dev v1.33.7 (#40418)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    5b2ce53 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. bazel: Bump -> 7.6.1 (#40413)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    06727ca View commit details
    Browse the repository at this point in the history
  2. test/coverage: Adjust source/extensions/common

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    7245b96 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. ci/docker: Update run_envoy_docker.sh to use docker compose (#40453)

    also removes no longer used/tested windows container support
    
    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    8380bb3 View commit details
    Browse the repository at this point in the history
  2. docker/release: Move to distribution directory (#40460)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    fba7aeb View commit details
    Browse the repository at this point in the history
  3. examples: Update patch to fix yet another docker bug

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    39bfc67 View commit details
    Browse the repository at this point in the history
  4. docker/ci: Build oci images natively (#40557)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    dda3480 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. build(deps): bump distroless/base-nossl-debian12 from fa7b50f to `9…

    …a1c8b2` in /distribution/docker (#40587)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and phlax committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    07203aa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. bugfix: tls_inspector times out (#40544)

    Fix a bug where the `tls_inspector` times out when used with the
    `http_inspector` and it gets a large client hello.
    
    Envoy was set up with both `http_inspector` and `tls_inspector` present.
    We noticed `tls_inspector` timing out when receiving a large client
    hello (>8β€―KB).
    
    Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
    yuval-k authored and phlax committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    85d313e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. http: configurable ignore of HTTP/1.1 upgrades (#37642)

    Fixes #36305
    
    Add configuration to ignore HTTP/1.1 Upgrade headers . See
    https://datatracker.ietf.org/doc/html/rfc7230#section-6.7:
    
    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    (cherry picked from commit ad40097)
    
    fix stringmatcherimpl template version difference
    
    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    Signed-off-by: Ryan Northey <ryan@synca.io>
    tedgeat authored and phlax committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    399ec7d View commit details
    Browse the repository at this point in the history
  2. changelogs: Add summary (#40774)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    283bfe6 View commit details
    Browse the repository at this point in the history
  3. http: fix a bug where premature resets may result in recursive drain (#…

    …40714)
    
    Co-authored-by: botengyao <by277@cornell.edu>
    Signed-off-by: code <wbphub@gmail.com>
    Signed-off-by: Ryan Northey <ryan@synca.io>
    2 people authored and phlax committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    30c740c View commit details
    Browse the repository at this point in the history
  4. docker/release: Bump distroless -> 6fe9fd5 (#40756)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    93f714c View commit details
    Browse the repository at this point in the history
  5. docker/release: Bump Ubuntu image -> 1aa979d (#40755)

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    294a3ab View commit details
    Browse the repository at this point in the history
  6. repo: Release v1.33.7

    **Summary of changes**:
    
    * Release images:
      - Update Ubuntu and distroless base images.
    
    * Bug fixes
      - Assorted bug fixes for TLS inspector, and HTTP listeners.
    
    **Docker images**:
        https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.33.7
    **Docs**:
        https://www.envoyproxy.io/docs/envoy/v1.33.7/
    **Release notes**:
        https://www.envoyproxy.io/docs/envoy/v1.33.7/version_history/v1.33/v1.33.7
    **Full changelog**:
        v1.33.6...v1.33.7
    publish-envoy[bot] authored and phlax committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    f519f5c View commit details
    Browse the repository at this point in the history
Loading