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
Not preserve the ownership of the files copied in the autoinstrumentation (open-telemetry#2695)
* Not preserve the ownership of the files copied in the autoinstrumentation. Closesopen-telemetry#2655
Signed-off-by: Israel Blancas <[email protected]>
* Update .chloggen/fix-2655.yaml
Co-authored-by: Mikołaj Świątek <[email protected]>
---------
Signed-off-by: Israel Blancas <[email protected]>
Co-authored-by: Mikołaj Świątek <[email protected]>
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2
+
change_type: bug_fix
3
+
4
+
# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action)
5
+
component: instrumentation
6
+
7
+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8
+
note: "Don't preserve ownership of files copied from the autoinstrumenation image. This avoids issues when instrumenting workloads running as non-root"
9
+
10
+
# One or more tracking issues related to the change
11
+
issues: [2655]
12
+
13
+
# (Optional) One or more lines of additional information to render under the primary note.
14
+
# These lines will be padded with 2 spaces and then inserted directly into the document.
0 commit comments