Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog entry for 2.2 #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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

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.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