Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Hamzah Qudsi <[email protected]>
  • Loading branch information
Hamzah Qudsi committed Sep 14, 2022
1 parent db47d43 commit 805ca7d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ it will be removed; but as it won't be user-visible this isn't considered a brea
config. This has been fixed and the `alt_stats_name` field in the cluster config is now set
correctly. (Thanks to <a href="https://github.com/psalaberria002">Paul</a>!)

- Feature: The `AMBASSADOR_RECONFIG_MAX_DELAY` env var can be optionally set to batch changes for
the specified non-negative window period in seconds before doing an Envoy reconfiguration.
Default is "1" if not set.

[#4354]: https://github.com/emissary-ingress/emissary/issues/4354

## [3.1.1] TBD
Expand Down
6 changes: 5 additions & 1 deletion docs/releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,18 @@ items:
deny traffic when it is unable to communicate to the RateLimitService
returning a 500.
docs: https://www.getambassador.io/docs/emissary/latest/topics/running/services/rate-limit-service/

- title: Properly populate alt_state_name for Tracing, Auth and RateLimit Services
type: bugfix
body: >-
Previously, setting the <code>stats_name</code> for the <code>TracingService</code>, <code>RateLimitService</code>
or the <code>AuthService</code> would have no affect because it was not being properly passed to the Envoy cluster
config. This has been fixed and the <code>alt_stats_name</code> field in the cluster config is now set correctly.
(Thanks to <a href="https://github.com/psalaberria002">Paul</a>!)
- title: Add support for config change batch window before reconfiguring Envoy
type: feature
body: >-
The <code>AMBASSADOR_RECONFIG_MAX_DELAY</code> env var can be optionally set to batch changes for the specified
non-negative window period in seconds before doing an Envoy reconfiguration. Default is "1" if not set.
- version: 3.1.1
prevVersion: 3.1.0
Expand Down

0 comments on commit 805ca7d

Please sign in to comment.