Skip to content

Commit

Permalink
releaseNotes for gather-logs improvements
Browse files Browse the repository at this point in the history
Signed-off-by: Donny Yung <[email protected]>
  • Loading branch information
Donny Yung committed Sep 29, 2021
1 parent 9bc7371 commit f556602
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,24 @@ items:
- version: 2.4.5
date: '2021-10-1'
notes:
- type: feature
title: Get pod yaml with gather-logs command
body: >-
Adding the flag <code>--get-pod-yaml</code> to your request will get the
pod yaml manifest for all kubernetes components you are getting logs for
(<code> traffic-manager</code> and/or pods containing a <code>
traffic-agent</code> container). This flag is set to <code>false</code>
by default.
- type: feature
title: Anonymize pod name + namespace when using gather-logs command
body: >-
Adding the flag <code>--anonymize</code> to your command will
anonymize your pod names + namespaces in the output file. We replace the
sensitive names with simple names (e.g. pod-1, namespace-2) to maintain
relationships between the objects without exposing the real names of your
objects. This flag is set to <code>false</code> by default.
- type: bugfix
title: Added checks for Telepresence kubernetes compatibility
body: >-
Expand Down

0 comments on commit f556602

Please sign in to comment.