Skip to content

Commit

Permalink
Update release notes for buffer_limit_bytes
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
Alice-Lilith authored and Flynn committed Oct 7, 2021
1 parent a471f6a commit bacadf3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ feedback!! Join us on <a href="https://a8r.io/slack">Slack</a> and let us know w
- Feature: You can now set `respect_dns_ttl` to `true` to force the DNS refresh rate for a `Mapping` to be
set to the record's TTL obtained from DNS resolution.

- Feature: You can now set `buffer_limit_bytes` in the `ambassador` `Module` to to change the size of the
upstream read and write buffers. The default is 1MiB.

- Bugfix: The release now shows its actual released version number, rather than the internal development
version number. ([#3854])

Expand Down Expand Up @@ -275,7 +278,7 @@ installations, reduce memory footprint, and improve performance. We welcome feed
Service Discovery Type.

- Feature: You can now set `buffer_limit_bytes` in the `ambassador` `Module` to to change the size of the
upstream read and write buffers. The default is 1MiB.
upstream read and write buffers. The default is 1MiB.

## [1.14.1] 2021-08-24
[1.14.1]: https://github.com/emissary-ingress/emissary/releases/v1.14.1
Expand Down
10 changes: 9 additions & 1 deletion docs/releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ items:
obtained from DNS resolution.
docs: topics/using/mappings/#dns-configuration-for-mappings

- title: Support configuring upstream buffer sizes
type: feature
body: >-
You can now set <code>buffer_limit_bytes</code> in the <code>ambassador</code>
<code>Module</code> to to change the size of the upstream read and write buffers.
The default is 1MiB.
docs: topics/running/ambassador/#modify-default-buffer-size

- title: Version number reported correctly
type: bugfix
body: >-
Expand Down Expand Up @@ -319,7 +327,7 @@ items:
body: >-
You can now set <code>buffer_limit_bytes</code> in the <code>ambassador</code>
<code>Module</code> to to change the size of the upstream read and write buffers.
The default is 1MiB.
The default is 1MiB.
docs: topics/running/ambassador/#modify-default-buffer-size

- version: 1.14.1
Expand Down

0 comments on commit bacadf3

Please sign in to comment.