Skip to content

Commit 0e96e1f

Browse files
authoredMay 6, 2024
Check for the permissions instead of using a CLI flag (open-telemetry#2787)
* Check for the permissions instead of using a CLI flag. open-telemetry#2588 Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix bundle Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix log message Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Add E2E tests and fix open-telemetry#2833 Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix tests Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Apply changes requested in code review Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix changelog Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix yaml Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Apply changes requested in code review Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix k8sattributes processor Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix test Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Apply changes requested in code review Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Apply changes requested in code review Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Remove checked error Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Revert change Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix workflow Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix E2E test Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix bundle Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Apply changes requested in code review Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix docs Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fixes open-telemetry#2862 Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix E2E tests Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Apply changes requested in code review Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Remove kustomization Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Update bundle Signed-off-by: Israel Blancas <iblancasa@gmail.com> * Fix typo Signed-off-by: Israel Blancas <iblancasa@gmail.com> --------- Signed-off-by: Israel Blancas <iblancasa@gmail.com>
1 parent d204609 commit 0e96e1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+989
-127
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 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. collector, target allocator, auto-instrumentation, opamp, github action)
5+
component: collector
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: "Use the k8snode detector instead of kubernetes for the automatic RBAC creation for the resourcedetector"
9+
10+
# One or more tracking issues related to the change
11+
issues: [2833]
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.
15+
# Use pipe (|) for multiline entries.
16+
subtext:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 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. collector, target allocator, auto-instrumentation, opamp, github action)
5+
component: collector
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: "When two Collectors are created with the same name but different namespaces, the ClusterRoleBinding created by the first will be overriden by the second one."
9+
10+
# One or more tracking issues related to the change
11+
issues: [2862]
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.
15+
# Use pipe (|) for multiline entries.
16+
subtext:

0 commit comments

Comments
 (0)
Please sign in to comment.