Skip to content

Commit 2a17e98

Browse files
committed
another chlog entry
1 parent b91b576 commit 2a17e98

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.chloggen/fix-managed-by-gross-2.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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: auto-instrumentation
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Fixes a bug that was preventing auto instrumentation from getting correct images.
9+
10+
# One or more tracking issues related to the change
11+
issues: [3014]
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: |
17+
This PR removes the restriction on the operator to only upgrade manually applied CRDs. This meant
18+
that resources applied by helm were not upgraded at all. The solution was to remove the restriction
19+
we had on querying the label app.kubernetes.io/managed-by=opentelemetry-operator, thereby upgrading
20+
ALL CRDs in the cluster.

0 commit comments

Comments
 (0)