Skip to content

Commit

Permalink
pre-release: releaseNotes: Add entries from the --apikey PR
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
  • Loading branch information
LukeShu committed Jul 23, 2021
1 parent f871a4c commit 4ddbf30
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Binary file added release-notes/telepresence-2.3.7-keydesc.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added release-notes/telepresence-2.3.7-newkey.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions releaseNotes.yml
Expand Up @@ -35,6 +35,15 @@ items:
date: '2021-07-23'
notes:

- type: feature
body: >-
<code>telepresence login</code> now has an
<code>--apikey=KEY</code> flag that allows for
non-interactive logins. This is useful for headless
environments where launching a web-browser is impossible,
such as cloud shells, Docker containers, or CI.
image: telepresence-2.3.7-newkey.png

- type: bugfix
title: Better UX around intercepts with no local process running
body: >-
Expand All @@ -43,6 +52,21 @@ items:
<code>Empty reply from server</code> until you start a local process.
docs: reference/intercepts

- type: bugfix
body: >-
New API keys generated internally for communication with
Ambassador Cloud no longer show up as "no description" in
the Ambassador Cloud web UI. Existing API keys generated by
older versions of Telepresence will still show up this way.
image: telepresence-2.3.7-keydesc.png

- type: bugfix
body: >-
Fixed a race condition that logging in and logging out
rapidly could cause memory corruption or corruption of the
<code>user-info.json</code> cache file used when
authenticating with Ambassador Cloud.
- version: 2.3.6
date: '2021-07-20'
notes:
Expand Down

0 comments on commit 4ddbf30

Please sign in to comment.