diff --git a/CHANGELOG.md b/CHANGELOG.md index eeacbd0..82c0c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,15 @@ Please see the [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest ## RELEASE NOTES +## [2.2] TBD +[2.2]: https://github.com/datawire/edge-stack/releases/v2.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 @@ -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 diff --git a/docs/releaseNotes.yml b/docs/releaseNotes.yml index 4b360d1..fb1619b 100644 --- a/docs/releaseNotes.yml +++ b/docs/releaseNotes.yml @@ -31,6 +31,17 @@ changelog: https://github.com/datawire/edge-stack/blob/$branch$/CHANGELOG.md items: + - version: 2.2 + date: 'TBD' + notes: + - title: Devportal support for using API server definitions from OpenAPI docs + type: feature + body: >- + 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. + docs: /topics/using/dev-portal + - version: 2.1.2 date: '2022-01-25' notes: @@ -634,12 +645,6 @@ items: The default is 1MiB. docs: topics/running/ambassador/#modify-default-buffer-size - - type: feature - body: >- - 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. - - version: 1.14.1 date: '2021-08-24' notes: