Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: emissary-ingress/emissary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6226951a3eb577bd6e0f9c7d11887910847d1865
Choose a base ref
..
head repository: emissary-ingress/emissary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 74de52fe19ccd90b2169797690837b1e21959c60
Choose a head ref
Showing with 118 additions and 102 deletions.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +109 −101 docs/releaseNotes.yml
  4. +2 −0 python/ambassador/envoy/v3/v3httpfilter.py
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -110,6 +110,12 @@ it will be removed; but as it won't be user-visible this isn't considered a brea
- Feature: Emissary-ingress now supports resolving Endpoints from EndpointSlices in addition to the
existing support for Endpoints, supporting Services with more than 1000 endpoints.

- Feature: Emissary-ingress now passes the client TLS certificate and SNI, if any, to the external
auth service. These are available in the `source.certificate` and `tls_session.sni` fields, as
described in the <a
href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/service/auth/v3/attribute_context.proto">
Envoy extauth documentation</a>.

[Incorrect Cache Key for Mapping]: https://github.com/emissary-ingress/emissary/issues/5714

## [3.9.0] November 13, 2023
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ Emissary-ingress

We have a release candidate for Emissary 3.10.0 available for testing. If you're interested in giving it a shot, wonderful! Check out [trying 3.10].

[trying 3.10]: https://github.com/emissary-ingress/emissary/tree/rel/v3.10.0/TRY-3.10.md
[trying 3.10]: https://github.com/emissary-ingress/emissary/tree/master/TRY-3.10.md

---

Loading