Skip to content

Commit

Permalink
add changelog entry for 2.2
Browse files Browse the repository at this point in the history
Signed-off-by: AliceProxy <[email protected]>

typo

Signed-off-by: AliceProxy <[email protected]>
  • Loading branch information
AliceProxy committed Feb 1, 2022
1 parent 7dbd721 commit ede70da
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ Please see the [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest

## RELEASE NOTES

## [2.1.2] TBD
[2.1.2]: https://github.com/datawire/edge-stack/releases/v2.1.2

## Ambassador Edge Stack

- Feature: You can now set `preserve_servers` in Ambassador Edge Stack's `DevPortal` resource to configure
the DevPortal to use server definitions from the OpenAPI document when displaying connection
information for services in the DevPortal.

## [2.1.2] 2022-01-25
[2.1.2]: https://github.com/datawire/edge-stack/releases/v2.1.2

Expand Down Expand Up @@ -439,10 +448,6 @@ installations, reduce memory footprint, and improve performance. We welcome feed
- 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.

- Feature: You can now set `preserve_servers` in Ambassador Edge Stack's `DevPortal` resource to configure
the DevPortal to use server definitions from the OpenAPI document when displaying connection
information for services in the DevPortal.

## [1.14.1] 2021-08-24
[1.14.1]: https://github.com/datawire/edge-stack/releases/v1.14.1

Expand Down
17 changes: 11 additions & 6 deletions docs/releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@

changelog: https://github.com/datawire/edge-stack/blob/$branch$/CHANGELOG.md
items:
- version: 2.1.2
date: 'TBD'
notes:
- title: Devportal support for using API server definitions from OpenAPI docs
type: feature
body: >-
You can now set <code>preserve_servers<code> in Ambassador Edge Stack's
<code>DevPortal</code> resource to configure the DevPortal to use server definitions from
the OpenAPI document when displaying connection information for services in the DevPortal.
docs: /topics/using/dev-portal

- version: 2.1.2
date: '2022-01-25'
notes:
Expand Down Expand Up @@ -634,12 +645,6 @@ items:
The default is 1MiB.
docs: topics/running/ambassador/#modify-default-buffer-size

- type: feature
body: >-
You can now set <code>preserve_servers</code> in Ambassador Edge Stack's
<code>DevPortal</code> resource to configure the DevPortal to use server definitions from
the OpenAPI document when displaying connection information for services in the DevPortal.
- version: 1.14.1
date: '2021-08-24'
notes:
Expand Down

0 comments on commit ede70da

Please sign in to comment.