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

[release/1.28] repo: Release v1.28.1 #32218

Merged
merged 6 commits into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. Fix crash from AWS NLB healthchecks when proxy protocol is enabled

    Fix: [CVE-2024-23327](GHSA-4h5x-x9vh-m29j)
    
    Signed-off-by: Jacob Neil Taylor <me@jacobtaylor.id.au>
    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    Signed-off-by: Ryan Northey <ryan@synca.io>
    jacobneiltaylor authored and phlax committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ba17c34 View commit details
    Browse the repository at this point in the history
  2. Fix crash when idle and per try timeouts occurs within backoff interval

    Fix [CVE-2024-23322](GHSA-6p83-mfmh-qv38)
    
    Signed-off-by: yavlasov <yavlasov@google.com>
    Signed-off-by: Ryan Northey <ryan@synca.io>
    
    Signed-off-by: yanavlasov <yavlasov@google.com>
    yanavlasov authored and phlax committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    63e6024 View commit details
    Browse the repository at this point in the history
  3. Cache RE object in uri template matcher.

    Fix [CVE-2024-23323](GHSA-x278-4w4x-r7ch)
    
    Signed-off-by: yavlasov <yavlasov@google.com>
    Signed-off-by: Ryan Northey <ryan@synca.io>
    
    Signed-off-by: yanavlasov <yavlasov@google.com>
    yanavlasov authored and phlax committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d417c9f View commit details
    Browse the repository at this point in the history
  4. Fix crashes when using address type that isn't supported by the OS

    Fix [CVE-2024-23325](GHSA-5m7c-mrwr-pm26)
    
    Signed-off-by: Greg Greenway <ggreenway@apple.com>
    Signed-off-by: Ryan Northey <ryan@synca.io>
    ggreenway authored and phlax committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    949c890 View commit details
    Browse the repository at this point in the history
  5. [proxy_proto] Sanitise non utf8 chars in TLVs

    Fix [CVE-2024-23324](GHSA-gq3v-vvhj-96j6)
    
    Signed-off-by: Kateryna Nezdolii <nezdolik@spotify.com>
    Signed-off-by: Ryan Northey <ryan@synca.io>
    Kateryna Nezdolii authored and phlax committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7a03936 View commit details
    Browse the repository at this point in the history
  6. repo: Release v1.28.1

    **Summary of changes**:
    
    - Fix [CVE-2024-23324](GHSA-gq3v-vvhj-96j6)
    - Fix [CVE-2024-23325](GHSA-5m7c-mrwr-pm26)
    - Fix [CVE-2024-23322](GHSA-6p83-mfmh-qv38)
    - Fix [CVE-2024-23323](GHSA-x278-4w4x-r7ch)
    - Fix [CVE-2024-23327](GHSA-4h5x-x9vh-m29j)
    - Assorted bug fixes
    
    **Docker images**:
        https://hub.docker.com/r/envoyproxy/envoy/tags?page=1&name=v1.28.1
    **Docs**:
        https://www.envoyproxy.io/docs/envoy/v1.28.1/
    **Release notes**:
        https://www.envoyproxy.io/docs/envoy/v1.28.1/version_history/v1.28/v1.28.1
    **Full changelog**:
        envoyproxy/envoy@v1.28.0...v1.28.1
    
    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2b22ab3 View commit details
    Browse the repository at this point in the history