You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a new configuration option `agentInjector.mutationAware` to
exclude or include changes made by other injectors when injecting the
traffic agent. Defaults to `true`.
Signed-off-by: Thomas Hallgren <thomas@tada.se>
## <divstyle="display:flex;"><imgsrc="images/feature.png"alt="feature"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">Add ability to exclude or include modifications made by other injectors when injecting the traffic agent.</div></div>
6
+
<divstyle="margin-left: 15px">
7
+
8
+
The Traffic Agent now has a new configuration option `agentInjector.mutationAware` that can be set to `false` to exclude modifications made by other injectors when injecting the traffic agent. Setting `agentInjector.mutationAware=true` requires `agentInjector.webhook.reinvocationPolicy=IfNeeded`. The default setting is `true`.
9
+
</div>
10
+
5
11
## <divstyle="display:flex;"><imgsrc="images/feature.png"alt="feature"style="width:30px;height:fit-content;"/><divstyle="display:flex;margin-left:7px;">Add ability to disable the Traffic Agent's HTTP2/Clear-Text probing.</div></div>
Copy file name to clipboardExpand all lines: docs/release-notes.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,12 @@ import { Note, Title, Body } from '@site/src/components/ReleaseNotes'
8
8
9
9
# Telepresence Release Notes
10
10
## Version 2.26.0
11
+
<Note>
12
+
<Titletype="feature">Add ability to exclude or include modifications made by other injectors when injecting the traffic agent.</Title>
13
+
<Body>
14
+
The Traffic Agent now has a new configuration option `agentInjector.mutationAware` that can be set to `false` to exclude modifications made by other injectors when injecting the traffic agent. Setting `agentInjector.mutationAware=true` requires `agentInjector.webhook.reinvocationPolicy=IfNeeded`. The default setting is `true`.
15
+
</Body>
16
+
</Note>
11
17
<Note>
12
18
<Titletype="feature">Add ability to disable the Traffic Agent's HTTP2/Clear-Text probing.</Title>
0 commit comments