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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+23
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
<!-- next version -->
4
4
5
+
## 0.109.0
6
+
7
+
### 🚩 Deprecations 🚩
8
+
9
+
-`operator`: Deprecated `label` flag and introduced `labels-filter` flag to align the label filtering with the attribute filtering flag name. The `label` flag will be removed when #3236 issue is resolved. (#3218)
10
+
11
+
### 💡 Enhancements 💡
12
+
13
+
-`collector`: adds test for memory utilization (#3283)
14
+
-`operator`: Added reconciliation errors for webhook events. The webhooks run the manifest generators to check for any errors. (#2399)
Copy file name to clipboardexpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,7 @@ In some cases (for example in the case of the injection of an Istio sidecar) it
361
361
362
362
For this, it is possible to fine-tune the pod(s) on which the injection will be carried out.
363
363
364
-
For this, we will use the `instrumentation.opentelemetry.io/container-names` annotation for which we will indicate one or more pod names (`.spec.containers.name`) on which the injection must be made:
364
+
For this, we will use the `instrumentation.opentelemetry.io/container-names` annotation for which we will indicate one or more container names (`.spec.containers.name`) on which the injection must be made:
365
365
366
366
```yaml
367
367
apiVersion: apps/v1
@@ -813,6 +813,7 @@ The OpenTelemetry Operator _might_ work on versions outside of the given range,
0 commit comments