diff --git a/releaseNotes.yml b/releaseNotes.yml
index 0a023425e9..f8d6e42970 100644
--- a/releaseNotes.yml
+++ b/releaseNotes.yml
@@ -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 --get-pod-yaml
to your request will get the
+ pod yaml manifest for all kubernetes components you are getting logs for
+ ( traffic-manager
and/or pods containing a
+ traffic-agent
container). This flag is set to false
+ by default.
+
+ - type: feature
+ title: Anonymize pod name + namespace when using gather-logs command
+ body: >-
+ Adding the flag --anonymize
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 false
by default.
+
- type: bugfix
title: Added checks for Telepresence kubernetes compatibility
body: >-