Skip to content

Commit

Permalink
add docs to releaseNotes
Browse files Browse the repository at this point in the history
Signed-off-by: Donny Yung <donaldyung@datawire.io>
(cherry picked from commit 454ff01)
  • Loading branch information
Donny Yung authored and LukeShu committed Jul 9, 2021
1 parent e04f27a commit 1b63c4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added release-notes/telepresence-2.3.4-ip-error.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions releaseNotes.yml
Expand Up @@ -25,24 +25,29 @@ items:
body: >-
Some log statements were printing incorrect characters, when they should have been IP addresses.
This has been resolved to include more accurate and useful logging.
docs: reference/config/#log-levels
image: ./telepresence-2.3.4-ip-error.png
- type: bugfix
title: Improved messaging when multiple services match a workload
body: >-
If multiple services matched a workload when performing an intercept, Telepresence would crash.
It now gives the correct error message, instructing the user on how to specify which
service the intercept should use.
image: ./telepresence-2.3.4-improved-error.png
docs: reference/intercepts
- type: bugfix
title: Traffic-manger creates services in its own namespace to determine subnet
body: >-
Telepresence will now determine the service subnet by creating a dummy-service in its own
namespace, instead of the default namespace, which was causing RBAC permissions issues in
some clusters.
docs: reference/routing/#subnets
- type: bugfix
title: Telepresence connect respects pre-existing clusterrole
body: >-
When Telepresence connects, if the <code>traffic-manager</code>'s desired <code>clusterrole</code> already exists in the
cluster, Telepresence will no longer try to update the clusterrole.
docs: reference/rbac
- type: bugfix
title: Helm Chart fixed for clientRbac.namespaced
body: >-
Expand Down

0 comments on commit 1b63c4e

Please sign in to comment.