Skip to content

Commit

Permalink
Clean up releaseNotes/CHANGELOG and 'make generate'
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
kflynn committed Dec 5, 2024
1 parent f8829ee commit f307255
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ it will be removed; but as it won't be user-visible this isn't considered a brea
instead of the Mapping name, which could reduce the cache's effectiveness. This has been fixed so
that the correct key is used. ([Incorrect Cache Key for Mapping])

- Change: Updated Emissary-Ingress to use EndpointSlices instead of Endpoints to support more than 1000 Backends
- Feature: Emissary-ingress now supports resolving Endpoints from EndpointSlices in addition to the
existing support for Endpoints, supporting Services with more than 1000 endpoints.

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

Expand Down
7 changes: 7 additions & 0 deletions docs/releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ items:
- title: "Incorrect Cache Key for Mapping"
link: https://github.com/emissary-ingress/emissary/issues/5714

- title: Add support for EndpointSlices to the Endpoints resolver
type: feature
body: >-
$productName$ now supports resolving Endpoints from EndpointSlices
in addition to the existing support for Endpoints, supporting Services
with more than 1000 endpoints.
- version: 3.9.0
prevVersion: 3.8.0
date: '2023-11-13'
Expand Down

0 comments on commit f307255

Please sign in to comment.